diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-05 09:06:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-05 09:06:10 +0000 |
commit | 7e21328585afda6d66f98ca476301680eeffac32 (patch) | |
tree | 266a4e7b20443f94572748781d71fc0375a15037 /yt_dlp/extractor/freetv.py | |
parent | Adding upstream version 2024.05.27. (diff) | |
download | yt-dlp-7e21328585afda6d66f98ca476301680eeffac32.tar.xz yt-dlp-7e21328585afda6d66f98ca476301680eeffac32.zip |
Adding upstream version 2024.07.01.upstream/2024.07.01
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'yt_dlp/extractor/freetv.py')
-rw-r--r-- | yt_dlp/extractor/freetv.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/yt_dlp/extractor/freetv.py b/yt_dlp/extractor/freetv.py index 757a10d..518a668 100644 --- a/yt_dlp/extractor/freetv.py +++ b/yt_dlp/extractor/freetv.py @@ -23,7 +23,7 @@ class FreeTvMoviesIE(FreeTvBaseIE): 'title': 'AtrĂ¡pame Si Puedes', 'description': 'md5:ca63bc00898aeb2f64ec87c6d3a5b982', 'ext': 'mp4', - } + }, }, { 'url': 'https://www.freetv.com/peliculas/monstruoso/', 'md5': '509c15c68de41cb708d1f92d071f20aa', @@ -32,7 +32,7 @@ class FreeTvMoviesIE(FreeTvBaseIE): 'title': 'Monstruoso', 'description': 'md5:333fc19ee327b457b980e54a911ea4a3', 'ext': 'mp4', - } + }, }] def _extract_video(self, content_id, action='olyott_video_play'): @@ -72,7 +72,7 @@ class FreeTvIE(FreeTvBaseIE): 'info_dict': { 'id': 'el-detective-l', 'title': 'El Detective L', - 'description': 'md5:f9f1143bc33e9856ecbfcbfb97a759be' + 'description': 'md5:f9f1143bc33e9856ecbfcbfb97a759be', }, 'playlist_count': 24, }, { @@ -80,7 +80,7 @@ class FreeTvIE(FreeTvBaseIE): 'info_dict': { 'id': 'esmeraldas', 'title': 'Esmeraldas', - 'description': 'md5:43d7ec45bd931d8268a4f5afaf4c77bf' + 'description': 'md5:43d7ec45bd931d8268a4f5afaf4c77bf', }, 'playlist_count': 62, }, { @@ -88,7 +88,7 @@ class FreeTvIE(FreeTvBaseIE): 'info_dict': { 'id': 'las-aventuras-de-leonardo', 'title': 'Las Aventuras de Leonardo', - 'description': 'md5:0c47130846c141120a382aca059288f6' + 'description': 'md5:0c47130846c141120a382aca059288f6', }, 'playlist_count': 13, }, |