diff options
author | marieell <marieell@tuta.io> | 2022-02-10 10:36:24 +0100 |
---|---|---|
committer | dirkf <fieldhouse@gmx.net> | 2022-02-24 13:44:52 +0000 |
commit | 923292ba643bf2a5c1fade797bd87a0de4f58d25 (patch) | |
tree | 770faf213c2e2fa1dd23839c9d7e576c2873e87d | |
parent | 782bfd26dbebea60e35f58ab18e218bedbecb782 (diff) | |
download | youtube-dl-923292ba643bf2a5c1fade797bd87a0de4f58d25.tar.gz youtube-dl-923292ba643bf2a5c1fade797bd87a0de4f58d25.tar.xz |
[aliexpress] Fix test case
-rw-r--r-- | youtube_dl/extractor/aliexpress.py | 2 |
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', |