Bläddra i källkod

[crunchyroll] Extend _VALID_URL (closes #18955)

Sergey M․ 6 år sedan
förälder
incheckning
6510a3aa97
1 ändrade filer med 4 tillägg och 1 borttagningar
  1. 4 1
      youtube_dl/extractor/crunchyroll.py

+ 4 - 1
youtube_dl/extractor/crunchyroll.py

@@ -144,7 +144,7 @@ class CrunchyrollBaseIE(InfoExtractor):
 
 
 class CrunchyrollIE(CrunchyrollBaseIE, VRVIE):
 class CrunchyrollIE(CrunchyrollBaseIE, VRVIE):
     IE_NAME = 'crunchyroll'
     IE_NAME = 'crunchyroll'
-    _VALID_URL = r'https?://(?:(?P<prefix>www|m)\.)?(?P<url>crunchyroll\.(?:com|fr)/(?:media(?:-|/\?id=)|[^/]*/[^/?&]*?)(?P<video_id>[0-9]+))(?:[/?&]|$)'
+    _VALID_URL = r'https?://(?:(?P<prefix>www|m)\.)?(?P<url>crunchyroll\.(?:com|fr)/(?:media(?:-|/\?id=)|(?:[^/]*/){1,2}[^/?&]*?)(?P<video_id>[0-9]+))(?:[/?&]|$)'
     _TESTS = [{
     _TESTS = [{
         'url': 'http://www.crunchyroll.com/wanna-be-the-strongest-in-the-world/episode-1-an-idol-wrestler-is-born-645513',
         'url': 'http://www.crunchyroll.com/wanna-be-the-strongest-in-the-world/episode-1-an-idol-wrestler-is-born-645513',
         'info_dict': {
         'info_dict': {
@@ -269,6 +269,9 @@ class CrunchyrollIE(CrunchyrollBaseIE, VRVIE):
     }, {
     }, {
         'url': 'http://www.crunchyroll.com/media-723735',
         'url': 'http://www.crunchyroll.com/media-723735',
         'only_matching': True,
         'only_matching': True,
+    }, {
+        'url': 'https://www.crunchyroll.com/en-gb/mob-psycho-100/episode-2-urban-legends-encountering-rumors-780921',
+        'only_matching': True,
     }]
     }]
 
 
     _FORMAT_IDS = {
     _FORMAT_IDS = {