diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-12-23 07:12:26 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-12-23 07:12:46 +0530 |
commit | b69fd25c25f23a859aefae69a1cc4116896536b8 (patch) | |
tree | 78d6a3a4cd4108b5451ebc246b7f6400e22f38ec /yt_dlp/extractor/roosterteeth.py | |
parent | e0fd95737d1a3c4a2bfb470c5408a396c8545ca5 (diff) | |
download | hypervideo-pre-b69fd25c25f23a859aefae69a1cc4116896536b8.tar.lz hypervideo-pre-b69fd25c25f23a859aefae69a1cc4116896536b8.tar.xz hypervideo-pre-b69fd25c25f23a859aefae69a1cc4116896536b8.zip |
[cleanup] Misc cleanup
Closes #1942 #1976 #2020 #2058 #1984
Diffstat (limited to 'yt_dlp/extractor/roosterteeth.py')
-rw-r--r-- | yt_dlp/extractor/roosterteeth.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/yt_dlp/extractor/roosterteeth.py b/yt_dlp/extractor/roosterteeth.py index 18672b2e3..652fdd116 100644 --- a/yt_dlp/extractor/roosterteeth.py +++ b/yt_dlp/extractor/roosterteeth.py @@ -99,7 +99,7 @@ class RoosterTeethIE(RoosterTeethBaseIE): 'series': 'Million Dollars, But...', 'episode': 'Million Dollars, But... The Game Announcement', }, - 'skip_download': 'm3u8', + 'params': {'skip_download': True}, }, { 'url': 'https://roosterteeth.com/watch/rwby-bonus-25', 'info_dict': { @@ -112,7 +112,7 @@ class RoosterTeethIE(RoosterTeethBaseIE): 'thumbnail': r're:^https?://.*\.(png|jpe?g)$', 'ext': 'mp4', }, - 'skip_download': 'm3u8', + 'params': {'skip_download': True}, }, { 'url': 'http://achievementhunter.roosterteeth.com/episode/off-topic-the-achievement-hunter-podcast-2016-i-didn-t-think-it-would-pass-31', 'only_matching': True, |