about summary refs log tree commit diff
diff options
context:
space:
mode:
authormarieell <marieell@tuta.io>2022-02-10 10:36:24 +0100
committerdirkf <fieldhouse@gmx.net>2022-02-24 13:44:52 +0000
commit923292ba643bf2a5c1fade797bd87a0de4f58d25 (patch)
tree770faf213c2e2fa1dd23839c9d7e576c2873e87d
parent782bfd26dbebea60e35f58ab18e218bedbecb782 (diff)
downloadyoutube-dl-923292ba643bf2a5c1fade797bd87a0de4f58d25.tar.gz
youtube-dl-923292ba643bf2a5c1fade797bd87a0de4f58d25.tar.xz
youtube-dl-923292ba643bf2a5c1fade797bd87a0de4f58d25.zip
[aliexpress] Fix test case
-rw-r--r--youtube_dl/extractor/aliexpress.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/aliexpress.py b/youtube_dl/extractor/aliexpress.py
index 6f241e683..9722fe9ac 100644
--- a/youtube_dl/extractor/aliexpress.py
+++ b/youtube_dl/extractor/aliexpress.py
@@ -18,7 +18,7 @@ class AliExpressLiveIE(InfoExtractor):
             'id': '2800002704436634',
             'ext': 'mp4',
             'title': 'CASIMA7.22',
-            'thumbnail': r're:http://.*\.jpg',
+            'thumbnail': r're:https?://.*\.jpg',
             'uploader': 'CASIMA Official Store',
             'timestamp': 1500717600,
             'upload_date': '20170722',