Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-23 | [test] Use `pytest` instead of `nosetests` (#482) | pukkandan | |
`nosetests` is no longer being maintained : https://github.com/nose-devs/nose/issues/1099 and will stop working in py 3.10 as can be seen in #480 | |||
2021-06-06 | [cleanup] Point all shebang to `python3` (#372) | felix | |
Authored by: fstirlitz | |||
2021-02-25 | Completely change project name to yt-dlp (#85) | Pccode66 | |
* All modules and binary names are changed * All documentation references changed * yt-dlp no longer loads youtube-dlc config files * All URLs changed to point to organization account Co-authored-by: Pccode66 Co-authored-by: pukkandan | |||
2021-02-11 | Update to ytdl-2021.02.10 | pukkandan | |
Except: [archiveorg] Fix and improve extraction (5fc53690cbe6abb11941a3f4846b566a7472753e) | |||
2021-02-04 | [youtube] Update to ytdl-2021.02.04.1 | pukkandan | |
2020-09-02 | [skip travis] renaming | Unknown | |
to avoid using same folder when using pip install for example | |||
2020-05-02 | [youtube] Improve player id extraction and add tests | Sergey M․ | |
2016-11-17 | Update coding style after pycodestyle 2.1.0 | Yen Chi Hsuan | |
In pycodestyle 2.1.0, E305 was introduced, which requires two blank lines after top level declarations, too. See https://github.com/PyCQA/pycodestyle/issues/400 See also #10689; thanks @stepshal for first mentioning this issue and initial patches | |||
2015-02-18 | [jsinterp] Disable comment support | Philipp Hagemeister | |
We need a proper lexer to be able to understand YouTube's code, which contains /* inside of strings. For now it's sufficient to just disable comment support altogether. Fixes #4976, fixes #4979, fixes #4980, fixes #4981, fixes #4982. Closes #4977. | |||
2015-02-10 | [test/test_youtube_signature] Use fake YDL | Philipp Hagemeister | |
2014-11-12 | [test_youtube_signature] Fix import | Michael Käufl | |
Broken in commit 8c25f81beea169c9d6540eea1a6f71dc045da6ed | |||
2014-09-29 | [youtube] Remove swf signature test cases | Philipp Hagemeister | |
These files are now 0 Bytes | |||
2014-07-25 | [jsinterp] Add new testcase | Philipp Hagemeister | |
2014-07-24 | [test_youtube_signatures] Modernize | Philipp Hagemeister | |
2014-07-24 | [jsinterp] 'reverse' modifies the array in place (fixes #3334) | Jaime Marquínez Ferrándiz | |
2014-07-23 | [jsinterp] Allow digits in function names | Philipp Hagemeister | |
2014-07-20 | [youtube] Add swf signature test case (#3270) | Philipp Hagemeister | |
2014-07-20 | [youtube] Correct signature testcase | Philipp Hagemeister | |
2014-07-18 | [youtube] Move swfinterp into its own file | Philipp Hagemeister | |
2014-07-15 | [youtube & jsinterp] Fix signature extraction (fixes #3255) | Jaime Marquínez Ferrándiz | |
Some functions are defined now inside an object, the jsinterp will search its definition if the variable is not defined in the local namespace. | |||
2014-07-11 | [youtube] Correct signature test | Philipp Hagemeister | |
2014-07-11 | [youtube] Add test for new signature scheme (#3232) | Philipp Hagemeister | |
2014-02-04 | [test/youtube_signature] Add a test with the last player | Jaime Marquínez Ferrándiz | |
To verify it correctly handles function with “$” in their names. | |||
2014-01-17 | Remove youtube swf signature test | Philipp Hagemeister | |
Apparently, swf players are no longer in use. If we find one, we'll readd it. | |||
2013-11-25 | [tests] Remove global_setup function | Philipp Hagemeister | |
2013-10-15 | Simplify tests | Philipp Hagemeister | |
* Make them directly executable again * Move common stuff (md5, parameters) to helper * Never import * * General clean up | |||
2013-09-22 | Work around nosetests nosiness | Philipp Hagemeister | |
2013-09-21 | Change test target (Verified with node.js) | Philipp Hagemeister | |
2013-09-21 | Restore accidentally deleted commits | Philipp Hagemeister | |
That's what happens if you let Windows machines write :( |