diff options
| author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2013-12-16 21:42:41 +0100 | 
|---|---|---|
| committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2013-12-16 21:42:41 +0100 | 
| commit | f7a68925724eda913c96519f2a5644aebb3688c4 (patch) | |
| tree | e1aa5eddb46728ea18984abcbdd15ddcc4e5aafd | |
| parent | 8fe56478f879a21e24695a4e27ba8546d0822f7b (diff) | |
[arte:ddc] Remove test
video seems to expire in 7 days, as arte+7
| -rw-r--r-- | youtube_dl/extractor/arte.py | 14 | 
1 files changed, 0 insertions, 14 deletions
diff --git a/youtube_dl/extractor/arte.py b/youtube_dl/extractor/arte.py index 4b7bef775..9254fbfe0 100644 --- a/youtube_dl/extractor/arte.py +++ b/youtube_dl/extractor/arte.py @@ -266,20 +266,6 @@ class ArteTVDDCIE(ArteTVPlus7IE):      IE_NAME = u'arte.tv:ddc'      _VALID_URL = r'http?://ddc\.arte\.tv/(?P<lang>emission|folge)/(?P<id>.+)' -    _TEST = { -        u'url': u'http://ddc.arte.tv/folge/neues-aus-mauretanien', -        u'file': u'049881-009_PLUS7-D.flv', -        u'info_dict': { -            u'title': u'Mit offenen Karten', -            u'description': u'md5:57929b0eaeddeb8a0c983f58e9ebd3b6', -            u'upload_date': u'20131207', -        }, -        u'params': { -            # rtmp download -            u'skip_download': True, -        }, -    } -      def _real_extract(self, url):          video_id, lang = self._extract_url_info(url)          if lang == 'folge':  | 
