aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/youtube.py
Commit message (Collapse)AuthorAgeFilesLines
...
* [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
| | |
* | | [youtube:subscriptions] Fix extraction (fixes #2975)Jaime Marquínez Ferrándiz2014-08-311-6/+37
|/ /
* | [youtube] Fix extraction of like and dislike count (fixes #3633)Jaime Marquínez Ferrándiz2014-08-311-5/+5
| |
* | Merge remote-tracking branch 'riking/twofactor'Philipp Hagemeister2014-08-241-1/+73
|\ \
| * | [youtube] Add two-factor account signin (TOTP only)riking2014-08-161-1/+73
| | | | | | | | | | | | | | | | | | Additional work is required to prompt the user for the SMS or phone call codes, as there is no framework currently to prompt the user during an extraction operation. Fixes #3533
* | | Merge remote-tracking branch 'liudongmiao/patch-subtitle'Philipp Hagemeister2014-08-221-0/+2
|\ \ \
| * | | if there is more than one subtitle for the language, use the first oneLiu DongMiao2014-07-231-0/+2
| | | |
* | | | [youtube] tag 171 is 128KBits (Fixes #3542)Philipp Hagemeister2014-08-211-1/+1
| | | |
* | | | [youtube] Handle incorrectly written cache files (#3549)Philipp Hagemeister2014-08-211-0/+7
| |/ / |/| |
* | | [youtube] Use new signature cache ID for in-memory cache as wellPhilipp Hagemeister2014-08-021-1/+1
| | |
* | | [youtube] Make cache ID a tuple of lengths instead of just the whole lengthPhilipp Hagemeister2014-08-021-10/+18
| | |
* | | [youtube] Clean up -v signature outputPhilipp Hagemeister2014-08-021-2/+2
| | |
* | | [youtube] Show format ID in signature deobfuscation -v outputPhilipp Hagemeister2014-08-021-43/+46
| |/ |/|
* | [youtube] Fix player ID displayPhilipp Hagemeister2014-07-251-1/+2
| |
* | [youtube] Extract the 'sts' parameter from the webpage (fixes #3327)Jaime Marquínez Ferrándiz2014-07-231-1/+2
|/
* [youtube] Support new player URLs (Fixes #3326)Philipp Hagemeister2014-07-231-1/+3
|
* Remove unused importsPhilipp Hagemeister2014-07-201-3/+0
|
* [youtube] Fix extraction of age gate videos (closes #3270)Jaime Marquínez Ferrándiz2014-07-201-8/+5
| | | | | Setting the correct value of the 'sts' paramater in the 'get_video_info' url gives the correct urls. Removed parameters that are not needed.
* [youtube] fix display of swf player idPhilipp Hagemeister2014-07-201-1/+1
|
* [youtube] Move swfinterp into its own filePhilipp Hagemeister2014-07-181-450/+4
|
* [youtube] Add support for classes in swf parserPhilipp Hagemeister2014-07-181-33/+66
|
* [youtube] SWF parser: Add opcode 86Philipp Hagemeister2014-07-171-0/+7
| | | | Yes, I know we need 96, but an implementation of 86 could help avoid a similar issue.