Sergey M․
8 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
1 additions and
1 deletions
-
youtube_dl/extractor/mtv.py
|
|
@ -271,7 +271,7 @@ class MTVServicesEmbeddedIE(MTVServicesInfoExtractor): |
|
|
|
|
|
|
|
class MTVIE(MTVServicesInfoExtractor): |
|
|
|
IE_NAME = 'mtv' |
|
|
|
_VALID_URL = r'https?://(?:www\.)?mtv\.com/(video-clips|full-episodes)/(?P<id>[^/?#.]+)' |
|
|
|
_VALID_URL = r'https?://(?:www\.)?mtv\.com/(?:video-clips|full-episodes)/(?P<id>[^/?#.]+)' |
|
|
|
_FEED_URL = 'http://www.mtv.com/feeds/mrss/' |
|
|
|
|
|
|
|
_TESTS = [{ |
|
|
|