summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Stop attempting to use get_video and detect missing formats ourselvesRicardo Garcia2010-12-111-6/+6
| |
* | Do not use 0% as the starting point in resumed downloads (closes #40)Ricardo Garcia2010-12-111-1/+3
| |
* | Fix problem when requesting an existing format explicitly with -fRicardo Garcia2010-12-091-4/+7
| |
* | Bump version numberRicardo Garcia2010-12-092-2/+2
| |
* | Improve temporary filename handling of special casesRicardo Garcia2010-12-091-1/+5
| |
* | Fix YoutubeIE after recent YouTube changes (closes #34)Ricardo Garcia2010-12-091-2/+2
| |
* | Add Vasyl' Vavrychuk to the list of authorsRicardo Garcia2010-12-081-0/+1
| |
* | Implemented depositfiles.com supportVasyl' Vavrychuk2010-12-081-1/+81
| |
* | Fixed failure of os.rename after receiving file finished due to file not ↵Vasyl' Vavrychuk2010-12-051-0/+1
| | | | | | | | | | | | | | being closed. Following error happen while at the end of _do_download called try_rename WindowsError: [Error 32] The process cannot access the file because it is being used by another process
* | report_extraction was never called for GenericIEVasyl' Vavrychuk2010-12-051-0/+1
| |
* | Use a temporary filename to download filesRicardo Garcia2010-12-041-7/+28
| |
* | Reworked 'upload_date' code for output sequence in YoutubeIE.Nevar Angelo2010-11-301-27/+8
|/ | | | | Reverted to previous version of 'upload_date' and fixed a mistake that prevented the code from working properly.
* Bump version numberRicardo Garcia2010-11-192-2/+2
|
* Update User-Agent stringRicardo Garcia2010-11-191-1/+1
|
* Rework upload date mechanism after detecting problems in several testsRicardo Garcia2010-11-191-15/+34
|
* Restore file permissionsRicardo Garcia2010-11-191-0/+0
|
* Merge branch 'master' of https://github.com/psi-neamf/youtube-dl into psi-neamfRicardo Garcia2010-11-191-0/+20
|\
| * Added 'uploaddate' output sequence for YoutubeIE.Nevar Angelo2010-11-171-0/+20
| |
* | Correctly parse the player URL in RTMP downloads (closes #11)jamiejones2010-11-171-3/+3
|/ | | | | | | | | | | Fixed several problems courtesy of jamiejones: The parsing for the SWF url was wrong (the "//" are now escaped and the initial .*match needs to be 'ungreedy'), so the -W setting to rtmpdump was not set, causing the decryption of the video to be wrong. Finally, add "&has_verified=1" to the fetch of the HMTL page to allow fetching of age-restricted videos.
* Minor help text correctionRicardo Garcia2010-11-061-1/+1
|
* Added command line switch -A --auto-numberNevar Angelo2010-11-061-3/+8
| | | | | | Numbering downloaded URLs was implemented with %(ord)s in the output template. It has been replaced with the %(autonumber)s sequence and is now also available as a command line switch.
* Allow comments in batch file.Nevar Angelo2010-11-061-1/+1
|
* Add playlist-end option (courtesy of Nevar Angelo)Ricardo Garcia2010-11-041-14/+23
|
* Modify autoupdate URLs to match the ones from github.comRicardo Garcia2010-10-311-2/+2
|
* Bump version numberRicardo Garcia2010-10-312-2/+2
|
* Update User-Agent stringRicardo Garcia2010-10-311-1/+1
|
* Load cookies if the cookie file exists when starting the programRicardo Garcia2010-10-311-0/+2
|
* Use stderr for output when the output file is "-" (fixes issue #216)Ricardo Garcia2010-10-311-44/+49
|
* Add new --cookies option to be able to save cookies to disk (fixes issue #208)Ricardo Garcia2010-10-311-21/+45
|
* Set stdout to binary mode under Windows (fixes issue #218)Ricardo Garcia2010-10-311-0/+3
|
* Support "https" in YouTube video URLs (fixes issue #215)Ricardo Garcia2010-10-311-1/+1
|
* Use HTTPS for the login URL (fixes issue #163)Ricardo Garcia2010-10-311-1/+1
|
* Bump version numberRicardo Garcia2010-10-312-2/+2
|
* Retry on any 5xx server errorRicardo Garcia2010-10-311-2/+2
|
* Treat HTTP error 500 the same way as 503 (fixes issue #209)Ricardo Garcia2010-10-311-5/+5
|
* Support the -nocookie suffix in youtube domain name (fixes issue #200)Ricardo Garcia2010-10-311-1/+1
|
* Do not print file name on warning message (fixes issue #197)Ricardo Garcia2010-10-311-1/+1
|
* Fix "unable to extract uploader nickname" error with DailymotionRicardo Garcia2010-10-311-1/+1
|
* Decode the reason given on YouTube errors to avoid crashes (fixes issue #193)Ricardo Garcia2010-10-311-1/+1
|
* Allow the #! notation for YouTube URLs found in many links in their websiteRicardo Garcia2010-10-311-1/+1
|
* Extract the video extension from the media URL in metacafe.comRicardo Garcia2010-10-311-2/+4
|
* Fix metacafe.com downloads for some videos (fixes issue #189)Ricardo Garcia2010-10-311-13/+23
|
* Use unicode strings for several error messages that were missing the "u"Ricardo Garcia2010-10-311-7/+7
|
* Abort download in case of error writing file data to diskRicardo Garcia2010-10-311-1/+2
|
* Improve error message on invalid output template and abort executionRicardo Garcia2010-10-311-1/+2
|
* Fix typo in report_resuming_byte doc string (fixes issue #188)Ricardo Garcia2010-10-311-1/+1
|
* Bump version numberRicardo Garcia2010-10-312-2/+2
|
* Update user-agent stringRicardo Garcia2010-10-311-1/+1
|
* Fix metacafe.com code not working due to gdaKey again (fixes issue #185)Ricardo Garcia2010-10-311-9/+9
|
* Merge Gavin van Lelyveld's patch for --playlist-start optionRicardo Garcia2010-10-311-1/+19
|