summaryrefslogtreecommitdiffstats
path: root/youtube_dl/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | [__init__] ModernizePhilipp Hagemeister2014-11-161-37/+39
| | | | |
* | | | | [util] Move compatibility functions out of utilPhilipp Hagemeister2014-11-021-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | utils is large enough without these compatibility functions. Everything that is present in newer versions of Python (i.e. with dev Python it's just an import) goes into compat.py . Everything else (i.e. youtube-dl-specific helpers) goes into utils.py .
* | | | | [YoutubeDL] Simplify API of YoutubeDLPhilipp Hagemeister2014-10-281-3/+0
| | | | | | | | | | | | | | | | | | | | Calling add_default_extractors twice should be harmless since the first set of extractors will match.
* | | | | Move AUTHORS to root (closes #2985)Philipp Hagemeister2014-10-261-85/+0
| | | | |
* | | | | Credit @gabeos for crunchyroll:playlist (#3988)Philipp Hagemeister2014-10-261-1/+2
| | | | |
* | | | | Merge branch 'compat-getenv-and-expanduser' of ↵Sergey M․2014-10-261-1/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/dstftw/youtube-dl into dstftw-compat-getenv-and-expanduser Conflicts: test/test_utils.py youtube_dl/__init__.py
| * | | | | [core] Decode environment variables with filesystem encoding (Fixes #3854, ↵Sergey M․2014-09-301-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #3217, Fixes #2918) Introduces compat versions of os.getenv and os.path.expanduser
* | | | | | Set '--simulate' if any of the printing options is given (fixes #3036)Jaime Marquínez Ferrándiz2014-10-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That's what the help messages say. Previously it would only set '--skip-download', which would write thumbnail, descriptions or subtitles if they were requested (for example you may have set '--write-thumbnail' in the config file).
* | | | | | Merge remote-tracking branch 'xavierbeynon/audiomack'Philipp Hagemeister2014-10-251-0/+1
|\ \ \ \ \ \
| * | | | | | Made changes per phihagxavier2014-10-241-0/+1
| |/ / / / /
* | | | | | Credit @winwon for vidzi (#3989)Philipp Hagemeister2014-10-251-0/+1
| | | | | |
* | | | | | New option --dump-single-json (#4003)Philipp Hagemeister2014-10-251-1/+2
| | | | | |
* | | | | | Credit @thornomad for glide (#3944)Philipp Hagemeister2014-10-241-0/+1
| | | | | |
* | | | | | Credit @capital-G for bild.de (#3983)Philipp Hagemeister2014-10-241-0/+1
| | | | | |
* | | | | | Add --flat-playlist option (Closes #4003)Philipp Hagemeister2014-10-241-0/+1
| | | | | |
* | | | | | [generic] Allow --default-search without colonPhilipp Hagemeister2014-10-231-2/+0
|/ / / / /
* | | | | Credit @lenaten for ynet (#3840) and sport5 (#3841)Sergey M․2014-09-281-0/+1
| | | | |
* | | | | Credit @m5moufl for behindkink (#3740)Philipp Hagemeister2014-09-171-0/+1
| | | | |
* | | | | Credit @r4mos for allmyvideosPhilipp Hagemeister2014-09-161-0/+1
| | | | |
* | | | | Credit @haricharan for einthusan (#3755)Philipp Hagemeister2014-09-151-0/+1
| | | | |
* | | | | [options] Correct option usagePhilipp Hagemeister2014-09-131-1/+3
| | | | |
* | | | | [options] Move all options to their own filePhilipp Hagemeister2014-09-131-473/+1
| | | | |
* | | | | Credit @mrkolby for dbtv.no (#3685)Sergey M․2014-09-051-0/+1
| | | | |
* | | | | [youtube] Move cache into its own modulePhilipp Hagemeister2014-09-031-18/+3
| | | | |
* | | | | Fix --rm-cache-dir error messagePhilipp Hagemeister2014-09-011-1/+1
| | | | |
* | | | | [execafterdownload] Simplify (#3569)Philipp Hagemeister2014-08-251-5/+7
| | | | |
* | | | | Rebased with upstream/mastermcd19922014-08-241-3/+0
| | | | |
* | | | | Moved from os.system to subprocess.callmcd19922014-08-241-2/+2
| | | | |
* | | | | Implemented --exec option.mcd19922014-08-241-1/+14
| | | | |
* | | | | Merge remote-tracking branch 'riking/twofactor'Philipp Hagemeister2014-08-241-0/+3
|\ \ \ \ \
| * | | | | [youtube] Add two-factor account signin (TOTP only)riking2014-08-161-0/+3
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | Additional work is required to prompt the user for the SMS or phone call codes, as there is no framework currently to prompt the user during an extraction operation. Fixes #3533
* | | | | Credit @olebowle for GameOne:playlist (#3247)Philipp Hagemeister2014-08-241-0/+1
| | | | |
* | | | | Merge remote-tracking branch 'sehrgut/Grooveshark'Philipp Hagemeister2014-08-231-0/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: youtube_dl/__init__.py youtube_dl/extractor/__init__.py
| * | | | | Added new IE for GroovesharkKeith Beckman2014-05-201-0/+1
| | | | | |
* | | | | | Credit @terminalmage for patreon (#3390)Philipp Hagemeister2014-08-221-0/+1
| | | | | |
* | | | | | Credit @akirk for ellentvPhilipp Hagemeister2014-08-211-0/+1
| |/ / / / |/| | | |
* | | | | Credit @sehaas for ORF FM4 extractor (#3431)Sergey M․2014-08-101-0/+1
| |_|_|/ |/| | |
* | | | Credit @DavidFabijan for mojvideo (#3423)Sergey M․2014-08-061-0/+1
| |_|/ |/| |
* | | Credit @matrixik for #3441Sergey M․2014-08-051-0/+1
| |/ |/|
* | Move --bidi-workaround to workarounds option groupPhilipp Hagemeister2014-07-291-3/+3
| | | | | | | | Duh.
* | [generic] Add --default-search fixup_errorPhilipp Hagemeister2014-07-291-2/+2
| | | | | | | | This restores the ability to enter URLs without a scheme (and default to http), but still fail if the input is a search term.
* | Add --rm-cache-dirPhilipp Hagemeister2014-07-241-1/+22
| |
* | deprecate --titlePhilipp Hagemeister2014-07-241-1/+1
| | | | | | | | This is the default already. If you want a specific format, pick it with -o or --id.
* | Reorder filesytem optionsPhilipp Hagemeister2014-07-241-11/+11
| | | | | | | | | | * Push down the deprecated ones * Roughly order file-name, no-*, write-*, further options
* | Group cache-related options under filesystemPhilipp Hagemeister2014-07-241-6/+6
| |
* | Regroup and hide workaround optionsPhilipp Hagemeister2014-07-241-15/+26
| | | | | | | | These options are rarely necessary. Hide them to make the important options in the general group more obvious.
* | Do not import from legacy FileDownloader classPhilipp Hagemeister2014-07-231-1/+1
| |
* | Add another great example for the --extractor-descriptions outputPhilipp Hagemeister2014-07-221-1/+1
| |
* | Remove unused importsPhilipp Hagemeister2014-07-211-2/+0
| |
* | Credit @hassaanaliw for cracked (#3274)Sergey M․2014-07-181-0/+1
| |