summaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/youtube.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | | [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.
* [youtube] Find more swf players (Closes #3270, refer #3271)Philipp Hagemeister2014-07-171-18/+26
|
* [youtube] Correct signature extraction error detectionPhilipp Hagemeister2014-07-111-20/+19
|
* [youtube] Remove static signaturesPhilipp Hagemeister2014-07-111-47/+3
| | | | The always fail by now. Instead, use only automatic signature extraction
* [youtube:search_url] Update regexesSergey M․2014-07-041-2/+2
|
* [youtube:truncated_url] Move test to extractorPhilipp Hagemeister2014-07-011-0/+3
|
* [youtube_truncated_url] Add support for truncated watch URLs with ↵Philipp Hagemeister2014-07-011-1/+9
| | | | annotations (#3178)
* [Youtube] add DASH format 272 (fixes #3128)Petr Půlpán2014-06-211-0/+1
|
* [youtube] Recognize signature functions that contain '$' (fixes #3104)Jaime Marquínez Ferrándiz2014-06-191-1/+1
|
* [Youtube] Recognize playlists with LLpulpe2014-06-141-2/+2
|
* [Youtube] Add format code 271 (1440p webm)pulpe2014-06-071-0/+1
|
* [youtube:playlist] Fix mixes extraction (fixes #3051)Jaime Marquínez Ferrándiz2014-06-051-4/+2
| | | | The username seems to be empty now.
* Recognize a third format of the upload_date in the 'watch-uploader-info' elementAnton Novosyolov2014-06-021-1/+1
|
* [youtube] Recognize a second format of the upload_date in the ↵Jaime Marquínez Ferrándiz2014-05-161-1/+1
| | | | 'watch-uploader-info' element (#2911)
* [youtube] Fix extraction of the feed 'paging' values (fixes #2925)Jaime Marquínez Ferrándiz2014-05-161-2/+5
|
* [youtube] Look for published-on date if uploaded-on is not foundPhilipp Hagemeister2014-05-161-0/+4
| | | | Fixes #2911
* [youtube] Fix typoJaime Marquínez Ferrándiz2014-05-151-1/+1
|
* Document and test categories (#2923)Philipp Hagemeister2014-05-151-7/+9
|
* [youtube] Video categories added to metadataDario Guarascio2014-05-151-0/+9
|
* [youtube:playlist] Improve detection of private lists (#2840)Jaime Marquínez Ferrándiz2014-05-121-1/+1
|
* [youtube:playlist] Raise an error if the list doesn't exist or is private ↵Jaime Marquínez Ferrándiz2014-05-011-0/+7
| | | | (closes #2840)
* Clean up format list for consistencyAGSPhoenix2014-04-301-15/+15
| | | | This should make the format list output look a bit nicer.
* [youtube] Don't call 'unquote_plus' on the video title (fixes #2799)Jaime Marquínez Ferrándiz2014-04-251-1/+1
| | | | | It's already unquoted after calling 'compat_parse_qs'. It replaced '+' with spaces, for example in https://www.youtube.com/watch?v=XC0b5YexO-I.
* [youtube] Update test description fieldJaime Marquínez Ferrándiz2014-04-251-1/+1
|
* [youtube] Update test description fieldJaime Marquínez Ferrándiz2014-04-251-1/+1
|
* [youtube] Include video Id in common error message (Fixes #2786)Philipp Hagemeister2014-04-211-2/+6
|
* [youtube:playlist] Correct playlist ID outputPhilipp Hagemeister2014-04-151-1/+1
| | | | The ID now starts with PL, so we don't need to output that twice.
* [youtube] Add support for cleanvideosearch.com (Fixes #2734)Philipp Hagemeister2014-04-111-0/+1
|
* [youtube:playlist] Fix playlists for logged-in users (Fixes #2690)Philipp Hagemeister2014-04-041-1/+2
|
* [youtube:subscriptions] Add space to the descriptionJaime Marquínez Ferrándiz2014-04-031-1/+1
|