aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/youtube.py
AgeCommit message (Collapse)Author
2014-09-03[youtube] Move cache into its own modulePhilipp Hagemeister
2014-09-01[youtube:playlist] PEP8Philipp Hagemeister
2014-08-31Merge branch 'master' of github.com:rg3/youtube-dlJaime Marquínez Ferrándiz
2014-08-31[youtube:subscriptions] Fix extraction (fixes #2975)Jaime Marquínez Ferrándiz
2014-08-31[youtube] Fix category extractionPhilipp Hagemeister
2014-08-31[youtube] Test for like_count and dislike_count (#3633)Philipp Hagemeister
2014-08-31[youtube] Fix extraction of like and dislike count (fixes #3633)Jaime Marquínez Ferrándiz
2014-08-24Merge remote-tracking branch 'riking/twofactor'Philipp Hagemeister
2014-08-22Merge remote-tracking branch 'liudongmiao/patch-subtitle'Philipp Hagemeister
2014-08-21[youtube] tag 171 is 128KBits (Fixes #3542)Philipp Hagemeister
2014-08-21[youtube] Handle incorrectly written cache files (#3549)Philipp Hagemeister
2014-08-16[youtube] Add two-factor account signin (TOTP only)riking
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
2014-08-02[youtube] Use new signature cache ID for in-memory cache as wellPhilipp Hagemeister
2014-08-02[youtube] Make cache ID a tuple of lengths instead of just the whole lengthPhilipp Hagemeister
2014-08-02[youtube] Clean up -v signature outputPhilipp Hagemeister
2014-08-02[youtube] Show format ID in signature deobfuscation -v outputPhilipp Hagemeister
2014-07-25[youtube] Fix player ID displayPhilipp Hagemeister
2014-07-23[youtube] Extract the 'sts' parameter from the webpage (fixes #3327)Jaime Marquínez Ferrándiz
2014-07-23if there is more than one subtitle for the language, use the first oneLiu DongMiao
2014-07-23[youtube] Support new player URLs (Fixes #3326)Philipp Hagemeister
2014-07-20Remove unused importsPhilipp Hagemeister
2014-07-20[youtube] Fix extraction of age gate videos (closes #3270)Jaime Marquínez Ferrándiz
Setting the correct value of the 'sts' paramater in the 'get_video_info' url gives the correct urls. Removed parameters that are not needed.
2014-07-20[youtube] fix display of swf player idPhilipp Hagemeister
2014-07-18[youtube] Move swfinterp into its own filePhilipp Hagemeister
2014-07-18[youtube] Add support for classes in swf parserPhilipp Hagemeister
2014-07-17[youtube] SWF parser: Add opcode 86Philipp Hagemeister
Yes, I know we need 96, but an implementation of 86 could help avoid a similar issue.
2014-07-17[youtube] Find more swf players (Closes #3270, refer #3271)Philipp Hagemeister
2014-07-11[youtube] Correct signature extraction error detectionPhilipp Hagemeister
2014-07-11[youtube] Remove static signaturesPhilipp Hagemeister
The always fail by now. Instead, use only automatic signature extraction
2014-07-04[youtube:search_url] Update regexesSergey M․
2014-07-01[youtube:truncated_url] Move test to extractorPhilipp Hagemeister
2014-07-01[youtube_truncated_url] Add support for truncated watch URLs with ↵Philipp Hagemeister
annotations (#3178)
2014-06-21[Youtube] add DASH format 272 (fixes #3128)Petr Půlpán
2014-06-19[youtube] Recognize signature functions that contain '$' (fixes #3104)Jaime Marquínez Ferrándiz
2014-06-14[Youtube] Recognize playlists with LLpulpe
2014-06-07[Youtube] Add format code 271 (1440p webm)pulpe
2014-06-05[youtube:playlist] Fix mixes extraction (fixes #3051)Jaime Marquínez Ferrándiz
The username seems to be empty now.
2014-06-02Recognize a third format of the upload_date in the 'watch-uploader-info' elementAnton Novosyolov
2014-05-16[youtube] Recognize a second format of the upload_date in the ↵Jaime Marquínez Ferrándiz
'watch-uploader-info' element (#2911)
2014-05-16[youtube] Fix extraction of the feed 'paging' values (fixes #2925)Jaime Marquínez Ferrándiz
2014-05-16[youtube] Look for published-on date if uploaded-on is not foundPhilipp Hagemeister
Fixes #2911
2014-05-15[youtube] Fix typoJaime Marquínez Ferrándiz
2014-05-15Document and test categories (#2923)Philipp Hagemeister
2014-05-15[youtube] Video categories added to metadataDario Guarascio
2014-05-12[youtube:playlist] Improve detection of private lists (#2840)Jaime Marquínez Ferrándiz
2014-05-01[youtube:playlist] Raise an error if the list doesn't exist or is private ↵Jaime Marquínez Ferrándiz
(closes #2840)
2014-04-30Clean up format list for consistencyAGSPhoenix
This should make the format list output look a bit nicer.
2014-04-25[youtube] Don't call 'unquote_plus' on the video title (fixes #2799)Jaime Marquínez Ferrándiz
It's already unquoted after calling 'compat_parse_qs'. It replaced '+' with spaces, for example in https://www.youtube.com/watch?v=XC0b5YexO-I.
2014-04-25[youtube] Update test description fieldJaime Marquínez Ferrándiz
2014-04-25[youtube] Update test description fieldJaime Marquínez Ferrándiz