index
:
slackcoder/youtube-dl
master
Command-line program to download videos from YouTube.com and other video sites
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
youtube_dl
/
FileDownloader.py
Age
Commit message (
Expand
)
Author
2014-07-23
Remove legacy FileDownloader (Closes #2964)
Philipp Hagemeister
2013-12-11
Move FileDownloader to its own module and create a new class for each downloa...
Jaime Marquínez Ferrándiz
2013-12-09
Merge remote-tracking branch 'dstftw/smotri.com-broadcast'
Philipp Hagemeister
2013-12-08
[FileDownloader] Fix progress report on Windows (Fixes #1918)
Philipp Hagemeister
2013-12-08
Simplify status reporting (#1918)
Philipp Hagemeister
2013-12-04
[smotri] Add an extractor for live rtmp broadcasts
dst
2013-11-25
Fix rtmpdump with non-ASCII filenames on Windows on 2.x
Philipp Hagemeister
2013-11-25
[FileDownloader] use moved format_bytes method
Philipp Hagemeister
2013-11-25
Merge remote-tracking branch 'rzhxeo/rtmpdump'
Philipp Hagemeister
2013-11-25
[zdf/common] Use API in ZDF extractor.
Philipp Hagemeister
2013-11-18
Merge branch 'master' into rtmpdump
rzhxeo
2013-11-17
Move console_title to YoutubeDL
Philipp Hagemeister
2013-11-10
Use avconv for downloading with m3u8 manifests if it's available (fixes #1735)
Jaime Marquínez Ferrándiz
2013-11-10
Use the 'rtmp_live' field for the live parameter of rtmpdump
Jaime Marquínez Ferrándiz
2013-11-10
Merge remote-tracking branch 'rzhxeo/rtmpdump_live'
Jaime Marquínez Ferrándiz
2013-11-09
Don't recode the video with m3u8 downloads (fixes #1741)
Jaime Marquínez Ferrándiz
2013-11-09
Report download progress of rtmpdump
rzhxeo
2013-11-07
Fix the report progress when file_size is unknown (#1731)
Jaime Marquínez Ferrándiz
2013-11-06
Fix reporting when file size is unkown (Fixes #1731)
Philipp Hagemeister
2013-11-06
Clean up imports
Philipp Hagemeister
2013-11-02
Add support for live parameter to rtmpdump
rzhxeo
2013-10-11
Make sure it only runs rtmpdump one time in test mode and return True if the ...
Jaime Marquínez Ferrándiz
2013-10-06
Remove test parameter from _download_with_rtmpdump
rzhxeo
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
2013-09-09
Fix the minutes part in FileDownloader.format_seconds (fixed #1397)
Jaime Marquínez Ferrándiz
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
2013-08-21
Allow hours in ETA display (Fixes #1280)
Philipp Hagemeister
2013-08-04
Add some verbosity when reporting finished downloads
Dan Church
2013-07-31
Allow to download from m3u8 manifests with ffmpeg
Jaime Marquínez Ferrándiz
2013-06-26
FileDownloader: fixed call to "report_error" of YoutubeDL
Jaime Marquínez Ferrándiz
2013-06-24
Split FileDownloader in two classes: FileDownloader and YoutubeDL
Jaime Marquínez Ferrándiz
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
2013-06-08
Set the extractor key in playlists entries
Jaime Marquínez Ferrándiz
2013-06-08
Merge pull request #853 from mc2avr/master
Jaime Marquínez Ferrándiz
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
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
[next]