diff options
author | Jesús <heckyel@hyperbola.info> | 2022-03-06 01:41:10 +0800 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2022-03-06 01:41:10 +0800 |
commit | 4dca2c43485c9aebf8437e0dae86668a0b969b20 (patch) | |
tree | e41138b3d2f5918a18a1aee65802554d837a26b0 /yt_dlp/extractor/streamcz.py | |
parent | f4f05a6915b8683655b073654d58f70a92f96330 (diff) | |
parent | d49669acad71f640ffd8b78f0ea7911ae1f67720 (diff) | |
download | hypervideo-pre-4dca2c43485c9aebf8437e0dae86668a0b969b20.tar.lz hypervideo-pre-4dca2c43485c9aebf8437e0dae86668a0b969b20.tar.xz hypervideo-pre-4dca2c43485c9aebf8437e0dae86668a0b969b20.zip |
updated from upstream | 06/03/2022 at 01:41
Diffstat (limited to 'yt_dlp/extractor/streamcz.py')
-rw-r--r-- | yt_dlp/extractor/streamcz.py | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/yt_dlp/extractor/streamcz.py b/yt_dlp/extractor/streamcz.py index 0191c77de..4cb9923e2 100644 --- a/yt_dlp/extractor/streamcz.py +++ b/yt_dlp/extractor/streamcz.py @@ -22,6 +22,20 @@ class StreamCZIE(InfoExtractor): 'title': 'Bůh', 'display_id': 'buh', 'description': 'md5:8f5f09b9b7bc67df910486cdd88f7165', + 'duration': 1369.6, + 'view_count': int, + } + }, { + 'url': 'https://www.stream.cz/kdo-to-mluvi/kdo-to-mluvi-velke-odhaleni-prinasi-novy-porad-uz-od-25-srpna-64087937', + 'md5': '41fd358000086a1ccdb068c77809b158', + 'info_dict': { + 'id': '64087937', + 'ext': 'mp4', + 'title': 'Kdo to mluví? Velké odhalení přináší nový pořad už od 25. srpna', + 'display_id': 'kdo-to-mluvi-velke-odhaleni-prinasi-novy-porad-uz-od-25-srpna', + 'description': 'md5:97a811000a6460266029d6c1c2ebcd59', + 'duration': 50.2, + 'view_count': int, } }, { 'url': 'https://www.stream.cz/tajemno/znicehonic-jim-skrz-strechu-prolitnul-zahadny-predmet-badatele-vse-objasnili-64147267', @@ -31,7 +45,9 @@ class StreamCZIE(InfoExtractor): 'ext': 'mp4', 'title': 'Zničehonic jim skrz střechu prolítnul záhadný předmět. Badatelé vše objasnili', 'display_id': 'znicehonic-jim-skrz-strechu-prolitnul-zahadny-predmet-badatele-vse-objasnili', - 'description': 'md5:1dcb5e010eb697dedc5942f76c5b3744', + 'description': 'md5:4b8ada6718d34bb011c4e04ca4bc19bf', + 'duration': 442.84, + 'view_count': int, } }] |