Jaime Marquínez Ferrándiz
c41a9650c3
[youtube] Extract framerate from the dash manifest
...
Not all videos have 60 fps, for example they can have 48 fps.
10 years ago
Jaime Marquínez Ferrándiz
c522adb1f0
[youtube] Add a normal age-gate test video
10 years ago
Jaime Marquínez Ferrándiz
7160532d41
[youtube] Simplify code for getting the dash manifest url
...
video_info contains now the 'ytplayer.config.args' dictionary
10 years ago
Jaime Marquínez Ferrándiz
4e62ebe250
[youtube] Try to extract the video_info from the webpage before requesting the 'get_video_info' pages
...
The YouTube player doesn't seem to use them except for embedded videos, so we can skip a network request.
But they still provide better error mesagges (for removed videos for example).
10 years ago
Jaime Marquínez Ferrándiz
b766eb2707
[youtube] Update test
10 years ago
Jaime Marquínez Ferrándiz
10a404c335
[youtube] Add format 313 ( fixes #4339 )
10 years ago
Jaime Marquínez Ferrándiz
42939b6129
[youtube] Use a cookie for seeting the language
...
This way, we don't have to do an aditional request
10 years ago
Jaime Marquínez Ferrándiz
37ea8164d3
[youtube] Don't confirm age when initializing
...
It seems that all the videos with age restriction use now the age gate method, which doesn't require any confirmation.
10 years ago
Philipp Hagemeister
0792d5634e
[youtube] Remove useless u prefixes
10 years ago
Philipp Hagemeister
27f8b0994e
Merge remote-tracking branch 'jtwaleson/master'
10 years ago
Jouke Waleson
9e1a5b8455
PEP8: applied even more rules
10 years ago
Philipp Hagemeister
784b6d3a9b
Merge remote-tracking branch 'jtwaleson/master'
10 years ago
Jouke Waleson
8bcc875676
PEP8: more applied
10 years ago
Jouke Waleson
5f6a1245ff
PEP8 applied
10 years ago
Philipp Hagemeister
f3a3407226
[youtube] Clarify keywords
10 years ago
Philipp Hagemeister
aa79ac0c82
[youtube] Support controversy videos ( Fixes #4275 )
10 years ago
Philipp Hagemeister
0857baade3
[youtube] Add webm audio formats ( Fixes #4229 )
10 years ago
Philipp Hagemeister
23ad44b57b
[youtube] Better error message for DASH manifest
10 years ago
Aaron Wojnowski
894dd8682e
Fix YouTube signature extraction.
10 years ago
Philipp Hagemeister
a1cf99d03a
[YoutubeDL] Add playlist_id and playlist_title fields ( Fixes #4139 )
10 years ago
Philipp Hagemeister
20436c30c9
[youtube] Clarify output
10 years ago
Philipp Hagemeister
94bd361318
[youtube] Skip sts if missing ( Fixes #4095 , fixes #4103 )
10 years ago
Philipp Hagemeister
0d2c141865
[youtube] Detect formats 298 et al as mp4 ( Fixes #4066 )
10 years ago
Philipp Hagemeister
7b6de3728a
[youtube] Add format 266 ( Fixes #4055 )
10 years ago
Philipp Hagemeister
a51d3aa001
[youtube] Add support for formats 302 and 303 ( Fixes #4060 )
10 years ago
Philipp Hagemeister
fbb21cf528
[youtube] Add formats 298, 299 ( Fixes #4056 )
10 years ago
Philipp Hagemeister
f46a8702cc
[youtube:playlist] Fix test title
10 years ago
Philipp Hagemeister
bfc2bedcfc
[youtube] Make confirm_age non-fatal ( #4042 )
10 years ago
Philipp Hagemeister
6b445558ff
[youtube] Only set language when necessary
...
We only need to set the language when we are using a login; otherwise it will always be English.
10 years ago
Philipp Hagemeister
1cc887cbf0
[youtube] Add support for format 278
10 years ago
Philipp Hagemeister
203fb43f36
[youtube] Download DASH manifest by default ( Closes #3887 )
10 years ago
Philipp Hagemeister
a1f934b171
[youtube] Correct language cookie handling
10 years ago
Philipp Hagemeister
e2dce53781
[youtube] Always request webpage in English ( Fixes #3844 )
10 years ago
Philipp Hagemeister
9c44d2429b
[vimeo:likes] Support large like lists ( Fixes #3847 )
10 years ago
Philipp Hagemeister
6b08cdf626
[youtube] Support for embedded /p players ( Fixes #3821 )
10 years ago
Philipp Hagemeister
ac7553d031
[youtube] Support embed/videoseries URLs ( #3821 )
10 years ago
Philipp Hagemeister
cdc628a498
[youtube] Move more tests to extractors
10 years ago
Philipp Hagemeister
69ea8ca42c
[youtube] Remove superfluous unicode specifiers
10 years ago
Philipp Hagemeister
4bc3a23ec5
[youtube] Modernize
10 years ago
Philipp Hagemeister
78caa52aea
[youtube] Modernize
10 years ago
Philipp Hagemeister
310d75d141
[youtube] Correct description in test case
10 years ago
Philipp Hagemeister
9291475f7d
[youtube] Move more tests to Playlist IE, and simply suitable.
10 years ago
Philipp Hagemeister
81127aa55d
[youtube] Move playlist test to extractor
10 years ago
Philipp Hagemeister
9b583dca4c
Merge remote-tracking branch 'drags/yt-feed-loadmore'
10 years ago
Jaime Marquínez Ferrándiz
edb53e2dc3
[youtube] Don't make the url protocol optional
...
The generic extractor will add it.
10 years ago
Philipp Hagemeister
a0e07d3161
[youtube] Move cache into its own module
10 years ago
Philipp Hagemeister
c9cc0bf57b
[youtube:playlist] PEP8
10 years ago
Jaime Marquínez Ferrándiz
9ea9b61448
Merge branch 'master' of github.com:rg3/youtube-dl
10 years ago
Jaime Marquínez Ferrándiz
1ed5b5c9c8
[youtube:subscriptions] Fix extraction ( fixes #2975 )
10 years ago
Philipp Hagemeister
55f7bd2dcc
[youtube] Fix category extraction
10 years ago