aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added new option '--list-subs' to show the available subtitle languagesIsmael Mejia2013-03-205-8/+33
|
* Added new option '--sub-format' to choose the format of the subtitles to ↵Ismael Mejia2013-03-205-9/+26
| | | | downloade (defaut=srt)
* Refactor subtitle options from srt to the more generic 'sub'.Ismael Mejia2013-03-203-54/+54
| | | | | | | | | | | 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.
* Added new option '--all-srt' to download all the subtitles of a video.Ismael Mejia2013-03-205-35/+107
| | | | Only works in youtube for the moment.
* Added new option '--only-srt' to download only the subtitles of a videoIsmael Mejia2013-02-214-1/+22
| | | | | | 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)
* Removed conversion from youtube closed caption format to srt since youtube ↵Ismael Mejia2013-02-212-22/+6
| | | | api supports the 'srt' format
* Fix --match-title and --reject-title decoding (Closes #690)Philipp Hagemeister2013-02-213-4/+11
|
* Also check for JSLoader of JWSPlayer (thanks to @maximeg, Closes #685)Philipp Hagemeister2013-02-211-0/+3
|
* Import HTTPErrorProcessor from the correct module (Closes #696)Philipp Hagemeister2013-02-211-1/+1
|
* release 2013.02.19Philipp Hagemeister2013-02-191-1/+1
|
* include bash completion and manpage in PyPi distPhilipp Hagemeister2013-02-181-1/+3
|
* release 2013.02.18Philipp Hagemeister2013-02-181-1/+1
|
* Fix YP IEPhilipp Hagemeister2013-02-181-5/+5
|
* Use proper echo commandsPhilipp Hagemeister2013-02-181-8/+8
|
* Include man and bash completion in PyPi releasePhilipp Hagemeister2013-02-182-3/+12
|
* Merge remote-tracking branch 'jaimeMF/TED'Philipp Hagemeister2013-02-181-10/+58
|\
| * TED: Add support for playlistsJaime Marquínez Ferrándiz2013-02-181-10/+58
| |
* | facebook: also download lq videosPhilipp Hagemeister2013-02-181-0/+4
| |
* | Fix MyVideo IEPhilipp Hagemeister2013-02-181-1/+1
|/
* Fix 8tracksPhilipp Hagemeister2013-02-181-1/+1
|
* Mark DailyMotion as broken for now (#680)Philipp Hagemeister2013-02-181-0/+1
|
* Correct --newline and give it a more meaningful titlePhilipp Hagemeister2013-02-182-3/+5
|
* Merge remote-tracking branch 'glisignoli/master'Philipp Hagemeister2013-02-184-2/+7
|\
| * Update README.mdglisignoli2013-02-151-0/+1
| |
| * Update youtube_dl/__init__.pyglisignoli2013-02-151-1/+1
| |
| * Forgot to remove \rGino Lisignoli2013-02-132-1/+1
| |
| * Modified youtube-dl to write new lines with the --newline switch. ThisGino Lisignoli2013-02-132-2/+6
| | | | | | | | | | enables easier process monitoring when being called with external scripts.
* | Add tests to MySpassPhilipp Hagemeister2013-02-182-1/+67
|\ \
| * | added new InfoExtractor for myspass.debastik2013-02-161-0/+58
| |/
* | fix some titles in TEDJaime Marquínez Ferrándiz2013-02-171-1/+1
| |
* | Basic support for TEDJaime Marquínez Ferrándiz2013-02-172-0/+34
|/
* Fix delayed title display in --console-titleMantas Mikulėnas2013-02-091-1/+1
| | | | | | With Python 3, the titlebar wouldn't get updated for a long time (due to stderr buffering), and when it did, the title would be shown as b'...' representation.
* Credit Osama Khalid for Keek supportPhilipp Hagemeister2013-02-081-0/+1
|
* Add tests for keekPhilipp Hagemeister2013-02-082-3/+13
|
* Add KeekIE()Osama Khalid2013-02-081-0/+25
|
* Fix login (Closes #658)Philipp Hagemeister2013-02-061-10/+45
|
* Ignore PyPi metadataPhilipp Hagemeister2013-02-051-0/+1
|
* Support direct vimeo links (Closes #666)Philipp Hagemeister2013-02-051-2/+6
|
* Fix encoding in youtube subtitle download (Closes #669)Philipp Hagemeister2013-02-051-3/+8
|
* Escapist continues to be flaky on travisPhilipp Hagemeister2013-02-021-1/+2
|
* Fix automatic release (oops)Philipp Hagemeister2013-02-021-1/+1
|
* release 2013.02.02Philipp Hagemeister2013-02-021-2/+4
|
* Better help for new optionsPhilipp Hagemeister2013-02-023-6/+5
|
* Disable Stanford OC test for now, and enable escapistPhilipp Hagemeister2013-02-021-3/+3
|
* Improve cookie error handlingPhilipp Hagemeister2013-02-021-2/+5
|
* Switch to m4a by default (Closes #240)Philipp Hagemeister2013-02-011-2/+2
|
* Added "min-filesize" and "max-filesize" optionsJeff Crouse2013-02-013-0/+29
|
* Merge remote-tracking branch 'dcoppa/master'Philipp Hagemeister2013-02-011-1/+5
|\
| * Try setuptools first, then fallback to distutils.coreDavid Coppa2013-01-301-1/+5
| |
* | Add PyPi upload to release scriptPhilipp Hagemeister2013-02-011-0/+3
| |