summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M. <dstftw@gmail.com>2015-10-05 20:12:24 +0600
committerSergey M. <dstftw@gmail.com>2015-10-05 20:12:24 +0600
commit9d5332518c51fb0df69b844f9258e61bd7ecd390 (patch)
tree3e9b8fcefcb4172daf68f36dab6606613369881f
parent90ab741e909c949039e31805da04f5e546a1a8c1 (diff)
parent1f9fb20fcda76f165ce39b01fe907fc74c8054d3 (diff)
downloadyoutube-dl-9d5332518c51fb0df69b844f9258e61bd7ecd390.tar.gz
youtube-dl-9d5332518c51fb0df69b844f9258e61bd7ecd390.tar.xz
youtube-dl-9d5332518c51fb0df69b844f9258e61bd7ecd390.zip
Merge pull request #6963 from remitamine/appledaily
[nextmedia] update AppleDailyIE tests
-rw-r--r--youtube_dl/extractor/nextmedia.py16
1 files changed, 13 insertions, 3 deletions
diff --git a/youtube_dl/extractor/nextmedia.py b/youtube_dl/extractor/nextmedia.py
index c10784f6b..d1688457f 100644
--- a/youtube_dl/extractor/nextmedia.py
+++ b/youtube_dl/extractor/nextmedia.py
@@ -126,7 +126,8 @@ class AppleDailyIE(NextMediaIE):
             'thumbnail': 're:^https?://.*\.jpg$',
             'description': 'md5:23c0aac567dc08c9c16a3161a2c2e3cd',
             'upload_date': '20150128',
-        }
+        },
+        'skip': 'redirect to http://www.appledaily.com.tw/animation/',
     }, {
         # No thumbnail
         'url': 'http://www.appledaily.com.tw/animation/realtimenews/new/20150128/5003673/',
@@ -140,10 +141,19 @@ class AppleDailyIE(NextMediaIE):
         },
         'expected_warnings': [
             'video thumbnail',
-        ]
+        ],
+        'skip': 'redirect to http://www.appledaily.com.tw/animation/',
     }, {
         'url': 'http://www.appledaily.com.tw/appledaily/article/supplement/20140417/35770334/',
-        'only_matching': True,
+        'md5': 'eaa20e6b9df418c912d7f5dec2ba734d',
+        'info_dict': {
+            'id': '35770334',
+            'ext': 'mp4',
+            'title': '咖啡占卜測 XU裝熟指數',
+            'thumbnail': 're:^https?://.*\.jpg$',
+            'description': 'md5:7b859991a6a4fedbdf3dd3b66545c748',
+            'upload_date': '20140417',
+        },
     }]
 
     _URL_PATTERN = r'\{url: \'(.+)\'\}'