Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | [youtube] Fix player ID display | Philipp Hagemeister | 2014-07-25 | 1 | -1/+2 | |
| | | ||||||
* | | [youtube] Extract the 'sts' parameter from the webpage (fixes #3327) | Jaime Marquínez Ferrándiz | 2014-07-23 | 1 | -1/+2 | |
|/ | ||||||
* | [youtube] Support new player URLs (Fixes #3326) | Philipp Hagemeister | 2014-07-23 | 1 | -1/+3 | |
| | ||||||
* | Remove unused imports | Philipp Hagemeister | 2014-07-20 | 1 | -3/+0 | |
| | ||||||
* | [youtube] Fix extraction of age gate videos (closes #3270) | Jaime Marquínez Ferrándiz | 2014-07-20 | 1 | -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 id | Philipp Hagemeister | 2014-07-20 | 1 | -1/+1 | |
| | ||||||
* | [youtube] Move swfinterp into its own file | Philipp Hagemeister | 2014-07-18 | 1 | -450/+4 | |
| | ||||||
* | [youtube] Add support for classes in swf parser | Philipp Hagemeister | 2014-07-18 | 1 | -33/+66 | |
| | ||||||
* | [youtube] SWF parser: Add opcode 86 | Philipp Hagemeister | 2014-07-17 | 1 | -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 Hagemeister | 2014-07-17 | 1 | -18/+26 | |
| | ||||||
* | [youtube] Correct signature extraction error detection | Philipp Hagemeister | 2014-07-11 | 1 | -20/+19 | |
| | ||||||
* | [youtube] Remove static signatures | Philipp Hagemeister | 2014-07-11 | 1 | -47/+3 | |
| | | | | The always fail by now. Instead, use only automatic signature extraction | |||||
* | [youtube:search_url] Update regexes | Sergey M․ | 2014-07-04 | 1 | -2/+2 | |
| | ||||||
* | [youtube:truncated_url] Move test to extractor | Philipp Hagemeister | 2014-07-01 | 1 | -0/+3 | |
| | ||||||
* | [youtube_truncated_url] Add support for truncated watch URLs with ↵ | Philipp Hagemeister | 2014-07-01 | 1 | -1/+9 | |
| | | | | annotations (#3178) | |||||
* | [Youtube] add DASH format 272 (fixes #3128) | Petr Půlpán | 2014-06-21 | 1 | -0/+1 | |
| | ||||||
* | [youtube] Recognize signature functions that contain '$' (fixes #3104) | Jaime Marquínez Ferrándiz | 2014-06-19 | 1 | -1/+1 | |
| | ||||||
* | [Youtube] Recognize playlists with LL | pulpe | 2014-06-14 | 1 | -2/+2 | |
| | ||||||
* | [Youtube] Add format code 271 (1440p webm) | pulpe | 2014-06-07 | 1 | -0/+1 | |
| | ||||||
* | [youtube:playlist] Fix mixes extraction (fixes #3051) | Jaime Marquínez Ferrándiz | 2014-06-05 | 1 | -4/+2 | |
| | | | | The username seems to be empty now. | |||||
* | Recognize a third format of the upload_date in the 'watch-uploader-info' element | Anton Novosyolov | 2014-06-02 | 1 | -1/+1 | |
| | ||||||
* | [youtube] Recognize a second format of the upload_date in the ↵ | Jaime Marquínez Ferrándiz | 2014-05-16 | 1 | -1/+1 | |
| | | | | 'watch-uploader-info' element (#2911) | |||||
* | [youtube] Fix extraction of the feed 'paging' values (fixes #2925) | Jaime Marquínez Ferrándiz | 2014-05-16 | 1 | -2/+5 | |
| | ||||||
* | [youtube] Look for published-on date if uploaded-on is not found | Philipp Hagemeister | 2014-05-16 | 1 | -0/+4 | |
| | | | | Fixes #2911 | |||||
* | [youtube] Fix typo | Jaime Marquínez Ferrándiz | 2014-05-15 | 1 | -1/+1 | |
| | ||||||
* | Document and test categories (#2923) | Philipp Hagemeister | 2014-05-15 | 1 | -7/+9 | |
| | ||||||
* | [youtube] Video categories added to metadata | Dario Guarascio | 2014-05-15 | 1 | -0/+9 | |
| | ||||||
* | [youtube:playlist] Improve detection of private lists (#2840) | Jaime Marquínez Ferrándiz | 2014-05-12 | 1 | -1/+1 | |
| | ||||||
* | [youtube:playlist] Raise an error if the list doesn't exist or is private ↵ | Jaime Marquínez Ferrándiz | 2014-05-01 | 1 | -0/+7 | |
| | | | | (closes #2840) | |||||
* | Clean up format list for consistency | AGSPhoenix | 2014-04-30 | 1 | -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ándiz | 2014-04-25 | 1 | -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 field | Jaime Marquínez Ferrándiz | 2014-04-25 | 1 | -1/+1 | |
| | ||||||
* | [youtube] Update test description field | Jaime Marquínez Ferrándiz | 2014-04-25 | 1 | -1/+1 | |
| | ||||||
* | [youtube] Include video Id in common error message (Fixes #2786) | Philipp Hagemeister | 2014-04-21 | 1 | -2/+6 | |
| | ||||||
* | [youtube:playlist] Correct playlist ID output | Philipp Hagemeister | 2014-04-15 | 1 | -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 Hagemeister | 2014-04-11 | 1 | -0/+1 | |
| | ||||||
* | [youtube:playlist] Fix playlists for logged-in users (Fixes #2690) | Philipp Hagemeister | 2014-04-04 | 1 | -1/+2 | |
| | ||||||
* | [youtube:subscriptions] Add space to the description | Jaime Marquínez Ferrándiz | 2014-04-03 | 1 | -1/+1 | |
| | ||||||
* | [youtube] feeds: Also look for the html in the 'content_html' field (fixes ↵ | Jaime Marquínez Ferrándiz | 2014-04-02 | 1 | -3/+2 | |
| | | | | #2671) | |||||
* | [youtube] Transform google's JSON dialect (fixes #2663) | Philipp Hagemeister | 2014-04-01 | 1 | -1/+3 | |
| | ||||||
* | [youtube] Encode ytsearch query | Philipp Hagemeister | 2014-03-30 | 1 | -3/+6 | |
| | ||||||
* | Remove unusued imports | Philipp Hagemeister | 2014-03-30 | 1 | -1/+0 | |
| | ||||||
* | [youtube] Move JavaScript interpreter into its own module | Philipp Hagemeister | 2014-03-30 | 1 | -107/+5 | |
| | ||||||
* | [youtube] Remove useless resolution fields from format definitions | Philipp Hagemeister | 2014-03-22 | 1 | -29/+29 | |
| | | | | These can be - and are - calculated automatically by the YoutubeDL core. | |||||
* | itag 160 is 144p, not 192p | hurda | 2014-03-22 | 1 | -1/+1 | |
| | ||||||
* | Add --prefer-insecure option (Fixes #2364) | Philipp Hagemeister | 2014-03-21 | 1 | -5/+9 | |
| | ||||||
* | Add bestvideo and worstvideo to special format names (#2163) | Jaime Marquínez Ferrándiz | 2014-03-14 | 1 | -14/+14 | |
| | ||||||
* | [youtube] Fix up invalid JSON | Philipp Hagemeister | 2014-03-10 | 1 | -2/+3 | |
| | ||||||
* | [youtube] Add support for search result URLs (Fixes #2495) | Philipp Hagemeister | 2014-03-04 | 1 | -1/+39 | |
| | ||||||
* | Fix incorrect format codes | AGSPhoenix | 2014-02-24 | 1 | -2/+2 | |
| | | | | | Corrects the descriptions for the DASH video format codes 264 and 138 (1440p and 2160p, respectively). |