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