diff options
author | nixxo <c.nixxo@gmail.com> | 2020-11-09 09:28:50 +0100 |
---|---|---|
committer | nixxo <c.nixxo@gmail.com> | 2020-11-09 09:28:50 +0100 |
commit | 6c1c3e5b85e8b0feb39bc3a09779f62216f5c273 (patch) | |
tree | 0d89ce458ec0024776fd5f4f2c53ee8ad2c5fd45 | |
parent | 902784a2a9830f999a7d275b374952fc44bbbc02 (diff) | |
download | hypervideo-pre-6c1c3e5b85e8b0feb39bc3a09779f62216f5c273.tar.lz hypervideo-pre-6c1c3e5b85e8b0feb39bc3a09779f62216f5c273.tar.xz hypervideo-pre-6c1c3e5b85e8b0feb39bc3a09779f62216f5c273.zip |
[gedi] fixed Embeds test
-rw-r--r-- | youtube_dlc/extractor/gedi.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/youtube_dlc/extractor/gedi.py b/youtube_dlc/extractor/gedi.py index f35dfca5a..baf558818 100644 --- a/youtube_dlc/extractor/gedi.py +++ b/youtube_dlc/extractor/gedi.py @@ -206,12 +206,12 @@ class GediEmbedsIE(GediBaseIE): (?:\.gelocal)?\.it/embed/.+?/(?P<id>[\d/]+)(?:\?|\&|$)''' _TESTS = [{ 'url': 'https://video.huffingtonpost.it/embed/politica/cotticelli-non-so-cosa-mi-sia-successo-sto-cercando-di-capire-se-ho-avuto-un-malore/29312/29276?responsive=true&el=video971040871621586700', - 'md5': '0391c2c83c6506581003aaf0255889c0', + 'md5': 'f4ac23cadfea7fef89bea536583fa7ed', 'info_dict': { - 'id': '14772/14870', + 'id': '29312/29276', 'ext': 'mp4', - 'title': 'Festival EMERGENCY, Villa: «La buona informazione aiuta la salute» (14772-14870)', - 'description': 'md5:2bce954d278248f3c950be355b7c2226', + 'title': 'Cotticelli: \\"Non so cosa mi sia successo. Sto cercando di capire se ho avuto un malore\\"', + 'description': 'md5:d41d8cd98f00b204e9800998ecf8427e', 'thumbnail': r're:^https://www\.repstatic\.it/video/photo/.+?-thumb-social-play\.jpg$', }, }] |