aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/utils.py
AgeCommit message (Expand)Author
2013-08-29Add an extractor for orf.at (closes #1346)Jaime Marquínez Ferrándiz
2013-08-28Merge remote-tracking branch 'rzhxeo/youporn-hd'Philipp Hagemeister
2013-08-28Add intlist_to_bytes to utils.pyrzhxeo
2013-08-28Allow changes to run under Python 3Philipp Hagemeister
2013-08-28Fix platform name in Python 2 with --verbose (Closes #1228)Philipp Hagemeister
2013-08-28Tolerate junk at the end of gzip-compressed content (#1268)Philipp Hagemeister
2013-08-28HTTPError is in urllib.error in Python 3, not in http.errorJaime Marquínez Ferrándiz
2013-08-28[addanime] improvePhilipp Hagemeister
2013-08-27Revert "Install our own HTTPS handler as well (#1309)"Philipp Hagemeister
2013-08-24Install our own HTTPS handler as well (#1309)Philipp Hagemeister
2013-08-23Add a post processor for embedding subtitles in mp4 videos (closes #1052)Jaime Marquínez Ferrándiz
2013-08-11Note update possibility on errors (thanks @chbrown, #1229)Philipp Hagemeister
2013-08-03Add an extractor for videofy.me (closes #1171)Jaime Marquínez Ferrándiz
2013-07-12Use determine_ext when saving the thumbnailJaime Marquínez Ferrándiz
2013-07-12BrightcoveIE: Use parse_qs to extract the fields of the query (closes #1032)Jaime Marquínez Ferrándiz
2013-07-11[brightcove] fix on Python 2.6Philipp Hagemeister
2013-07-11Add helper function find_path_attrPhilipp Hagemeister
2013-07-08[3sat] Add support (Fixes #1001)Philipp Hagemeister
2013-07-02Do not show bug report for errors that are to be expected (Closes #973)Philipp Hagemeister
2013-06-28Rewrote error message a bit to clarifyPhilipp Hagemeister
2013-06-28Changed the error message.M.Yasoob Ullah Khalid
2013-06-25improve generic and encrypted signature error messagesFilippo Valsorda
2013-06-09do not ask the user to report network errorsFilippo Valsorda
2013-06-08print "please report this issue on GitHub" on every ExtractorErrorFilippo Valsorda
2013-06-06implement fallbacks and defaults in _search_regexFilippo Valsorda
2013-05-20Python 2 compat fixes for MyVideo.de rtmpdump downloadsFilippo Valsorda
2013-05-13Do not re-encode / to # if / is a platform separator, and correctly handle pe...Philipp Hagemeister
2013-05-04Add --no-check-certificate (#814)Philipp Hagemeister
2013-05-04twitch.tv chapters (#810): print out start and end timePhilipp Hagemeister
2013-04-28Allow to use relative dates in the format (now|today)[+-][0-9](day|week|month...Jaime Marquínez Ferrándiz
2013-04-27Fix some IEs that didn't return the uploade_date in the YYYYMMDD formatJaime Marquínez Ferrándiz
2013-04-27Allow to select videos to download by their upload dates (related #137)Jaime Marquínez Ferrándiz
2013-03-29Merge pull request #736 from rg3/retryFilippo Valsorda
2013-03-29fix FunnyOrDieIE, MyVideoIE, TEDIEFilippo Valsorda
2013-03-28use sys.stdout.buffer only on Python3Filippo Valsorda
2013-03-27Use sys.stdout.buffer instead of sys.stdoutChirantan Ekbote
2013-03-09Bubble up all the stack of exceptions and retry download tests on timeout errorsFilippo Valsorda
2013-02-21Fix --match-title and --reject-title decoding (Closes #690)Philipp Hagemeister
2013-02-01Work around buggy HTML Parser in Python < 2.7.3 (Closes #662)Philipp Hagemeister
2013-01-20Guard against sys.getfilesystemencoding() == None (#503)Philipp Hagemeister
2013-01-12Correct Blip.tv on 2.6, where HTTP headers are case-sensitive (wtf?)Philipp Hagemeister
2013-01-12Proper support for changing User-Agents from IEsPhilipp Hagemeister
2013-01-12--recode-video option (Closes #18)Philipp Hagemeister
2013-01-03Make ExtractorError usable for other causesPhilipp Hagemeister
2013-01-01ExtractorError for errors during extractionPhilipp Hagemeister
2012-12-30moved updating code to update.pyFilippo Valsorda
2012-12-30some fixes, pulled the codename from the codeFilippo Valsorda
2012-12-30The new updates system, relies on gh-pages, secured by RSA, uses external web...Filippo Valsorda
2012-12-20better Vimeo tests; fixed a couple of VimeoIE fieldsFilippo Valsorda
2012-12-20refactor YouTube subtitles code, it was ugly (my bad)Filippo Valsorda