137 Commits (69e0f1b445388e4b6f45868d53780d6f8937f56e)

Author SHA1 Message Date
Jaime Marquínez Ferrándiz 70a1165b32 Don't use bare 'except:'
They catch any exception, including KeyboardInterrupt, we don't want to catch it.
9 years ago
Jaime Marquínez Ferrándiz f9544f6e8f [test/aes] Test aes_decrypt_text with 256 bit 9 years ago
Jaime Marquínez Ferrándiz a7d9ded45d [test] Add tests for aes 9 years ago
Philipp Hagemeister 8fb3ac3649 PEP8: W503 9 years ago
Philipp Hagemeister ee623d9247 [descripts/release] Regenerate auxiliary documentation on build as well 9 years ago
Philipp Hagemeister d200b11c7e [Makefile] Simplify clean/cleanall 9 years ago
Jaime Marquínez Ferrándiz c5d666d374 Fix build with python 2.6
* Packages cannot be executed
* '.format' needs the index of the argument

(Reported in https://github.com/Homebrew/homebrew/issues/35616)
9 years ago
Philipp Hagemeister 2bad0e5d20 [/__init__] Define public API 9 years ago
Philipp Hagemeister 416c7fcbce Add documentation about supported sites (Fixes #4503) 9 years ago
Philipp Hagemeister b50e3bc67f [README] Add table of contents (Closes #4458) 10 years ago
Philipp Hagemeister ccbfaa83b0 [devscripts/make_contributing] Switch to optparse (Fixes #4483) 10 years ago
Philipp Hagemeister 13dcfd41bd [CONTRIBUTING.md] Remove the section about embedding; that is not applicable for youtube-dl contributors 10 years ago
Philipp Hagemeister e56190b378 [Makefile] Add CONTRIBUTING.md (Fixes #2984) 10 years ago
Philipp Hagemeister dcddc10a50 [test_unicode_literals] Arm unicode_literals check
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.
10 years ago
Philipp Hagemeister b74e86f48a Fix all PEP8 issues except E501 10 years ago
Philipp Hagemeister 380b822003 Remove outdated transition helper scripts 10 years ago
Jouke Waleson fab6d4c048 remove useless line, the result is never used 10 years ago
Jouke Waleson 9e1a5b8455 PEP8: applied even more rules 10 years ago
Jouke Waleson 2514d2635e PEP8: E225,E227 10 years ago
Jouke Waleson 8bcc875676 PEP8: more applied 10 years ago
Jouke Waleson 5f6a1245ff PEP8 applied 10 years ago
Xu Cheng 3b700f8d43 support zsh completion 10 years ago
Jaime Marquínez Ferrándiz 56d1912f1d Add a completion script generator for the fish shell 10 years ago
Philipp Hagemeister 11ab41658e [devscripts/release] Do not restore youtube-dl{,.exe} binaries 10 years ago
Philipp Hagemeister 63961d87a6 [devscripts/release] Do not commit CHANGELOG 10 years ago
Philipp Hagemeister 1800eeefed add prepare_manpage 10 years ago
Philipp Hagemeister d19bb9c0aa Split man and README (Fixes #2892) 10 years ago
Philipp Hagemeister 4c0941853a [devscripts/release] Check version number 10 years ago
Philipp Hagemeister cc88b90ec8 [desvscripts/release] Bump the number of password tries to accomodate stubby-fingered @phihag 10 years ago
Jaime Marquínez Ferrándiz 4056ad8f36 Build and upload universal wheels to pypi 10 years ago
Philipp Hagemeister 0f8f097183 [release.sh] Do not run tests by default
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.
10 years ago
Filippo Valsorda a45ea17042 Implement a different adult sites checking algorithm 10 years ago
Philipp Hagemeister 50144133c5 [release] Check for useless files before release 10 years ago
Jaime Marquínez Ferrándiz 1c0f31f9f7 [bash-completion] Complete filename if `—load-info` is given 10 years ago
Philipp Hagemeister 3e34db3170 More Atom feed improvements (#2081) 10 years ago
Philipp Hagemeister 317d4edfa8 Improve Atom feed creation (Fixes #2081) 10 years ago
Philipp Hagemeister 9b12003c35 atom feed generator: Make IDs proper URLs (#2081) 10 years ago
Philipp Hagemeister 49f2bf76a8 Fix make_readme on Python 2 10 years ago
Philipp Hagemeister 1e91866f77 Make make_readme run in a locale-less environment
Mentioned in #267
10 years ago
Jaime Marquínez Ferrándiz 5f09bbff4d [bash-completion] Complete the ':ythistory' keyword 11 years ago
Jaime Marquínez Ferrándiz c1f9c59d11 [bash-completion] Complete filenames or directories if the previous option requires it 11 years ago
Filippo Valsorda 750e9833b8 Add the missing age_limit tags; added a devscript to do a superficial check for porn sites without the age_limit tag in the test 11 years ago
Philipp Hagemeister d5594202aa Simplify release process 11 years ago
Philipp Hagemeister 3d2986063c [bash-completion] Do not use dash in function name (Fixes #1623) 11 years ago
Jaime Marquínez Ferrándiz 4193a453c2 Don't add extractors with IE_DESC set to False to the page of supported sites. 11 years ago
Philipp Hagemeister 509f398292 Remove youtube_genalgo (#1515)
With the automatic signature extraction, this script has become superfluous now
11 years ago
Jaime Marquínez Ferrándiz 6f56389b88 [youtube] update algos for length 86 and 84 (fixes #1494) 11 years ago
Jaime Marquínez Ferrándiz 38d025b3f0 [youtube] add algo for length 91 11 years ago
Jaime Marquínez Ferrándiz 7a878d47fa Merge pull request #1464 from patrickslin/patch-7
Unable to decrypt signature length 93 (fixes #1461)
11 years ago
Philipp Hagemeister 6ae8ee3f54 Update 85 signature (Fixes #1449)
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.
11 years ago