summaryrefslogtreecommitdiffstats
path: root/youtube_dl/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
...
| * some py3 fixes, both needed and recommended; we should pass 2to3 as cleanly ↵Filippo Valsorda2012-12-201-2/+2
| | | | | | | | as possible now
* | FunnyOrDie IE (Fixes #599)Philipp Hagemeister2012-12-201-0/+1
|/
* Google Video has been shutdown as of 11/15/2012. All videos on Google Video ↵Filippo Valsorda2012-12-171-1/+0
| | | | will be migrated to YouTube by the end of 2012.
* Credit vasi for justin.tvPhilipp Hagemeister2012-12-161-0/+1
|
* Preliminary support for twitch.tv and justin.tvDave Vasilevsky2012-12-161-0/+1
|
* Do not decode NonePhilipp Hagemeister2012-12-151-1/+2
|
* restrict sys.argv craziness to Python 2 (Fixes #591)Philipp Hagemeister2012-12-151-8/+12
|
* NBA IE (Closes #590)Philipp Hagemeister2012-12-131-0/+1
|
* Merge branch 'master' into fork_masterFilippo Valsorda2012-12-111-0/+2
|\ | | | | | | | | Conflicts: .travis.yml
| * exposing the test mode as --test (hidden and undocumented)Filippo Valsorda2012-12-111-0/+2
| |
* | Merge 'rg3/master' into fork_masterFilippo Valsorda2012-12-081-1/+1
|\|
| * Add an example to the -o documentation (#573)Philipp Hagemeister2012-12-041-1/+1
| |
* | new updating scheme, based on GH downloads; also, check if not updateable ↵Filippo Valsorda2012-12-081-20/+46
| | | | | | | | (pip installed)
* | New repo skeleton, getting ready for PyPiFilippo Valsorda2012-11-291-1/+1
|/
* Mark broken IEs in --list-extractorsPhilipp Hagemeister2012-11-281-1/+1
|
* Use relative importsPhilipp Hagemeister2012-11-281-4/+5
|
* Convert all tabs to 4 spaces (PEP8)Philipp Hagemeister2012-11-281-526/+526
|
* Use list comprehension instead of mapPhilipp Hagemeister2012-11-281-1/+1
|
* Prepare urllib references for 2/3 compatibilityPhilipp Hagemeister2012-11-271-11/+9
|
* Use except .. as everywhere (#180)Philipp Hagemeister2012-11-271-10/+10
|
* Replace long with int (see PEP 237)Philipp Hagemeister2012-11-271-1/+1
|
* Better formatting (PEP 8)Philipp Hagemeister2012-11-271-3/+6
|
* Prepare 2012.11.29 releasePhilipp Hagemeister2012-11-271-1/+1
|
* Add Christian Albrecht (Arte.tv IE) to authorsPhilipp Hagemeister2012-11-271-0/+1
|
* Merge remote-tracking branch 'alab1001101/master'Philipp Hagemeister2012-11-271-1/+1
|\
| * Add arte.tv Info ExtractorChristian Albrecht2012-08-261-0/+1
| |
* | Actually merge #379Philipp Hagemeister2012-11-271-0/+12
| |
* | Bump version number to a numeric-only one to appease py2exePhilipp Hagemeister2012-11-271-1/+1
| |
* | Bump version numberPhilipp Hagemeister2012-11-271-1/+1
| |
* | warn if %(stitle)s is being usedPhilipp Hagemeister2012-11-271-1/+1
| |
* | Switch back to underline for invalid characters, and make restricted ASCII-onlyPhilipp Hagemeister2012-11-271-1/+1
| |
* | release 2012.11.27Filippo Valsorda2012-11-271-1/+1
| |
* | New optoin --restrict-filenamesPhilipp Hagemeister2012-11-261-0/+4
| |
* | Add some parentheses around print for #180Philipp Hagemeister2012-11-261-8/+6
| |
* | alias %(title)s to %(stitle)sFilippo Valsorda2012-11-251-4/+4
| |
* | aliased --literal to --titleFilippo Valsorda2012-11-251-10/+3
| |
* | release 2012.11.17Filippo Valsorda2012-11-171-1/+1
| |
* | -x for --extract-audio, one of the most popular optionsPhilipp Hagemeister2012-10-301-1/+1
| |
* | New --id option for the old default filename patternPhilipp Hagemeister2012-10-301-2/+9
| |
* | Restore 2.5 compat by activating with_statement futurePhilipp Hagemeister2012-10-221-0/+2
| |
* | New IE: YouTube channels (closes #396)Filippo Valsorda2012-10-141-0/+1
| |
* | release 2012.10.09Filippo Valsorda2012-10-091-1/+1
| |
* | Merge PR #422 from 'kevinamadeus/master'Filippo Valsorda2012-10-091-0/+1
|\ \ | | | | | | | | | | | | Add InfoExtractor for Google Plus video (with fixes)
| * | Add InfoExtractor for Google Plus videoKevin Kwan2012-09-251-0/+1
| |/
* | Fix doc of extractor fieldPhilipp Hagemeister2012-10-011-1/+1
| |
* | adding new --output replacements. Thanks @danut007ro (closes #442)Filippo Valsorda2012-09-291-1/+1
| |
* | Improve option definitionsPhilipp Hagemeister2012-09-271-6/+6
| |
* | Merge remote-tracking branch 'FiloSottille/vbr'Philipp Hagemeister2012-09-271-2/+6
|\ \ | | | | | | | | | | | | | | | Conflicts: youtube-dl youtube-dl.exe
| * | tweaked the --audio-quality input validation/specificationFilippo Valsorda2012-08-191-1/+5
| | |
| * | changed --audio-quality behaviour to support both CBR and VBRFilippo Valsorda2012-07-141-2/+2
| | |