summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge Gavin van Lelyveld's patch for --playlist-start optionRicardo Garcia2010-10-311-1/+19
|
* Put back -b option as a placeholder with a warning messageRicardo Garcia2010-10-311-0/+4
|
* Consider the file downloaded if the size differs in less than 100 bytes ↵Ricardo Garcia2010-10-311-2/+9
| | | | (fixes issue #175)
* Reorganize request code to make it a bit more robustRicardo Garcia2010-10-311-37/+31
|
* Properly detect YouTube error messages to print them on screen (fixes issue ↵Ricardo Garcia2010-10-311-0/+8
| | | | #172)
* Bump version numberRicardo Garcia2010-10-312-2/+2
|
* Restore support for the get_video method, fixing many issuesRicardo Garcia2010-10-311-35/+9
|
* Restore proper support for webm formats (fixes issue #166)Ricardo Garcia2010-10-311-2/+32
|
* Bump version numberRicardo Garcia2010-10-312-2/+2
|
* Update user agent stringRicardo Garcia2010-10-311-1/+1
|
* Partially rewrite YouTube InfoExtractor after it stopped workingRicardo Garcia2010-10-311-134/+95
| | | | | As part of the changes, the program now downloads the highest quality version by default and uses fmt_url_map to decide which formats are really available.
* Remove some format command line optionsRicardo Garcia2010-10-311-5/+1
|
* Do not check for self._downloader being None in several placesRicardo Garcia2010-10-311-12/+6
|
* Rename UnavailableFormatError to UnavailableVideoErrorRicardo Garcia2010-10-311-15/+15
|
* Use www. instead of uk. in the language setting webpage for YouTubeRicardo Garcia2010-10-311-1/+1
|
* Bump version numberRicardo Garcia2010-10-312-2/+2
|
* Modify User-Agent and Accept headersRicardo Garcia2010-10-311-2/+2
|
* Improve video ordinal assignment method (fixes issue #149)Ricardo Garcia2010-10-311-3/+30
|
* Add comment about weird .video extension for format 38Ricardo Garcia2010-10-311-1/+1
|
* Support youtu.be URLs (fixes issue #143)Ricardo Garcia2010-10-311-1/+1
|
* Support the watch_popup syntax in YouTube URLsRicardo Garcia2010-10-311-1/+1
|
* Improve swf player URL detection for RTMP (fixes issue #144)Ricardo Garcia2010-10-311-1/+1
|
* Add a --max-quality flag to limit the highest quality (fixes issue #145)Ricardo Garcia2010-10-311-0/+11
|
* Add support for "original" format in YouTube (fixes issue #155)Ricardo Garcia2010-10-311-1/+2
|
* Make the Dailymotion uploader regexp more flexible because it fails sometimesRicardo Garcia2010-10-311-1/+1
|
* Remove unused methods from the Dailymotion InfoExtractorRicardo Garcia2010-10-311-8/+0
|
* Remove dead disclaimer/confirmation code.Witold Baryluk2010-10-311-24/+0
| | | | | I do knot know how to perform age confirmation, so just removeing it for the time we will know how to do this.
* Add support for the DailymotionWitold Baryluk2010-10-311-0/+119
| | | | | | | Based slightly (idea and one regular expression) on the old anonymous dailymotion-dl.pl, but with fixes (more robust regular expression, extracting author, support for domains other than .com). Simpler due to the fact that youtube-dl provides all needed functionalities.
* Include format 43 in best quality list (fixes issue #150)Ricardo Garcia2010-10-311-1/+2
|
* Improve some metavar namesRicardo Garcia2010-10-311-7/+7
|
* Forbid forward slash in win32 file names (fixes issue #147)Ricardo Garcia2010-10-311-1/+1
|
* Bump version numberRicardo Garcia2010-10-312-2/+2
|
* Add webm extension to formats 43 and 45 (fixes issue #139)Ricardo Garcia2010-10-311-0/+2
|
* Fix for all-formats exception by Valentin HilbigRicardo Garcia2010-10-311-2/+2
|
* Add a number of retries with tweaked patch, originally from Neil ChannenRicardo Garcia2010-10-311-19/+41
|
* Add player signature verification to rtmpdump support (fixes issue #63)Ricardo Garcia2010-10-311-20/+43
|
* Make -a understand dash means stdinRicardo Garcia2010-10-311-3/+7
|
* Also try no "el" option in get_video_info (fixes issue #130)Ricardo Garcia2010-10-311-2/+2
|
* Increment number of downloads when the file has already been fully downloadedRicardo Garcia2010-10-311-0/+1
|
* Print EOL before "unable to write data" errorRicardo Garcia2010-10-311-1/+1
|
* Detect errors in video data writesRicardo Garcia2010-10-311-1/+4
|
* Make "all-formats" and "best-quality" download the version without specific ↵Ricardo Garcia2010-10-311-7/+2
| | | | format too
* Merge changes by obeythepenguinRicardo Garcia2010-10-311-2/+275
|
* Bump version numberRicardo Garcia2010-10-312-2/+2
|
* Also try el=vevo on YouTube if everything else fails (fixes issue #115)Ricardo Garcia2010-10-311-1/+1
|
* Bump version numberRicardo Garcia2010-10-312-2/+2
|
* Add the "ord" template parameter (fixes issue #101)Ricardo Garcia2010-10-311-0/+4
|
* Support new playlist style URL (fixes issue #114)Ricardo Garcia2010-10-311-1/+1
|
* Change method to detect end of playlist (fixes issue #113)Ricardo Garcia2010-10-311-2/+2
|
* Bump version numberRicardo Garcia2010-10-312-2/+2
|