summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Try el=detailpage if el=embedded fails for YouTubeRicardo Garcia2010-10-311-9/+13
|
* Add Yahoo! Video InfoExtractor, merged from "obeythepenguin"Ricardo Garcia2010-10-311-0/+137
|
* Request video info webpage using "embedded" instead of "detailpage"Ricardo Garcia2010-10-311-1/+1
| | | | | | | In the request for get_video_info, use el=embedded instead of el=detailpage, as if the request was coming from an embedded video player instead of the video webpage. This created problems for some videos, with YouTube replying with "Invalid parameters". This fixes issue #109 and fixes issue #110.
* Solve minor aesthetical problem in rtmpdump error messagesRicardo Garcia2010-10-311-1/+1
|
* Added --all-format option from tweaked patch (fixes issue #102)Ricardo Garcia2010-10-311-6/+32
|
* Make the "-" output file name equivalent to /dev/stdout (fixes issue #103)Ricardo Garcia2010-10-311-0/+2
|
* Bump version numberRicardo Garcia2010-10-312-2/+2
|
* Do not use the final URL for -gRicardo Garcia2010-10-311-1/+1
|
* Bump version numberRicardo Garcia2010-10-312-2/+2
|
* Add --no-progress option (fixes issue #98)Ricardo Garcia2010-10-311-1/+10
|
* Give preference to format 34 before format 5 in quality listRicardo Garcia2010-10-311-1/+1
|
* Do not error out on problems printing the file nameRicardo Garcia2010-10-311-5/+12
|
* Properly support simple titles in the newest InfoExtractorsRicardo Garcia2010-10-311-3/+6
|
* Do not pass URLs around in Unicode form (fixes issue #92)Ricardo Garcia2010-10-311-4/+0
|
* Bump version numberRicardo Garcia2010-10-312-2/+2
|
* Tweak final filename in the open attempt, to be platform and filename-agnosticRicardo Garcia2010-10-311-8/+24
|
* Fix SyntaxError triggered by mistake in user-agent commitRicardo Garcia2010-10-311-1/+1
|
* Fix problem with sanitize_title not replacing Windows directory separatorRicardo Garcia2010-10-311-1/+1
|
* Update user-agent stringRicardo Garcia2010-10-311-1/+1
|
* Cherry-pick obeythepenguin's changes and merge them into main branchRicardo Garcia2010-10-311-37/+160
|
* Support simplest new URLs in YouTubeRicardo Garcia2010-10-311-1/+1
|
* Bump version numberRicardo Garcia2010-10-312-2/+2
|
* Improve rtmpdump supportRicardo Garcia2010-10-311-3/+4
|
* Only verify the URL when it's an HTTP downloadRicardo Garcia2010-10-311-4/+6
|
* patched to add Google Video and Photobucket supportobeythepenguin@gmail.com2010-10-312-1/+159
|
* Bump version numberRicardo Garcia2010-10-312-2/+2
|
* Add flexibility importing the "parse_qs" function (fixes issue #81)Ricardo Garcia2010-10-311-2/+7
|
* Bump version numberRicardo Garcia2010-10-312-2/+2
|
* Fix minor problems with Youtube user InfoExtractorRicardo Garcia2010-10-311-3/+2
|
* Add support for using rtmpdumpRicardo Garcia2010-10-311-12/+49
|
* Bump version numberRicardo Garcia2010-10-312-2/+2
|
* Handle file open mode correctly (fixes issue #76)Ricardo Garcia2010-10-311-3/+9
|
* Added support to download all of a user's videos!Archanamiya2010-10-311-0/+58
|
* Fix detection of uploader nickname in metacafe (fixes issue #67)Ricardo Garcia2010-10-311-1/+1
|
* Take format 37 into account (fixes issue #65)Ricardo Garcia2010-10-311-1/+2
|
* Add self-updating codeRicardo Garcia2010-10-311-3/+30
|
* Use unquote_plus to decode video titleRicardo Garcia2010-10-311-1/+1
|
* Allow empty titles because they do appear in some videos (fixes issue #53)Ricardo Garcia2010-10-311-1/+1
|
* Use default values for "continuedl" and "nooverwrites" downloader parametersRicardo Garcia2010-10-311-2/+2
|
* Avoid using Unicode strings when forming URL requests (fixes issue #50)Ricardo Garcia2010-10-311-2/+2
|
* Improve preferred encoding detection methodRicardo Garcia2010-10-311-9/+9
|
* Restore INTERNAL version numberRicardo Garcia2010-10-311-1/+1
|
* Bump version numberRicardo Garcia2010-10-312-2/+2
|
* Report final URL with -g and do not print URLs normally (fixes issue #49)Ricardo Garcia2010-10-311-7/+4
|
* Handle weird OSX locale settings gracefully (fixes issue #43)Ricardo Garcia2010-10-311-5/+21
|