Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-06 | Only download 1 sec. with rtmpdump in test mode | rzhxeo | |
2013-09-22 | If the file is already downloaded include the size in the progress hook | Jaime Marquínez Ferrándiz | |
2013-09-22 | Include the eta and the speed in the progress hooks | Jaime Marquínez Ferrándiz | |
Useful when listening to the progress hook, for example in a GUI. | |||
2013-09-09 | Fix the minutes part in FileDownloader.format_seconds (fixed #1397) | Jaime Marquínez Ferrándiz | |
It printed for the minutes the result of (seconds // 60) | |||
2013-08-28 | Show the time taken to download in the same format as the ETA | Jaime Marquínez Ferrándiz | |
2013-08-28 | Merge pull request #1181 from h3xx/master | Jaime Marquínez Ferrándiz | |
Add some verbosity when reporting finished downloads Remove the mixed use of tabs and spaces for indentation. | |||
2013-08-21 | Allow hours in ETA display (Fixes #1280) | Philipp Hagemeister | |
2013-08-04 | Add some verbosity when reporting finished downloads | Dan Church | |
For example: [download] Resuming download at byte 1868140 [download] Destination: Entry #1-Bn59FJ4HrmU.flv [download] 100% of 3.27MiB in 4s This format is meant to somewhat mirror the behavior of wget(1) when reporting finished downloads: 100%[==================>] 54,836,682 788KB/s in 74s 2013-08-04 12:32:05 (728 KB/s) - 'google-chrome-stable_current_x86_64.rpm' saved [54836682/54836682] | |||
2013-07-31 | Allow to download from m3u8 manifests with ffmpeg | Jaime Marquínez Ferrándiz | |
They are detected by the extension of the url. | |||
2013-06-26 | FileDownloader: fixed call to "report_error" of YoutubeDL | Jaime Marquínez Ferrándiz | |
It was being called as "error" | |||
2013-06-24 | Split FileDownloader in two classes: FileDownloader and YoutubeDL | Jaime Marquínez Ferrándiz | |
YoutubeDL is the class that coordinates everything FileDownloader gets a filename and an info dict and downloads the video. | |||
2013-06-23 | Remove mentions of old InfoExtractors module | Philipp Hagemeister | |
2013-06-23 | Remove useless headers | Philipp Hagemeister | |
2013-06-19 | Ignore invalid dates (Fixes #894) | Philipp Hagemeister | |
2013-06-10 | Use long rtmpdump options | Philipp Hagemeister | |
Note that we accidentally called rtmpdump with -v (--live) instead of -V (--verbose) because we missed this. | |||
2013-06-08 | Set the extractor key in playlists entries | Jaime Marquínez Ferrándiz | |
If they were videos the extractor key wasn't being set anywhere else Closes 877 | |||
2013-06-08 | Merge pull request #853 from mc2avr/master | Jaime Marquínez Ferrándiz | |
add ZDFIE | |||
2013-05-23 | add ZDFIE and _download_with_mplayer(mms://,rtsp://) | mc2avr | |
2013-05-20 | make rtmpdump inherit the verbose option for debugging | Filippo Valsorda | |
2013-05-15 | MyVideoIE: add rtmp support | mc2avr | |
2013-05-14 | Add extra_info argument to extract_info and process_ie_result | Jaime Marquínez Ferrándiz | |
It allows to update the info_dicts with other values (closes #840) | |||
2013-05-13 | Deprecate --only-sub | Philipp Hagemeister | |
2013-05-05 | added --get-id option to print video IDs | jakeogh | |
2013-05-05 | FileDownloader: Simplify and document | Philipp Hagemeister | |
2013-05-01 | add --write-thumbnail option to download thumbnail (Suggested by `) | Philipp Hagemeister | |
2013-04-30 | Correctly clear the line before writing a new status line | Philipp Hagemeister | |
2013-04-28 | Use report_warning when a not working IE will be uses | Jaime Marquínez Ferrándiz | |
2013-04-27 | Allow to select videos to download by their upload dates (related #137) | Jaime Marquínez Ferrándiz | |
Only absolute dates. | |||
2013-04-23 | More calls to trouble changed to report_error | Jaime Marquínez Ferrándiz | |
2013-04-23 | Disable colored messages in Windows (related #794) | Jaime Marquínez Ferrándiz | |
2013-04-22 | Merge pull request #797 from AI0867/patch-1 | Philipp Hagemeister | |
Use standard unit symbols in format_bytes | |||
2013-04-22 | Fix --list-formats (Closes #799) | Philipp Hagemeister | |
2013-04-21 | Use standard unit symbols in format_bytes | Alexander van Gessel | |
2013-04-20 | Allows to specify which IE should be used for extracting info for a result ↵ | Jaime Marquínez Ferrándiz | |
of type url | |||
2013-04-19 | Merge branch 'extract_info_rewrite' | Jaime Marquínez Ferrándiz | |
2013-04-18 | Limit titles to 200 characters (Closes #789) | Philipp Hagemeister | |
2013-04-16 | Add a playlist_index key to the info_dict, can be used in the output template | Jaime Marquínez Ferrándiz | |
2013-04-11 | Fix default for variable-size autonumbering | Philipp Hagemeister | |
2013-04-11 | Added option --autonumber-size: | Stanislav Kupryakhin | |
Specifies the number of digits in %(autonumber)s when it is present in output filename template or --autonumber option is given | |||
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 | |