Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-04 | Include length in player cache ID | Philipp Hagemeister | |
Some videos use the same player with IDs of multiple lengths. See https://travis-ci.org/rg3/youtube-dl/jobs/12126506#L319 for an example. | |||
2013-10-04 | [youtube] new static 82 signature | Philipp Hagemeister | |
2013-10-02 | [youtube] Simplify cache_dir code (#1529) | Philipp Hagemeister | |
2013-10-02 | Merge remote-tracking branch 'holomorph/master' | Philipp Hagemeister | |
2013-10-02 | [youtube] Fix static 82 signature (Closes #1539) | Philipp Hagemeister | |
2013-10-02 | [youtube] Support videos without a title (Fixes #1391, Closes #1542) | Philipp Hagemeister | |
2013-10-01 | Merge pull request #1531 from rg3/no-playlist | Filippo Valsorda | |
[youtube] implement --no-playlist to only download current video | |||
2013-10-01 | [youtube] correct --no-playlist for python3 | Filippo Valsorda | |
2013-10-01 | Properly handle stream meap not being present | Philipp Hagemeister | |
2013-10-01 | Handle videos without url_encoded_fmt_stream_map (Fixes #1535) | Philipp Hagemeister | |
2013-09-30 | Support XDG base directory specification | Mark Oteiza | |
2013-09-30 | implement --no-playlist to only download current video - closes #755 | Filippo Valsorda | |
2013-09-27 | [youtube] Add hlsvp to the error message if it can't be found and remove the ↵ | Jaime Marquínez Ferrándiz | |
live stream test It's no longer available, other olympics streams have the same problem. | |||
2013-09-27 | [youtube] Set the thumbnail to None if it can't be extracted | Jaime Marquínez Ferrándiz | |
2013-09-27 | [youtube] update description of test | Jaime Marquínez Ferrándiz | |
2013-09-27 | [youtube] Fix 83 signature (Closes #1511) | Philipp Hagemeister | |
2013-09-24 | Merge branch 'automatic-signatures' | Philipp Hagemeister | |
2013-09-24 | Fix 86 signature (#1494) | Philipp Hagemeister | |
2013-09-24 | Fix output of --youtube-print-sig-code when counting down to 0 | Philipp Hagemeister | |
2013-09-24 | Allow opts.cachedir == None to disable cache | Philipp Hagemeister | |
2013-09-24 | [youtube] Update one of the test's description | Jaime Marquínez Ferrándiz | |
2013-09-24 | [youtube] update algos for length 86 and 84 (fixes #1494) | Jaime Marquínez Ferrándiz | |
2013-09-22 | Correct test strings | Philipp Hagemeister | |
2013-09-22 | Do not warn if fallback is without alternatives (because we did not get the ↵ | Philipp Hagemeister | |
flash player URL) | |||
2013-09-22 | [youtube] Improve flash player URL handling | Philipp Hagemeister | |
2013-09-22 | [youtube] Remove _decrypt_signature_age_gate | Philipp Hagemeister | |
2013-09-22 | [youtube] Actually pass in cachedir option | Philipp Hagemeister | |
2013-09-22 | [youtube] Improve source code quality | Philipp Hagemeister | |
2013-09-22 | Update static signatures | Philipp Hagemeister | |
2013-09-22 | [youtube] Improve cache and add an option to print the extracted signatures | Philipp Hagemeister | |
2013-09-22 | [youtube] Add filesystem signature cache | Philipp Hagemeister | |
2013-09-21 | Clarify a couple of calls | Philipp Hagemeister | |
2013-09-21 | Use reader instead of indexing | Philipp Hagemeister | |
2013-09-21 | Prepare signature function caching | Philipp Hagemeister | |
2013-09-21 | Change test target (Verified with node.js) | Philipp Hagemeister | |
2013-09-21 | Implement more opcodes | Philipp Hagemeister | |
2013-09-21 | Restore accidentally deleted commits | Philipp Hagemeister | |
That's what happens if you let Windows machines write :( | |||
2013-09-20 | [youtube] add algo for length 91 | Jaime Marquínez Ferrándiz | |
2013-09-19 | Unable to decrypt signature length 93 (fixes #1461) | patrickslin | |
2013-09-18 | [youtube] apply the fix for lists with number of videos multiple of ↵ | Jaime Marquínez Ferrándiz | |
_MAX_RESULTS to user extraction Copied from the playlist extractor. | |||
2013-09-17 | [youtube] Don't search the flash player version for videos with age gate ↵ | Jaime Marquínez Ferrándiz | |
activated | |||
2013-09-17 | Update 85 signature (Fixes #1449) | Philipp Hagemeister | |
This is the first signature algorithm to have been parsed automatically, although that only works for HTML5 players for now, and is not yet integrated into master. | |||
2013-09-15 | [youtube] support youtube.googleapis.com/v/* urls (fixes #1425) | Jaime Marquínez Ferrándiz | |
2013-09-12 | [youtube] update algo for length 82 (fixes #1416) | Jaime Marquínez Ferrándiz | |
2013-09-11 | [youtube] Fix detection of videos with automatic captions | Jaime Marquínez Ferrándiz | |
2013-09-11 | [subtitles] Also list the available automatic captions languages with ↵ | Jaime Marquínez Ferrándiz | |
'--list-sub' | |||
2013-09-11 | [youtube] Support automatic captions with original language different from ↵ | Jaime Marquínez Ferrándiz | |
English (fixes #1225) and download in multiple languages. | |||
2013-09-11 | [subtitles] Use self._download_webpage for extracting the subtitles | Jaime Marquínez Ferrándiz | |
It raises ExtractorError for the same exceptions we have to catch. | |||
2013-09-11 | [subtitles] Simplify the extraction of subtitles in subclasses and remove ↵ | Jaime Marquínez Ferrándiz | |
NoAutoSubtitlesInfoExtractor Subclasses just need to call the method extract_subtitles, which will call _extract_subtitles and _request_automatic_caption Now the default implementation of _request_automatic_caption returns {}. | |||
2013-09-11 | [subtitles] rename SubitlesIE to SubtitlesInfoExtractor | Jaime Marquínez Ferrándiz | |
Otherwise it can be automatically detected as a IE ready for use. |