youtube-dl.git
2011-08-24 Philipp HagemeisterMakefile to recreate README
2011-08-24 Philipp HagemeisterFix stty detection
2011-08-24 Philipp HagemeisterMerge git://github.com/dbb/youtube-dl
2011-08-24 Philipp HagemeisterUse subprocess to call stty size when COLUMNS is not set
2011-08-24 Philipp Hagemeistermerge gvalkov/optparse-refactor (minus stty)
2011-08-24 Philipp Hagemeistermerge upstream
2011-08-23 Georgi ValkovUse `stty size` to find terminal width if we're on...
2011-08-23 Georgi ValkovRefactor main function
2011-08-23 Georgi ValkovSet help formatter width to terminal width (prevents...
2011-08-23 Georgi ValkovOption parsing refactoring ; Moved version string to...
2011-08-23 Georgi ValkovMove update_self out of __main__ for clarity
2011-08-23 Georgi ValkovFix small indentation inconsistencies
2011-08-23 Georgi ValkovUse module metadata variables instead of comments
2011-08-23 Georgi ValkovAdd vim modeline
2011-08-18 Philipp HagemeisterFix blip.tv regular expression to not match blipXtv
2011-08-07 Philipp HagemeisterFix youtu.be links (Closes #142)
2011-08-06 Philipp HagemeisterUse parse_qs instead of homebrewn parsing
2011-08-06 Philipp Hagemeisteryoutube: Better error messages
2011-08-06 Philipp HagemeisterFix Python 2.4 compatibility
2011-08-06 Philipp HagemeisterUse alternative imports for Python 2.4 (Closes #138)
2011-08-06 Philipp HagemeisterRemove debugging information
2011-08-06 Philipp HagemeisterFix RTMP streams and ignore url-less entries
2011-08-05 Daniel BoltonRemove horizontal rules from README.md
2011-08-05 Daniel BoltonAdd README.md (markdown file)
2011-08-04 Ricardo GarciaBump version number
2011-08-04 Ricardo GarciaUpdate User-Agent string
2011-08-04 Ricardo GarciaFix YouTube downloads (code by Philipp Hagemeister)
2011-08-03 Philipp HagemeisterFix youtube downloads (Closes #135)
2011-07-31 Philipp HagemeisterSuppport for youtube video streams (Mentioned in #108)
2011-07-22 Philipp HagemeisterRemoved inaccurate warning
2011-07-18 Philipp HagemeisterBe lenient about download URLs (Closes #108)
2011-07-10 Philipp Hagemeisterremove debugging code
2011-07-10 Philipp Hagemeister+ --write-info-json
2011-07-10 Philipp Hagemeisterblip.tv support for python 2.5 with trivialjson
2011-07-07 Philipp Hagemeistercall increment_downloads in blip.tv extractor
2011-07-07 Philipp Hagemeister--writedescription option
2011-07-07 Philipp HagemeisterFull youtube video descriptions, including special...
2011-06-25 Philipp HagemeisterSupport for blip.tv/file URLs
2011-06-21 Philipp HagemeisterBasic blip.tv support
2011-03-29 Ricardo GarciaBump version number
2011-03-15 Ricardo GarciaFix upload date regexp (closes #93)
2011-03-15 Ricardo GarciaSplit a couple of lines to make the code more readable
2011-03-15 Ricardo GarciaAvoid crash reported in issue #86
2011-02-28 Ricardo GarciaSupport youtube.com/e/ URLs (closes #88)
2011-02-25 Ricardo GarciaBump version number
2011-02-25 Idan KamaraUse '--' to separate the file argument from the options...
2011-02-25 Ricardo GarciaBump version number
2011-02-25 Ricardo GarciaCatch possible exceptions when running ffprobe
2011-02-25 Idan KamaraFix stderr print when ffmpeg fails
2011-02-25 Ricardo GarciaBump version number
2011-02-25 Ricardo GarciaUpdate User-Agent string
2011-02-25 Ricardo GarciaAdd an audio extracting PostProcessor using ffmpeg...
2011-02-25 Ricardo GarciaFix date parsing for YouTube (patch by Drake Wyrm)
2011-02-20 Ricardo GarciaAdd Gergely Imreh to the author list
2011-02-20 Gergely ImrehFacebook info extractor
2011-02-13 Gergely ImrehFix possible missing parameter in playlist url extraction
2011-02-12 Ricardo GarciaSupport more common YouTube playlist URLs
2011-01-31 Gergely ImrehEnable artist playlists in YoutubePlaylistIE
2011-01-30 Ricardo GarciaFix SyntaxError problem (oops)
2011-01-30 Ricardo GarciaUpdate User-Agent string
2011-01-30 Ricardo GarciaBump version number
2011-01-29 Ricardo GarciaAdd YoutubeUserIE (code courtesy of Paweł Paprota)
2011-01-28 Ricardo GarciaSplit some long lines
2011-01-28 Ricardo GarciaMake the file timestamp feature optional
2011-01-28 Gergely ImrehSet downloaded file's time stamp from last-modified...
2011-01-26 Gergely ImrehNew option --get-filename to print output filename
2011-01-25 Lionel Elie... Support for youtube.com/embed/XXXXX URLs (closes #63)
2011-01-21 Ricardo GarciaFix omission of Witold Baryluk as the Dailymotion InfoE...
2011-01-21 Ricardo GarciaFix dailymotion support (closes #60)
2011-01-20 Ricardo GarciaImprove addinfourl_wrapper for compatibility with older...
2011-01-18 Ricardo GarciaWrap call to addinfourl for compatibility with Python 2.4
2011-01-18 Ricardo GarciaOmit code argument in addinfourl for Python 2.4
2011-01-12 Ricardo GarciaMake the self-updating function a bit more robust
2011-01-12 Ricardo GarciaAdd support for embedded YouTube playist URLs (closes...
2011-01-12 Ricardo GarciaFix "unable to rename file" Windows error (closes #56)
2011-01-12 Ricardo GarciaAdd proper support for "gzip" and "deflate" encodings
2011-01-10 Ricardo GarciaFix bug in regular expression for youtu.be links
2011-01-07 Ricardo GarciaAdd --no-part option (closes #48)
2011-01-07 Ricardo GarciaRemove trailing whitespace
2011-01-04 Mantas MikulėnasAdded --console-title to display download progress...
2011-01-03 Ricardo GarciaAdd --dump-user-agent option (patch provided by Benjami...
2011-01-03 Ricardo GarciaPrint new line before a few error messages
2010-12-16 Ricardo GarciaRequest page compression by default, like Firefox does
2010-12-15 Ricardo GarciaTake into account resume_len when calculating speed...
2010-12-12 Ricardo GarciaFix erroneous "content too short" error message
2010-12-11 Ricardo GarciaRemove deprecated -b option and nonworking -m option...
2010-12-11 Ricardo GarciaStop attempting to use get_video and detect missing...
2010-12-11 Ricardo GarciaDo not use 0% as the starting point in resumed download...
2010-12-09 Ricardo GarciaFix problem when requesting an existing format explicit...
2010-12-09 Ricardo GarciaBump version number
2010-12-09 Ricardo GarciaImprove temporary filename handling of special cases
2010-12-09 Ricardo GarciaFix YoutubeIE after recent YouTube changes (closes...
2010-12-08 Ricardo GarciaAdd Vasyl' Vavrychuk to the list of authors
2010-12-08 Vasyl' VavrychukImplemented depositfiles.com support
2010-12-05 Vasyl' VavrychukFixed failure of os.rename after receiving file finishe...
2010-12-05 Vasyl' Vavrychukreport_extraction was never called for GenericIE
2010-12-04 Ricardo GarciaUse a temporary filename to download files
2010-11-30 Nevar AngeloReworked 'upload_date' code for output sequence in...
2010-11-19 Ricardo GarciaBump version number
2010-11-19 Ricardo GarciaUpdate User-Agent string
next