Commit Graph

158 Commits (927c8c49246bb7ae98596b3cf518425d46f39100)

Author SHA1 Message Date
Philipp Hagemeister 844d1f9fa1 Removed overly verbose options and arguments (Should be obvious from the previous lines) 11 years ago
Stanislav Kupryakhin 213c31ae16 Added option --autonumber-size:
Specifies the number of digits in %(autonumber)s when it is present in output filename template or --autonumber option is given
11 years ago
Philipp Hagemeister e8600d69fd Credit @catch22 for ARD IE 11 years ago
Filippo Valsorda 5cb3c0b319 Merge pull request #699 by @iemejia
Removed innecesary function to convert subtitles, improved use of the youtube api
11 years ago
Filippo Valsorda b9fc428494 add '--write-srt' and '--srt-lang' aliases for backwards compatibility 11 years ago
Ismael Mejia 2a4093eaf3 Added new option '--list-subs' to show the available subtitle languages 11 years ago
Ismael Mejia 9e62bc4439 Added new option '--sub-format' to choose the format of the subtitles to downloade (defaut=srt) 11 years ago
Ismael Mejia 553d097442 Refactor subtitle options from srt to the more generic 'sub'.
In order to be more consistent with different subtitle formats.
From:
* --write-srt to --write-sub
* --only-srt to --only-sub
* --all-srt to --all-subs
* --srt-lang to --sub-lang'

Refactored also all the mentions of srt for sub in all the source code.
11 years ago
Ismael Mejia ae608b8076 Added new option '--all-srt' to download all the subtitles of a video.
Only works in youtube for the moment.
11 years ago
Philipp Hagemeister 8c42c506cd Add configuration to -v output 11 years ago
Philipp Hagemeister f918ec7ea2 Clarify rate limit documentation (Closes #723) 11 years ago
Ismael Mejia cdb130b09a Added new option '--only-srt' to download only the subtitles of a video
Improved option '--srt-lang'
 - it shows the argument in case of missing subtitles
 - added language suffix for non-english languages (e.g. video.it.srt)
11 years ago
Philipp Hagemeister 8271226a55 Fix --match-title and --reject-title decoding (Closes #690) 11 years ago
Philipp Hagemeister 5717d91ab7 Correct --newline and give it a more meaningful title 11 years ago
glisignoli 380a29dbf7 Update youtube_dl/__init__.py 11 years ago
Gino Lisignoli 7311fef854 Modified youtube-dl to write new lines with the --newline switch. This
enables easier process monitoring when being called with external
scripts.
11 years ago
Philipp Hagemeister 6aabe82035 Credit Osama Khalid for Keek support 11 years ago
Philipp Hagemeister dbf2ba3d61 Better help for new options 11 years ago
Philipp Hagemeister 229cac754a Improve cookie error handling 11 years ago
Jeff Crouse 9e982f9e4e Added "min-filesize" and "max-filesize" options 11 years ago
Philipp Hagemeister 67353612ba Revert "Move update to front"
This reverts commit db30f02b50.
12 years ago
Philipp Hagemeister fffec3b9d9 Credit jefftimesten for YouPornIE, PornoTubeIE, YouJizzIE 12 years ago
Philipp Hagemeister 7851b37993 --recode-video option (Closes #18) 12 years ago
Philipp Hagemeister db30f02b50 Move update to front 12 years ago
Philipp Hagemeister 510e6f6dc1 Support --audio-format=opus 12 years ago
Philipp Hagemeister 4aeae91f86 Move gen_extractors to InfoExtractors 12 years ago
Philipp Hagemeister 2069acc6a4 credit @jaimeMF 12 years ago
Jaime Marquínez Ferrándiz 278986ea0f ustreamIE 12 years ago
Jaime Marquínez Ferrándiz e314ba675b SteamIE 12 years ago
Filippo Valsorda d5ed35b664 moved updating code to update.py 12 years ago
Filippo Valsorda f427df17ab some fixes, pulled the codename from the code 12 years ago
Filippo Valsorda 4e38899e97 print some version and environment info on --verbose (+ py3 fixes) 12 years ago
Filippo Valsorda cb6ff87fbb The new updates system, relies on gh-pages, secured by RSA, uses external web servers 12 years ago
Philipp Hagemeister d0d4f277da TweetReel IE 12 years ago
Barbu Paul - Gheorghe f0648fc18c added the --no-post-overwrites argument 12 years ago
Philipp Hagemeister a7c0f8602e Merge branch 'master' of github.com:rg3/youtube-dl 12 years ago
Philipp Hagemeister 21a9c6aaac FunnyOrDie IE (Fixes #599) 12 years ago
Filippo Valsorda 77c4beab8a new info_dict field: uploader_id 12 years ago
Filippo Valsorda 1a2c3c0f3e some py3 fixes, both needed and recommended; we should pass 2to3 as cleanly as possible now 12 years ago
Filippo Valsorda f7b111b7d1 Google Video has been shutdown as of 11/15/2012. All videos on Google Video will be migrated to YouTube by the end of 2012. 12 years ago
Philipp Hagemeister 88f6c78b02 Credit vasi for justin.tv 12 years ago
Dave Vasilevsky 0b40544f29 Preliminary support for twitch.tv and justin.tv 12 years ago
Philipp Hagemeister 0be41ec241 Do not decode None 12 years ago
Philipp Hagemeister 5cb9c3129b restrict sys.argv craziness to Python 2 (Fixes #591) 12 years ago
Philipp Hagemeister 4cc3d07426 NBA IE (Closes #590) 12 years ago
Filippo Valsorda 95eb771dcd Merge branch 'master' into fork_master
Conflicts:
	.travis.yml
12 years ago
Filippo Valsorda 8d5d3a5d00 exposing the test mode as --test (hidden and undocumented) 12 years ago
Filippo Valsorda 3c6ffbaedb Merge 'rg3/master' into fork_master 12 years ago
Filippo Valsorda 5a304a7637 new updating scheme, based on GH downloads; also, check if not updateable (pip installed) 12 years ago
Philipp Hagemeister 077174f4ed Add an example to the -o documentation (#573) 12 years ago