Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | [__init__] Modernize | Philipp Hagemeister | 2014-11-16 | 1 | -37/+39 | |
| | | | | | ||||||
* | | | | | [util] Move compatibility functions out of util | Philipp Hagemeister | 2014-11-02 | 1 | -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 YoutubeDL | Philipp Hagemeister | 2014-10-28 | 1 | -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 Hagemeister | 2014-10-26 | 1 | -85/+0 | |
| | | | | | ||||||
* | | | | | Credit @gabeos for crunchyroll:playlist (#3988) | Philipp Hagemeister | 2014-10-26 | 1 | -1/+2 | |
| | | | | | ||||||
* | | | | | Merge branch 'compat-getenv-and-expanduser' of ↵ | Sergey M․ | 2014-10-26 | 1 | -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-30 | 1 | -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ándiz | 2014-10-26 | 1 | -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 Hagemeister | 2014-10-25 | 1 | -0/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Made changes per phihag | xavier | 2014-10-24 | 1 | -0/+1 | |
| |/ / / / / | ||||||
* | | | | | | Credit @winwon for vidzi (#3989) | Philipp Hagemeister | 2014-10-25 | 1 | -0/+1 | |
| | | | | | | ||||||
* | | | | | | New option --dump-single-json (#4003) | Philipp Hagemeister | 2014-10-25 | 1 | -1/+2 | |
| | | | | | | ||||||
* | | | | | | Credit @thornomad for glide (#3944) | Philipp Hagemeister | 2014-10-24 | 1 | -0/+1 | |
| | | | | | | ||||||
* | | | | | | Credit @capital-G for bild.de (#3983) | Philipp Hagemeister | 2014-10-24 | 1 | -0/+1 | |
| | | | | | | ||||||
* | | | | | | Add --flat-playlist option (Closes #4003) | Philipp Hagemeister | 2014-10-24 | 1 | -0/+1 | |
| | | | | | | ||||||
* | | | | | | [generic] Allow --default-search without colon | Philipp Hagemeister | 2014-10-23 | 1 | -2/+0 | |
|/ / / / / | ||||||
* | | | | | Credit @lenaten for ynet (#3840) and sport5 (#3841) | Sergey M․ | 2014-09-28 | 1 | -0/+1 | |
| | | | | | ||||||
* | | | | | Credit @m5moufl for behindkink (#3740) | Philipp Hagemeister | 2014-09-17 | 1 | -0/+1 | |
| | | | | | ||||||
* | | | | | Credit @r4mos for allmyvideos | Philipp Hagemeister | 2014-09-16 | 1 | -0/+1 | |
| | | | | | ||||||
* | | | | | Credit @haricharan for einthusan (#3755) | Philipp Hagemeister | 2014-09-15 | 1 | -0/+1 | |
| | | | | | ||||||
* | | | | | [options] Correct option usage | Philipp Hagemeister | 2014-09-13 | 1 | -1/+3 | |
| | | | | | ||||||
* | | | | | [options] Move all options to their own file | Philipp Hagemeister | 2014-09-13 | 1 | -473/+1 | |
| | | | | | ||||||
* | | | | | Credit @mrkolby for dbtv.no (#3685) | Sergey M․ | 2014-09-05 | 1 | -0/+1 | |
| | | | | | ||||||
* | | | | | [youtube] Move cache into its own module | Philipp Hagemeister | 2014-09-03 | 1 | -18/+3 | |
| | | | | | ||||||
* | | | | | Fix --rm-cache-dir error message | Philipp Hagemeister | 2014-09-01 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | [execafterdownload] Simplify (#3569) | Philipp Hagemeister | 2014-08-25 | 1 | -5/+7 | |
| | | | | | ||||||
* | | | | | Rebased with upstream/master | mcd1992 | 2014-08-24 | 1 | -3/+0 | |
| | | | | | ||||||
* | | | | | Moved from os.system to subprocess.call | mcd1992 | 2014-08-24 | 1 | -2/+2 | |
| | | | | | ||||||
* | | | | | Implemented --exec option. | mcd1992 | 2014-08-24 | 1 | -1/+14 | |
| | | | | | ||||||
* | | | | | Merge remote-tracking branch 'riking/twofactor' | Philipp Hagemeister | 2014-08-24 | 1 | -0/+3 | |
|\ \ \ \ \ | ||||||
| * | | | | | [youtube] Add two-factor account signin (TOTP only) | riking | 2014-08-16 | 1 | -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 Hagemeister | 2014-08-24 | 1 | -0/+1 | |
| | | | | | ||||||
* | | | | | Merge remote-tracking branch 'sehrgut/Grooveshark' | Philipp Hagemeister | 2014-08-23 | 1 | -0/+1 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: youtube_dl/__init__.py youtube_dl/extractor/__init__.py | |||||
| * | | | | | Added new IE for Grooveshark | Keith Beckman | 2014-05-20 | 1 | -0/+1 | |
| | | | | | | ||||||
* | | | | | | Credit @terminalmage for patreon (#3390) | Philipp Hagemeister | 2014-08-22 | 1 | -0/+1 | |
| | | | | | | ||||||
* | | | | | | Credit @akirk for ellentv | Philipp Hagemeister | 2014-08-21 | 1 | -0/+1 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Credit @sehaas for ORF FM4 extractor (#3431) | Sergey M․ | 2014-08-10 | 1 | -0/+1 | |
| |_|_|/ |/| | | | ||||||
* | | | | Credit @DavidFabijan for mojvideo (#3423) | Sergey M․ | 2014-08-06 | 1 | -0/+1 | |
| |_|/ |/| | | ||||||
* | | | Credit @matrixik for #3441 | Sergey M․ | 2014-08-05 | 1 | -0/+1 | |
| |/ |/| | ||||||
* | | Move --bidi-workaround to workarounds option group | Philipp Hagemeister | 2014-07-29 | 1 | -3/+3 | |
| | | | | | | | | Duh. | |||||
* | | [generic] Add --default-search fixup_error | Philipp Hagemeister | 2014-07-29 | 1 | -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-dir | Philipp Hagemeister | 2014-07-24 | 1 | -1/+22 | |
| | | ||||||
* | | deprecate --title | Philipp Hagemeister | 2014-07-24 | 1 | -1/+1 | |
| | | | | | | | | This is the default already. If you want a specific format, pick it with -o or --id. | |||||
* | | Reorder filesytem options | Philipp Hagemeister | 2014-07-24 | 1 | -11/+11 | |
| | | | | | | | | | | * Push down the deprecated ones * Roughly order file-name, no-*, write-*, further options | |||||
* | | Group cache-related options under filesystem | Philipp Hagemeister | 2014-07-24 | 1 | -6/+6 | |
| | | ||||||
* | | Regroup and hide workaround options | Philipp Hagemeister | 2014-07-24 | 1 | -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 class | Philipp Hagemeister | 2014-07-23 | 1 | -1/+1 | |
| | | ||||||
* | | Add another great example for the --extractor-descriptions output | Philipp Hagemeister | 2014-07-22 | 1 | -1/+1 | |
| | | ||||||
* | | Remove unused imports | Philipp Hagemeister | 2014-07-21 | 1 | -2/+0 | |
| | | ||||||
* | | Credit @hassaanaliw for cracked (#3274) | Sergey M․ | 2014-07-18 | 1 | -0/+1 | |
| | |