summaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/youtube.py
Commit message (Collapse)AuthorAgeFilesLines
...
* [youtube] Add a normal age-gate test videoJaime Marquínez Ferrándiz2014-11-301-1/+14
|
* [youtube] Simplify code for getting the dash manifest urlJaime Marquínez Ferrándiz2014-11-301-4/+1
| | | | video_info contains now the 'ytplayer.config.args' dictionary
* [youtube] Try to extract the video_info from the webpage before requesting ↵Jaime Marquínez Ferrándiz2014-11-301-36/+24
| | | | | | | 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).
* [youtube] Update testJaime Marquínez Ferrándiz2014-11-301-2/+2
|
* [youtube] Add format 313 (fixes #4339)Jaime Marquínez Ferrándiz2014-11-301-0/+1
|
* [youtube] Use a cookie for seeting the languageJaime Marquínez Ferrándiz2014-11-301-18/+5
| | | | This way, we don't have to do an aditional request
* [youtube] Don't confirm age when initializingJaime Marquínez Ferrándiz2014-11-291-17/+0
| | | | It seems that all the videos with age restriction use now the age gate method, which doesn't require any confirmation.
* [youtube] Remove useless u prefixesPhilipp Hagemeister2014-11-261-3/+3
|
* Merge remote-tracking branch 'jtwaleson/master'Philipp Hagemeister2014-11-231-2/+2
|\
| * PEP8: applied even more rulesJouke Waleson2014-11-231-2/+2
| |
* | Merge remote-tracking branch 'jtwaleson/master'Philipp Hagemeister2014-11-231-54/+66
|\|
| * PEP8: more appliedJouke Waleson2014-11-231-44/+46
| |
| * PEP8 appliedJouke Waleson2014-11-231-10/+20
| |
* | [youtube] Clarify keywordsPhilipp Hagemeister2014-11-231-4/+4
|/
* [youtube] Support controversy videos (Fixes #4275)Philipp Hagemeister2014-11-231-1/+14
|
* [youtube] Add webm audio formats (Fixes #4229)Philipp Hagemeister2014-11-181-0/+5
|
* [youtube] Better error message for DASH manifestPhilipp Hagemeister2014-11-171-1/+1
|
* Fix YouTube signature extraction.Aaron Wojnowski2014-11-131-1/+1
|
* [YoutubeDL] Add playlist_id and playlist_title fields (Fixes #4139)Philipp Hagemeister2014-11-091-0/+1
|
* [youtube] Clarify outputPhilipp Hagemeister2014-11-041-1/+1
|
* [youtube] Skip sts if missing (Fixes #4095, fixes #4103)Philipp Hagemeister2014-11-041-5/+5
|
* [youtube] Detect formats 298 et al as mp4 (Fixes #4066)Philipp Hagemeister2014-10-311-5/+3
|
* [youtube] Add format 266 (Fixes #4055)Philipp Hagemeister2014-10-301-0/+1
|
* [youtube] Add support for formats 302 and 303 (Fixes #4060)Philipp Hagemeister2014-10-301-0/+2
|
* [youtube] Add formats 298, 299 (Fixes #4056)Philipp Hagemeister2014-10-301-0/+4
|
* [youtube:playlist] Fix test titlePhilipp Hagemeister2014-10-271-1/+1
|
* [youtube] Make confirm_age non-fatal (#4042)Philipp Hagemeister2014-10-261-2/+2
|
* [youtube] Only set language when necessaryPhilipp Hagemeister2014-10-231-2/+3
| | | | We only need to set the language when we are using a login; otherwise it will always be English.
* [youtube] Add support for format 278Philipp Hagemeister2014-10-131-0/+1
|
* [youtube] Download DASH manifest by default (Closes #3887)Philipp Hagemeister2014-10-131-1/+1
|
* [youtube] Correct language cookie handlingPhilipp Hagemeister2014-09-291-3/+11
|
* [youtube] Always request webpage in English (Fixes #3844)Philipp Hagemeister2014-09-291-1/+3
|
* [vimeo:likes] Support large like lists (Fixes #3847)Philipp Hagemeister2014-09-291-2/+2
|
* [youtube] Support for embedded /p players (Fixes #3821)Philipp Hagemeister2014-09-251-0/+7
|
* [youtube] Support embed/videoseries URLs (#3821)Philipp Hagemeister2014-09-241-2/+9
|
* [youtube] Move more tests to extractorsPhilipp Hagemeister2014-09-241-9/+62
|
* [youtube] Remove superfluous unicode specifiersPhilipp Hagemeister2014-09-241-68/+68
|
* [youtube] ModernizePhilipp Hagemeister2014-09-241-49/+54
|
* [youtube] ModernizePhilipp Hagemeister2014-09-131-124/+127
|
* [youtube] Correct description in test casePhilipp Hagemeister2014-09-131-1/+1
|
* [youtube] Move more tests to Playlist IE, and simply suitable.Philipp Hagemeister2014-09-131-7/+34
|
* [youtube] Move playlist test to extractorPhilipp Hagemeister2014-09-131-0/+9
|
* Merge remote-tracking branch 'drags/yt-feed-loadmore'Philipp Hagemeister2014-09-131-1/+2
|\
| * Check load_more_widget_html for feed pagingTim Sogard2014-07-271-1/+2
| |
* | [youtube] Don't make the url protocol optionalJaime Marquínez Ferrándiz2014-09-111-2/+2
| | | | | | | | The generic extractor will add it.
* | [youtube] Move cache into its own modulePhilipp Hagemeister2014-09-031-38/+8
| |
* | [youtube:playlist] PEP8Philipp Hagemeister2014-09-011-8/+14
| |
* | Merge branch 'master' of github.com:rg3/youtube-dlJaime Marquínez Ferrándiz2014-08-311-1/+5
|\ \
| * | [youtube] Fix category extractionPhilipp Hagemeister2014-08-311-1/+3
| | |
| * | [youtube] Test for like_count and dislike_count (#3633)Philipp Hagemeister2014-08-311-0/+2
| | |