aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/utils.py
Commit message (Expand)AuthorAgeFilesLines
* [zdf] Use _download_xmlPhilipp Hagemeister2013-11-281-5/+0
* [viki] Fix subtitle extractionPhilipp Hagemeister2013-11-251-1/+1
* Merge branch 'opener-to-ydl'Philipp Hagemeister2013-11-251-3/+2
|\
| * Merge branch 'master' into opener-to-ydlPhilipp Hagemeister2013-11-241-5/+23
| |\
| * | Move the opener to the YoutubeDL object.Philipp Hagemeister2013-11-221-2/+2
* | | [zdf/common] Use API in ZDF extractor.Philipp Hagemeister2013-11-251-0/+21
| |/ |/|
* | [niconico] Simplify and make work with old Python versionsPhilipp Hagemeister2013-11-241-5/+24
|/
* utils.shell_quote: Convert the args to unicode stringsJaime Marquínez Ferrándiz2013-11-211-1/+10
* Add support for tou.tv (Fixes #1792)Philipp Hagemeister2013-11-201-0/+2
* Remove iPhone from user agent. This breaks a lot of extractorsPhilipp Hagemeister2013-11-181-1/+1
* Add iPhone to UA (#1746)Philipp Hagemeister2013-11-181-1/+1
* [vimeo] Fix pro videos and player.vimeo.com urlsJaime Marquínez Ferrándiz2013-10-231-0/+5
* Extend #980 with --max-quality supportPhilipp Hagemeister2013-10-181-0/+9
* [generic] Support embedded vimeo videos (#1602)Philipp Hagemeister2013-10-151-0/+17
* Add an extractor for internetvideoarchive.com videosJaime Marquínez Ferrándiz2013-10-121-0/+13
* FFmpegPostProcessor: print the command line used if the --verbose option is g...Jaime Marquínez Ferrándiz2013-10-121-0/+5
* Add an extractor for video.nhl.com (closes #1586)Jaime Marquínez Ferrándiz2013-10-101-0/+1
* Merge branch 'download-archive'Philipp Hagemeister2013-10-061-0/+96
|\
| * Add basic --download-archive optionPhilipp Hagemeister2013-10-061-0/+96
* | [viddler] Add basic support (Fixes #1520)Philipp Hagemeister2013-10-061-1/+1
|/
* [youtube] Simplify cache_dir code (#1529)Philipp Hagemeister2013-10-021-0/+6
* Restore accidentally deleted commitsPhilipp Hagemeister2013-09-211-0/+6
* Always correct encoding when writing to sys.stderr (Fixes #1435)Philipp Hagemeister2013-09-161-0/+12
* [mixcloud] Rewrite extractor (fixes #278)Jaime Marquínez Ferrándiz2013-09-141-1/+10
* [ustream] Simplify channel extractionJaime Marquínez Ferrándiz2013-09-131-8/+44
* Add an extractor for orf.at (closes #1346)Jaime Marquínez Ferrándiz2013-08-291-1/+1
* Merge remote-tracking branch 'rzhxeo/youporn-hd'Philipp Hagemeister2013-08-281-0/+18
|\
| * Add intlist_to_bytes to utils.pyrzhxeo2013-08-281-0/+7
| * Allow changes to run under Python 3Philipp Hagemeister2013-08-281-0/+10
* | Fix platform name in Python 2 with --verbose (Closes #1228)Philipp Hagemeister2013-08-281-3/+14
* | Tolerate junk at the end of gzip-compressed content (#1268)Philipp Hagemeister2013-08-281-2/+17
* | HTTPError is in urllib.error in Python 3, not in http.errorJaime Marquínez Ferrándiz2013-08-281-1/+1
* | [addanime] improvePhilipp Hagemeister2013-08-281-1/+7
|\ \ | |/
* | Revert "Install our own HTTPS handler as well (#1309)"Philipp Hagemeister2013-08-271-17/+8
* | Install our own HTTPS handler as well (#1309)Philipp Hagemeister2013-08-241-8/+17
* | Add a post processor for embedding subtitles in mp4 videos (closes #1052)Jaime Marquínez Ferrándiz2013-08-231-0/+3
* | Note update possibility on errors (thanks @chbrown, #1229)Philipp Hagemeister2013-08-111-1/+1
|/
* Add an extractor for videofy.me (closes #1171)Jaime Marquínez Ferrándiz2013-08-031-1/+1
* Use determine_ext when saving the thumbnailJaime Marquínez Ferrándiz2013-07-121-2/+2
* BrightcoveIE: Use parse_qs to extract the fields of the query (closes #1032)Jaime Marquínez Ferrándiz2013-07-121-0/+5
* [brightcove] fix on Python 2.6Philipp Hagemeister2013-07-111-2/+2
* Add helper function find_path_attrPhilipp Hagemeister2013-07-111-0/+14
* [3sat] Add support (Fixes #1001)Philipp Hagemeister2013-07-081-1/+8
* Do not show bug report for errors that are to be expected (Closes #973)Philipp Hagemeister2013-07-021-4/+8
* Rewrote error message a bit to clarifyPhilipp Hagemeister2013-06-281-1/+1
* Changed the error message.M.Yasoob Ullah Khalid2013-06-281-1/+1
* improve generic and encrypted signature error messagesFilippo Valsorda2013-06-251-1/+1
* do not ask the user to report network errorsFilippo Valsorda2013-06-091-2/+5
* print "please report this issue on GitHub" on every ExtractorErrorFilippo Valsorda2013-06-081-0/+1
* implement fallbacks and defaults in _search_regexFilippo Valsorda2013-06-061-0/+3