aboutsummaryrefslogtreecommitdiffstats
path: root/devscripts
Commit message (Collapse)AuthorAgeFilesLines
...
* Use `insert` for all sys.path manipulationsYen Chi Hsuan2015-09-265-5/+5
| | | | Closes #6867.
* Don't use bare 'except:'Jaime Marquínez Ferrándiz2015-03-271-1/+1
| | | | They catch any exception, including KeyboardInterrupt, we don't want to catch it.
* [test/aes] Test aes_decrypt_text with 256 bitJaime Marquínez Ferrándiz2015-03-221-1/+7
|
* [test] Add tests for aesJaime Marquínez Ferrándiz2015-03-211-0/+36
|
* PEP8: W503Philipp Hagemeister2015-02-211-4/+4
|
* [descripts/release] Regenerate auxiliary documentation on build as wellPhilipp Hagemeister2015-02-031-3/+3
|
* [Makefile] Simplify clean/cleanallPhilipp Hagemeister2015-02-031-1/+1
|
* Fix build with python 2.6Jaime Marquínez Ferrándiz2015-01-071-2/+2
| | | | | | | * Packages cannot be executed * '.format' needs the index of the argument (Reported in https://github.com/Homebrew/homebrew/issues/35616)
* [/__init__] Define public APIPhilipp Hagemeister2015-01-071-1/+1
|
* Add documentation about supported sites (Fixes #4503)Philipp Hagemeister2014-12-301-0/+45
|
* [README] Add table of contents (Closes #4458)Philipp Hagemeister2014-12-161-2/+13
|
* [devscripts/make_contributing] Switch to optparse (Fixes #4483)Philipp Hagemeister2014-12-161-10/+10
|
* [CONTRIBUTING.md] Remove the section about embedding; that is not applicable ↵Philipp Hagemeister2014-12-121-1/+2
| | | | for youtube-dl contributors
* [Makefile] Add CONTRIBUTING.md (Fixes #2984)Philipp Hagemeister2014-12-121-0/+31
|
* [test_unicode_literals] Arm unicode_literals checkPhilipp Hagemeister2014-11-2611-3/+18
| | | | | | | | | From now on, the line from __future__ import unicode_literals should be contained in every single Python file lest we run into any more 2.x/3.x issues. Going forward, we're likely to develop on 3.x only and would likely miss subtle bugs otherwise.
* Fix all PEP8 issues except E501Philipp Hagemeister2014-11-231-1/+1
|
* Remove outdated transition helper scriptsPhilipp Hagemeister2014-11-233-162/+0
|
* remove useless line, the result is never usedJouke Waleson2014-11-231-1/+0
|
* PEP8: applied even more rulesJouke Waleson2014-11-232-2/+2
|
* PEP8: E225,E227Jouke Waleson2014-11-231-1/+1
|
* PEP8: more appliedJouke Waleson2014-11-232-4/+1
|
* PEP8 appliedJouke Waleson2014-11-2310-26/+37
|
* support zsh completionXu Cheng2014-10-072-0/+74
|
* Add a completion script generator for the fish shellJaime Marquínez Ferrándiz2014-09-142-0/+53
|
* [devscripts/release] Do not restore youtube-dl{,.exe} binariesPhilipp Hagemeister2014-09-141-1/+0
|
* [devscripts/release] Do not commit CHANGELOGPhilipp Hagemeister2014-05-301-2/+2
|
* add prepare_manpagePhilipp Hagemeister2014-05-131-0/+20
|
* Split man and README (Fixes #2892)Philipp Hagemeister2014-05-131-1/+1
|
* [devscripts/release] Check version numberPhilipp Hagemeister2014-03-241-0/+6
|
* [desvscripts/release] Bump the number of password tries to accomodate ↵Philipp Hagemeister2014-03-181-1/+1
| | | | stubby-fingered @phihag
* Build and upload universal wheels to pypiJaime Marquínez Ferrándiz2014-03-161-1/+1
|
* [release.sh] Do not run tests by defaultPhilipp Hagemeister2014-02-221-3/+3
| | | | | We are at the point that testing takes waay too long for a release cycle, and fails way too often. Tests through travis are a better indicator than testing just before release.
* Implement a different adult sites checking algorithmFilippo Valsorda2014-01-141-12/+32
|
* [release] Check for useless files before releasePhilipp Hagemeister2014-01-071-0/+2
|
* [bash-completion] Complete filename if `—load-info` is givenJaime Marquínez Ferrándiz2014-01-051-1/+1
|
* More Atom feed improvements (#2081)Philipp Hagemeister2014-01-051-1/+22
|
* Improve Atom feed creation (Fixes #2081)Philipp Hagemeister2014-01-051-22/+21
|
* atom feed generator: Make IDs proper URLs (#2081)Philipp Hagemeister2014-01-051-33/+33
|
* Fix make_readme on Python 2Philipp Hagemeister2014-01-051-1/+4
|
* Make make_readme run in a locale-less environmentPhilipp Hagemeister2014-01-051-2/+3
| | | | Mentioned in #267
* [bash-completion] Complete the ':ythistory' keywordJaime Marquínez Ferrándiz2013-11-271-2/+2
|
* [bash-completion] Complete filenames or directories if the previous option ↵Jaime Marquínez Ferrándiz2013-11-271-1/+12
| | | | requires it
* Add the missing age_limit tags; added a devscript to do a superficial check ↵Filippo Valsorda2013-10-281-0/+39
| | | | for porn sites without the age_limit tag in the test
* Simplify release processPhilipp Hagemeister2013-10-181-4/+0
|
* [bash-completion] Do not use dash in function name (Fixes #1623)Philipp Hagemeister2013-10-181-2/+2
|
* Don't add extractors with IE_DESC set to False to the page of supported sites.Jaime Marquínez Ferrándiz2013-10-101-3/+4
|
* Remove youtube_genalgo (#1515)Philipp Hagemeister2013-09-271-116/+0
| | | | With the automatic signature extraction, this script has become superfluous now
* [youtube] update algos for length 86 and 84 (fixes #1494)Jaime Marquínez Ferrándiz2013-09-241-4/+4
|
* [youtube] add algo for length 91Jaime Marquínez Ferrándiz2013-09-201-0/+3
|
* Merge pull request #1464 from patrickslin/patch-7Jaime Marquínez Ferrándiz2013-09-201-0/+4
| | | | Unable to decrypt signature length 93 (fixes #1461)