Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-10 | Implement the playlist/start options in FileDownloader | Jaime Marquínez Ferrándiz | |
It makes it available for all the InfoExtractors | |||
2013-04-10 | Change the order for extracting/downloading | Jaime Marquínez Ferrándiz | |
Now it gets a video info and directly downloads it, the it pass to the next video founded. | |||
2013-04-09 | Add progress counter for playlists | Jaime Marquínez Ferrándiz | |
Closes #276 | |||
2013-04-07 | added --playpath/-y support to RTMP downloads (via 'play_path' entry in ↵ | Michael Walter | |
'info_dict') | |||
2013-04-05 | Merge branch 'master' into extract_info_rewrite | Jaime Marquínez Ferrándiz | |
2013-03-31 | Don't crash in FileDownloader if subtitles couldn't be found and errors are ↵ | Jaime Marquínez Ferrándiz | |
ignored | |||
2013-03-29 | Merge pull request #736 from rg3/retry | Filippo Valsorda | |
Exception stacking and test retry | |||
2013-03-29 | Pass the playlist info_dict to process_info | Jaime Marquínez Ferrándiz | |
the playlist value can be used in the output template | |||
2013-03-29 | Merge remote-tracking branch 'jaimeMF/color_error_messages' | Philipp Hagemeister | |
2013-03-29 | Add a note on MaxDownloadsReached (#732, thanks to CBGoodBuddy) | Philipp Hagemeister | |
2013-03-28 | Merge branch 'master' into extract_info_rewrite | Jaime Marquínez Ferrándiz | |
2013-03-20 | Merge pull request #699 by @iemejia | Filippo Valsorda | |
Removed innecesary function to convert subtitles, improved use of the youtube api | |||
2013-03-20 | Added new option '--list-subs' to show the available subtitle languages | Ismael Mejia | |
2013-03-20 | Added new option '--sub-format' to choose the format of the subtitles to ↵ | Ismael Mejia | |
downloade (defaut=srt) | |||
2013-03-20 | Refactor subtitle options from srt to the more generic 'sub'. | Ismael Mejia | |
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. | |||
2013-03-20 | Added new option '--all-srt' to download all the subtitles of a video. | Ismael Mejia | |
Only works in youtube for the moment. | |||
2013-03-09 | Bubble up all the stack of exceptions and retry download tests on timeout errors | Filippo Valsorda | |
2013-03-08 | Clear up error messages (#734) | Philipp Hagemeister | |
2013-03-05 | `extract_info` now expects `ie.extract` to return a list in the format ↵ | Jaime Marquínez Ferrándiz | |
proposed in issue 608. Each element should have a '_type' key specifying if it's a video, an url or a playlist. `extract_info` will process each element to get the full info | |||
2013-03-04 | Merge branch 'master' into extract_info_rewrite | Jaime Marquínez Ferrándiz | |
2013-03-04 | Add a method for extracting info from a list of urls | Jaime Marquínez Ferrándiz | |
2013-03-04 | Use report_error in FileDownloader.py | Jaime Marquínez Ferrándiz | |
2013-03-04 | Use red color when printing error messages | Jaime Marquínez Ferrándiz | |
2013-03-03 | Fix Python 3 errors with rmtp downloads | Philipp Hagemeister | |
2013-02-28 | Use color when printing warning messages | Jaime Marquínez Ferrándiz | |
2013-02-26 | Create extract_info method | Jaime Marquínez Ferrándiz | |
2013-02-23 | Message for delete video it's not an error. | Juan M | |
When using youtube-dl from another python script with the quiet option on, and a post procesor for extract the audio. The message of deleting video shows in the first script logs (as it goes to stderr). There is no way to keep this quiet as it's treated as an error, even if, for me, it's not. | |||
2013-02-21 | Added new option '--only-srt' to download only the subtitles of a video | Ismael Mejia | |
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) | |||
2013-02-21 | Fix --match-title and --reject-title decoding (Closes #690) | Philipp Hagemeister | |
2013-02-18 | Correct --newline and give it a more meaningful title | Philipp Hagemeister | |
2013-02-13 | Forgot to remove \r | Gino Lisignoli | |
2013-02-13 | Modified youtube-dl to write new lines with the --newline switch. This | Gino Lisignoli | |
enables easier process monitoring when being called with external scripts. | |||
2013-02-09 | Fix delayed title display in --console-title | Mantas Mikulėnas | |
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. | |||
2013-02-01 | Added "min-filesize" and "max-filesize" options | Jeff Crouse | |
2013-01-12 | Download progress hooks | Philipp Hagemeister | |
2013-01-12 | Proper support for changing User-Agents from IEs | Philipp Hagemeister | |
2013-01-12 | Keep file without any PPs (oops, missed the obvious case) | Philipp Hagemeister | |
2013-01-12 | --recode-video option (Closes #18) | Philipp Hagemeister | |
2013-01-03 | Support page URL in RTMP downloads | Philipp Hagemeister | |
2013-01-03 | Make ExtractorError usable for other causes | Philipp Hagemeister | |
2013-01-01 | ExtractorError for errors during extraction | Philipp Hagemeister | |
2012-12-31 | Ok, the Escapist test was passing only in my Travis repo, do not ask me why; ↵ | Filippo Valsorda | |
also, a small bugfix to the latest commit | |||
2012-12-31 | three small edits | Filippo Valsorda | |
* ask for a --verbose log when reporting bugs in README.md * re-enable Escapist test, seems stable now * check that we are not downloading multiple videos when the template is fixed (NOT a complete fix: not detecting playlists) | |||
2012-12-20 | some py3 fixes, both needed and recommended; we should pass 2to3 as cleanly ↵ | Filippo Valsorda | |
as possible now | |||
2012-12-20 | Clean up legacy code | Philipp Hagemeister | |
2012-12-20 | Remove legacy code | Philipp Hagemeister | |
2012-12-20 | Correct JSON writing (Closes #596) | Philipp Hagemeister | |
2012-12-17 | Remove some antipatterns and ensure that we always write the JSON file with ↵ | Philipp Hagemeister | |
UTF-8 | |||
2012-12-17 | various py3 fixes; all tests green on 3.3 | Filippo Valsorda | |
2012-12-11 | print traceback on trouble if --verbose (why didn't I think of this before!?) | Filippo Valsorda | |