mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-02-20 07:26:04 +00:00
[ie/dailymotion] Fix extraction (#15995)
Fix 2b61a2a4b2
Authored by: bashonly
This commit is contained in:
@@ -384,8 +384,7 @@ class DailymotionIE(DailymotionBaseInfoExtractor):
|
||||
last_error = None
|
||||
|
||||
for note, kwargs in (
|
||||
('Downloading m3u8 information', {}),
|
||||
('Retrying m3u8 download with randomized headers', {
|
||||
('Downloading m3u8 information with randomized headers', {
|
||||
'headers': self._generate_blockbuster_headers(),
|
||||
}),
|
||||
('Retrying m3u8 download with Chrome impersonation', {
|
||||
|
||||
Reference in New Issue
Block a user