about summary refs log tree commit diff
path: root/youtube_dl/extractor/tf1.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-12-15 21:36:59 +0600
committerSergey M․ <dstftw@gmail.com>2015-12-15 21:36:59 +0600
commitad1b6017cd48c62896a2d6c978f21e27f5d96d2f (patch)
treef9dcdaa8ddddd815907844cdb8c2d5e4b5cdbd8e /youtube_dl/extractor/tf1.py
parent05467d5a5211adb5e2473decaef82769e778ffc4 (diff)
downloadyoutube-dl-ad1b6017cd48c62896a2d6c978f21e27f5d96d2f.tar.gz
youtube-dl-ad1b6017cd48c62896a2d6c978f21e27f5d96d2f.tar.xz
youtube-dl-ad1b6017cd48c62896a2d6c978f21e27f5d96d2f.zip
[tf1] Fix tests
Diffstat (limited to 'youtube_dl/extractor/tf1.py')
-rw-r--r--youtube_dl/extractor/tf1.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/youtube_dl/extractor/tf1.py b/youtube_dl/extractor/tf1.py
index 80cd92938..6890021cf 100644
--- a/youtube_dl/extractor/tf1.py
+++ b/youtube_dl/extractor/tf1.py
@@ -22,7 +22,7 @@ class TF1IE(InfoExtractor):
     }, {
         'url': 'http://www.tfou.fr/chuggington/videos/le-grand-mysterioso-chuggington-7085291-739.html',
         'info_dict': {
-            'id': '12043945',
+            'id': 'le-grand-mysterioso-chuggington-7085291-739',
             'ext': 'mp4',
             'title': 'Le grand Mystérioso - Chuggington',
             'description': 'Le grand Mystérioso - Emery rêve qu\'un article lui soit consacré dans le journal.',
@@ -32,6 +32,7 @@ class TF1IE(InfoExtractor):
             # Sometimes wat serves the whole file with the --test option
             'skip_download': True,
         },
+        'skip': 'HTTP Error 410: Gone',
     }, {
         'url': 'http://www.tf1.fr/tf1/koh-lanta/videos/replay-koh-lanta-22-mai-2015.html',
         'only_matching': True,