summaryrefslogtreecommitdiffstats
path: root/youtube_dl/YoutubeDL.py
Commit message (Expand)AuthorAgeFilesLines
...
* implement --no-playlist to only download current video - closes #755Filippo Valsorda2013-09-301-0/+1
* Don't fail if the video thumbnail couldn't be downloaded (fixes #1516)Jaime Marquínez Ferrándiz2013-09-271-5/+9
* Allow opts.cachedir == None to disable cachePhilipp Hagemeister2013-09-241-1/+1
* Move cachedir docPhilipp Hagemeister2013-09-221-0/+2
* Warn if no locale is set (#1474)Philipp Hagemeister2013-09-211-0/+11
* Catch socket.error before IOErrorJaime Marquínez Ferrándiz2013-09-201-2/+2
* Always correct encoding when writing to sys.stderr (Fixes #1435)Philipp Hagemeister2013-09-161-5/+1
* Now --all-sub is a modifier to --write-sub and --write-auto-sub (closes #1412)Jaime Marquínez Ferrándiz2013-09-141-2/+2
* Merge pull request #1350 from Jaiz909/description-keyerror-fixJaime Marquínez Ferrándiz2013-09-131-0/+2
|\
| * Fixed issue #1277 KeyError when no description.Jai Grimshaw2013-08-311-0/+2
|/
* Merge remote-tracking branch 'origin/reuse_ies'Philipp Hagemeister2013-08-281-3/+15
|\
| * YoutubeIE: reuse instances of InfoExtractors (closes #998)Jaime Marquínez Ferrándiz2013-07-081-3/+15
* | Print playpath with --get-url (Fixes #1334)Philipp Hagemeister2013-08-281-1/+2
* | Allow to specify multiple subtitles languages separated by commas (closes #518)Jaime Marquínez Ferrándiz2013-08-231-1/+1
* | Add a post processor for embedding subtitles in mp4 videos (closes #1052)Jaime Marquínez Ferrándiz2013-08-231-1/+1
* | Merge pull request #937 from jaimeMF/subtitles_reworkJaime Marquínez Ferrándiz2013-08-231-24/+11
|\ \
| * | Don't try to write the subtitles if it's NoneJaime Marquínez Ferrándiz2013-07-201-0/+2
| * | Use a dictionary for storing the subtitlesJaime Marquínez Ferrándiz2013-07-201-13/+10
| * | Save subtitles using the same code for all the optionsJaime Marquínez Ferrándiz2013-07-201-17/+5
* | | Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2013-08-081-1/+1
|\ \ \
| * | | More informative erroruser2013-08-051-1/+1
* | | | Clarify template error message (#1209)Philipp Hagemeister2013-08-081-1/+1
|/ / /
* / / Switch some calls to to_stderr to report_error and report_warningJaime Marquínez Ferrándiz2013-07-311-1/+1
|/ /
* | Don't try to save the thumbnail if it's NoneJaime Marquínez Ferrándiz2013-07-121-1/+1
* | Use determine_ext when saving the thumbnailJaime Marquínez Ferrándiz2013-07-121-3/+1
* | Set the playlist_index and playlist fields for already resolved video results.Jaime Marquínez Ferrándiz2013-07-101-0/+1
|/
* Add function add_default_info_extractors to YoutubeDLJaime Marquínez Ferrándiz2013-06-271-1/+8
* Fixed typo in subtitle format option (from: sbt => sbv)Ismael Mejia2013-06-261-1/+1
* Added support for additional vtt subtitle format (WebVTT) in youtube-dl.Ismael Mejia2013-06-261-1/+1
* Add the option "--write-auto-sub" to download automatic subtitles from YoutubeJaime Marquínez Ferrándiz2013-06-251-1/+2
* Add "--video-password" option (related #889)Jaime Marquínez Ferrándiz2013-06-251-0/+1
* Split FileDownloader in two classes: FileDownloader and YoutubeDLJaime Marquínez Ferrándiz2013-06-241-0/+595