mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-01-27 13:50:11 +09:00
Compare commits
53 Commits
c910a8c764
...
a110d8ea33
Author | SHA1 | Date | |
---|---|---|---|
|
a110d8ea33 | ||
|
176fc2cb00 | ||
|
6f271423e8 | ||
|
75266ce4ed | ||
|
817e2e5938 | ||
|
0e1a0cfa03 | ||
|
7f1c09bea1 | ||
|
c3026dd70c | ||
|
41157b2b49 | ||
|
c748eca829 | ||
|
6de650f51f | ||
|
bf91db4846 | ||
|
ad6ee6fdd2 | ||
|
179c8b06b6 | ||
|
a60972e253 | ||
|
007bbeacd7 | ||
|
4c90b2f587 | ||
|
bc86c5f73b | ||
|
ad64f3751e | ||
|
d4250c8703 | ||
|
58d7a00e3f | ||
|
4398f6832f | ||
|
1ca4e686a3 | ||
|
28624cfe09 | ||
|
c08f29f45b | ||
|
0ab79c37ae | ||
|
0cbcd1aec6 | ||
|
159f825edd | ||
|
681b39032a | ||
|
4b24e5f00d | ||
|
3b3d73cbe6 | ||
|
d426a92a60 | ||
|
d36d50fe5c | ||
|
eb6e396bfb | ||
|
28ba01f1cc | ||
|
4fc423845e | ||
|
34b5b20107 | ||
|
8b1a7d9a7c | ||
|
f9e59b0c49 | ||
|
fb7b7179ff | ||
|
0dc7d954cb | ||
|
21eb4513e0 | ||
|
29724e7b07 | ||
|
577368116b | ||
|
da3d1f4321 | ||
|
f76d58c71f | ||
|
c409a8c54b | ||
|
0c7261db90 | ||
|
632897860b | ||
|
9e1acb2527 | ||
|
fb2b4e2894 | ||
|
b4776f2e36 | ||
|
3b31478dfd |
@ -848,14 +848,13 @@ from .nowness import (
|
||||
from .noz import NozIE
|
||||
from .npo import (
|
||||
AndereTijdenIE,
|
||||
BNNVaraIE,
|
||||
NPOIE,
|
||||
NPOLiveIE,
|
||||
NPORadioIE,
|
||||
NPORadioFragmentIE,
|
||||
ONIE,
|
||||
SchoolTVIE,
|
||||
HetKlokhuisIE,
|
||||
VPROIE,
|
||||
WNLIE,
|
||||
ZAPPIE,
|
||||
)
|
||||
from .npr import NprIE
|
||||
from .nrk import (
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1951,7 +1951,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
|
||||
pb_context = {'html5Preference': 'HTML5_PREF_WANTS'}
|
||||
|
||||
player_url = self._extract_player_url(webpage)
|
||||
ytcfg = self._extract_ytcfg(video_id, webpage)
|
||||
ytcfg = self._extract_ytcfg(video_id, webpage or '')
|
||||
sts = self._extract_signature_timestamp(video_id, player_url, ytcfg)
|
||||
if sts:
|
||||
pb_context['signatureTimestamp'] = sts
|
||||
|
Loading…
Reference in New Issue
Block a user