]> gitweb @ CieloNegro.org - youtube-dl.git/commitdiff
[rtvnh] Renamed rtvnhnl -> rtvnh
authorngld <ngld@tproxy.de>
Wed, 12 Aug 2015 18:26:13 +0000 (20:26 +0200)
committerngld <ngld@tproxy.de>
Wed, 12 Aug 2015 18:26:13 +0000 (20:26 +0200)
youtube_dl/extractor/__init__.py
youtube_dl/extractor/rtvnh.py [moved from youtube_dl/extractor/rtvnhnl.py with 94% similarity]

index f026a4171640c030678ba16758be79b95a362c48..9a6308723b3f232ff80619e8a64011841b248994 100644 (file)
@@ -491,7 +491,7 @@ from .rtl2 import RTL2IE
 from .rtp import RTPIE
 from .rts import RTSIE
 from .rtve import RTVEALaCartaIE, RTVELiveIE, RTVEInfantilIE
-from .rtvnhnl import RtvnhNlIE
+from .rtvnh import RTVNHIE
 from .ruhd import RUHDIE
 from .rutube import (
     RutubeIE,
similarity index 94%
rename from youtube_dl/extractor/rtvnhnl.py
rename to youtube_dl/extractor/rtvnh.py
index 0921e264816758cafe8096cfac3f4b7bb1ddcbaf..f5c0b94a8e8fcecf44fb5d2880666bbd81261763 100644 (file)
@@ -4,7 +4,7 @@ from __future__ import unicode_literals
 from .common import InfoExtractor
 
 
-class RtvnhNlIE(InfoExtractor):
+class RTVNHIE(InfoExtractor):
     _VALID_URL = r'https?://(?:www\.)?rtvnh\.nl/video/(?P<id>[0-9]+)'
     _TEST = {
         'params': {
@@ -17,7 +17,7 @@ class RtvnhNlIE(InfoExtractor):
             'id': '131946',
             'ext': 'mp4',
             'title': 'Grote zoektocht in zee bij Zandvoort naar vermiste vrouw',
-            'thumbnail': 're:^http:.*\.jpg$'
+            'thumbnail': 're:^https?:.*\.jpg$'
         }
     }