Browse Source

[aliexpress] Fix test case

marieell 3 years ago
parent
commit
923292ba64
1 changed files with 1 additions and 1 deletions
  1. 1 1
      youtube_dl/extractor/aliexpress.py

+ 1 - 1
youtube_dl/extractor/aliexpress.py

@@ -18,7 +18,7 @@ class AliExpressLiveIE(InfoExtractor):
             'id': '2800002704436634',
             'id': '2800002704436634',
             'ext': 'mp4',
             'ext': 'mp4',
             'title': 'CASIMA7.22',
             'title': 'CASIMA7.22',
-            'thumbnail': r're:http://.*\.jpg',
+            'thumbnail': r're:https?://.*\.jpg',
             'uploader': 'CASIMA Official Store',
             'uploader': 'CASIMA Official Store',
             'timestamp': 1500717600,
             'timestamp': 1500717600,
             'upload_date': '20170722',
             'upload_date': '20170722',