summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | Fix small indentation inconsistenciesGeorgi Valkov2011-08-231-6/+6
| | | | | | | | | | |
| * | | | | | | | | | Use module metadata variables instead of commentsGeorgi Valkov2011-08-231-8/+13
| | | | | | | | | | |
| * | | | | | | | | | Add vim modelineGeorgi Valkov2011-08-231-0/+2
| |/ / / / / / / / /
* | | | | | | | | | merge upstreamPhilipp Hagemeister2011-08-242-5/+5
|\| | | | | | | | |
| * | | | | | | | | Bump version numberRicardo Garcia2011-08-042-2/+2
| | | | | | | | | |
| * | | | | | | | | Update User-Agent stringRicardo Garcia2011-08-041-1/+1
| | | | | | | | | |
| * | | | | | | | | Fix YouTube downloads (code by Philipp Hagemeister)Ricardo Garcia2011-08-041-2/+4
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Fix blip.tv regular expression to not match blipXtvPhilipp Hagemeister2011-08-181-1/+1
| | | | | | | | |
* | | | | | | | | Fix youtu.be links (Closes #142)Philipp Hagemeister2011-08-071-1/+1
| | | | | | | | |
* | | | | | | | | Use parse_qs instead of homebrewn parsingPhilipp Hagemeister2011-08-071-3/+2
| | | | | | | | |
* | | | | | | | | youtube: Better error messagesPhilipp Hagemeister2011-08-071-2/+1
| | | | | | | | |
* | | | | | | | | Fix Python 2.4 compatibilityPhilipp Hagemeister2011-08-061-6/+17
| | | | | | | | |
* | | | | | | | | Use alternative imports for Python 2.4 (Closes #138)Philipp Hagemeister2011-08-061-2/+7
| | | | | | | | |
* | | | | | | | | Remove debugging informationPhilipp Hagemeister2011-08-061-1/+0
| | | | | | | | |
* | | | | | | | | Fix RTMP streams and ignore url-less entriesPhilipp Hagemeister2011-08-061-6/+6
| | | | | | | | |
* | | | | | | | | Fix youtube downloads (Closes #135)Philipp Hagemeister2011-08-041-8/+5
| | | | | | | | |
* | | | | | | | | Suppport for youtube video streams (Mentioned in #108)Philipp Hagemeister2011-07-311-1/+7
| | | | | | | | |
* | | | | | | | | Removed inaccurate warningPhilipp Hagemeister2011-07-221-1/+0
| | | | | | | | |
* | | | | | | | | Be lenient about download URLs (Closes #108)Philipp Hagemeister2011-07-181-2/+3
| | | | | | | | |
* | | | | | | | | remove debugging codePhilipp Hagemeister2011-07-101-1/+0
| | | | | | | | |
* | | | | | | | | + --write-info-jsonPhilipp Hagemeister2011-07-101-3/+28
| | | | | | | | |
* | | | | | | | | blip.tv support for python 2.5 with trivialjsonPhilipp Hagemeister2011-07-101-8/+115
| | | | | | | | |
* | | | | | | | | call increment_downloads in blip.tv extractorPhilipp Hagemeister2011-07-071-0/+2
| | | | | | | | |
* | | | | | | | | --writedescription optionPhilipp Hagemeister2011-07-071-5/+25
| | | | | | | | |
* | | | | | | | | Full youtube video descriptions, including special characters (2.6+, with ↵Philipp Hagemeister2011-07-071-8/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fallback for older Pythons)
* | | | | | | | | Support for blip.tv/file URLsPhilipp Hagemeister2011-06-251-12/+5
| | | | | | | | |
* | | | | | | | | Basic blip.tv supportPhilipp Hagemeister2011-06-211-0/+77
|/ / / / / / / /
* | | | | | | | Bump version numberRicardo Garcia2011-03-292-2/+2
| | | | | | | |
* | | | | | | | Fix upload date regexp (closes #93)Ricardo Garcia2011-03-151-1/+1
| | | | | | | |
* | | | | | | | Split a couple of lines to make the code more readableRicardo Garcia2011-03-151-4/+4
| | | | | | | |
* | | | | | | | Avoid crash reported in issue #86Ricardo Garcia2011-03-151-1/+1
| | | | | | | |
* | | | | | | | Support youtube.com/e/ URLs (closes #88)Ricardo Garcia2011-02-281-1/+1
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Bump version numberRicardo Garcia2011-02-262-2/+2
| | | | | | |
* | | | | | | Use '--' to separate the file argument from the options when calling ffmpegIdan Kamara2011-02-251-2/+2
| |_|_|_|/ / |/| | | | | | | | | | | | | | | | | This is to avoid a potential issue if the file name begins with a hyphen since ffmpeg will interpret it as an option
* | | | | | Bump version numberRicardo Garcia2011-02-252-2/+2
| | | | | |
* | | | | | Catch possible exceptions when running ffprobeRicardo Garcia2011-02-251-5/+8
| | | | | |
* | | | | | Fix stderr print when ffmpeg failsIdan Kamara2011-02-251-1/+1
| | | | | |
* | | | | | Bump version numberRicardo Garcia2011-02-252-2/+2
| | | | | |
* | | | | | Update User-Agent stringRicardo Garcia2011-02-251-1/+1
| | | | | |
* | | | | | Add an audio extracting PostProcessor using ffmpeg (closes #2)Ricardo Garcia2011-02-251-0/+93
| | | | | |
* | | | | | Fix date parsing for YouTube (patch by Drake Wyrm)Ricardo Garcia2011-02-251-1/+1
| |/ / / / |/| | | |
* | | | | Add Gergely Imreh to the author listRicardo Garcia2011-02-201-0/+1
| | | | |
* | | | | Facebook info extractorGergely Imreh2011-02-201-0/+225
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This IE should be full-featured. Public videos can be downloaded without login, e.g: https://www.facebook.com/video/video.php?v=696729990595 Private videos need login, and subject to login rate limit of a couple of tries / minute.
* | | | Fix possible missing parameter in playlist url extractionGergely Imreh2011-02-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The "playlist_prefix" parameter was missing when parsing playlist urls that match the recently added format, e.g.: http://www.youtube.com/user/stanforduniversity#g/c/9D558D49CA734A02 For these URLs (basically, for every playlist type so far, except the artist list) playlist_prefix has to be equal to "p" for correct exctraction.
* | | | Support more common YouTube playlist URLsRicardo Garcia2011-02-121-1/+6
| |/ / |/| |
* | | Enable artist playlists in YoutubePlaylistIEGergely Imreh2011-01-311-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Artist playlist pages have different format compared to user playlists, thus more format checking is needed to construct the correct URL. From the artist playlist this method downloads all listed below the "Videos by [Artist Name]" header, plus usually there's one more video on the side, titled "Youtube Mix for [Artist Name]", which has a link format that currently cannot be distinguished from the other videos in the list.
* | | Fix SyntaxError problem (oops)Ricardo Garcia2011-01-301-1/+1
| | |
* | | Update User-Agent stringRicardo Garcia2011-01-301-1/+1
| | |
* | | Bump version numberRicardo Garcia2011-01-302-2/+2
| | |
* | | Add YoutubeUserIE (code courtesy of Paweł Paprota)Ricardo Garcia2011-01-291-23/+56
|/ /