Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Revert "disable YT ratelimit; this should enable to max out the connection ↵ | Philipp Hagemeister | 2013-04-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bandwidth" Although cool, that seems to break a lot of youtube videos. This reverts commit a60b854d9099e5a286accf8065d1dc9e00a4bfe6. | |||||
* | | | | | | disable YT ratelimit; this should enable to max out the connection bandwidth | Filippo Valsorda | 2013-04-17 | 1 | -1/+1 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | release 2013.04.11 | Philipp Hagemeister | 2013-04-11 | 2 | -102/+108 | |
| | | | | | ||||||
* | | | | | Fix keek title extraction | Philipp Hagemeister | 2013-04-11 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Show whole diff in error cases | Philipp Hagemeister | 2013-04-11 | 1 | -0/+1 | |
| | | | | | ||||||
* | | | | | Option to dump intermediate pages | Philipp Hagemeister | 2013-04-11 | 2 | -0/+12 | |
| | | | | | ||||||
* | | | | | Use download_webpage in youtube IE | Philipp Hagemeister | 2013-04-11 | 1 | -12/+9 | |
| | | | | | ||||||
* | | | | | Skip ARD test as it requires rtmpdump | Philipp Hagemeister | 2013-04-11 | 1 | -1/+2 | |
| | | | | | ||||||
* | | | | | Re-enable Stanford OC test | Philipp Hagemeister | 2013-04-11 | 1 | -2/+1 | |
| | | | | | ||||||
* | | | | | Fix default for variable-size autonumbering | Philipp Hagemeister | 2013-04-11 | 1 | -1/+3 | |
| | | | | | ||||||
* | | | | | Merge remote-tracking branch 'sagittarian/vimeo-no-desc' | Philipp Hagemeister | 2013-04-11 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix bug when the vimeo description is empty on Python 2.x. | Adam Mesha | 2013-04-11 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Removed overly verbose options and arguments (Should be obvious from the ↵ | Philipp Hagemeister | 2013-04-11 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | previous lines) | |||||
* | | | | | | Added option --autonumber-size: | Stanislav Kupryakhin | 2013-04-11 | 2 | -1/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Specifies the number of digits in %(autonumber)s when it is present in output filename template or --autonumber option is given | |||||
* | | | | | | Merge remote-tracking branch 'sagittarian/resolve-symlinks' | Philipp Hagemeister | 2013-04-11 | 1 | -1/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Resolve the symlink if __main__.py is invoke as a symlink. | Adam Mesha | 2013-04-11 | 1 | -1/+2 | |
| |/ / / / / | ||||||
* | | | | | | Credit @catch22 for ARD IE | Philipp Hagemeister | 2013-04-11 | 1 | -0/+1 | |
| | | | | | | ||||||
* | | | | | | Minor improvements for ARD IE | Philipp Hagemeister | 2013-04-11 | 2 | -6/+20 | |
| | | | | | | ||||||
* | | | | | | added ARD InfoExtractor (german state television) | Michael Walter | 2013-04-07 | 1 | -0/+37 | |
| | | | | | | ||||||
* | | | | | | added --playpath/-y support to RTMP downloads (via 'play_path' entry in ↵ | Michael Walter | 2013-04-07 | 1 | -2/+5 | |
|/ / / / / | | | | | | | | | | | | | | | | 'info_dict') | |||||
* | | | / | Change rg3.github.com to rg3.github.io almost everywhere | Ricardo Garcia | 2013-04-06 | 4 | -5/+5 | |
| |_|_|/ |/| | | | ||||||
* | | | | release 2013.04.03 | Philipp Hagemeister | 2013-04-03 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Restore youtube-dl (update) binary (#770) | Philipp Hagemeister | 2013-04-01 | 1 | -0/+0 | |
| | | | | ||||||
* | | | | Merge pull request #764 from jaimeMF/subtitles_not_found | Filippo Valsorda | 2013-03-31 | 2 | -23/+41 | |
|\ \ \ \ | | | | | | | | | | | Fix crash when subtitles are not found | |||||
| * | | | | Don't crash in FileDownloader if subtitles couldn't be found and errors are ↵ | Jaime Marquínez Ferrándiz | 2013-03-31 | 1 | -16/+22 | |
| | | | | | | | | | | | | | | | | | | | | ignored | |||||
| * | | | | Fix crash when subtitles are not found and the option --all-subs is given | Jaime Marquínez Ferrándiz | 2013-03-31 | 1 | -0/+2 | |
| | | | | | ||||||
| * | | | | Use report_error in subtitles error handling | Jaime Marquínez Ferrándiz | 2013-03-31 | 1 | -7/+7 | |
| | | | | | ||||||
| * | | | | More fixes on subtitles errors handling | Jaime Marquínez Ferrándiz | 2013-03-30 | 1 | -2/+6 | |
| | | | | | ||||||
| * | | | | Fix crash when subtitles are not found | Jaime Marquínez Ferrándiz | 2013-03-30 | 1 | -1/+7 | |
| | | | | | ||||||
* | | | | | retry on UnavailableVideoError | Filippo Valsorda | 2013-03-31 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | import all IEs when testing to resemble more closely the real env | Filippo Valsorda | 2013-03-31 | 1 | -3/+2 | |
| | | | | | ||||||
* | | | | | don't catch YT user URLs in YoutubePlaylistIE (fix #754, fix #763) | Filippo Valsorda | 2013-03-31 | 1 | -4/+2 | |
|/ / / / | ||||||
* | | | | Different feed file name | Philipp Hagemeister | 2013-03-29 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Correct feed title | Philipp Hagemeister | 2013-03-29 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | release 2013.03.29 | Philipp Hagemeister | 2013-03-29 | 2 | -5/+11 | |
| | | | | ||||||
* | | | | Merge pull request #758 from jaimeMF/atom-feed | Philipp Hagemeister | 2013-03-29 | 2 | -0/+58 | |
|\ \ \ \ | | | | | | | | | | | Add an Atom feed generator in devscripts | |||||
| * | | | | Write a new feed each time, reading from versions.json | Jaime Marquínez Ferrándiz | 2013-03-29 | 2 | -70/+44 | |
| | | | | | ||||||
| * | | | | Add an Atom feed generator in devscripts | Jaime Marquínez Ferrándiz | 2013-03-26 | 2 | -0/+84 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge pull request #736 from rg3/retry | Filippo Valsorda | 2013-03-29 | 3 | -5/+33 | |
|\ \ \ \ | | | | | | | | | | | Exception stacking and test retry | |||||
| * | | | | Bubble up all the stack of exceptions and retry download tests on timeout errors | Filippo Valsorda | 2013-03-09 | 3 | -5/+33 | |
| | | | | | ||||||
* | | | | | Merge pull request #752 from dodo/master | Filippo Valsorda | 2013-03-29 | 1 | -0/+82 | |
|\ \ \ \ \ | | | | | | | | | | | | | SoundcloudSetIE | |||||
| * | | | | | SoundcloudSetIE | dodo | 2013-03-24 | 1 | -0/+82 | |
| | |/ / / | |/| | | | | | | | | | | | | | info extractor for soundcloud sets | |||||
* | | | | | Merge pull request #730 by @JohnyMoSwag | Filippo Valsorda | 2013-03-29 | 3 | -1/+67 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Support for Worldstarhiphop.com | |||||
| * | | | | | Added test for WorldStarHipHop | Johny Mo Swag | 2013-03-28 | 1 | -0/+9 | |
| | | | | | | ||||||
| * | | | | | forgot to fix this. | Johny Mo Swag | 2013-03-08 | 1 | -3/+1 | |
| | | | | | | ||||||
| * | | | | | catch fatal error | Johny Mo Swag | 2013-03-08 | 1 | -5/+5 | |
| | | | | | | ||||||
| * | | | | | removed str used for other project. | Johny Mo Swag | 2013-03-08 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | working - worldstarhiphop IE | Johny Mo Swag | 2013-03-07 | 2 | -3/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Support for WorldStarHipHop | |||||
| * | | | | | clean up | Johny Mo Swag | 2013-03-07 | 1 | -17/+11 | |
| | | | | | | ||||||
| * | | | | | fixed typo | Johny Mo Swag | 2013-03-06 | 1 | -1/+1 | |
| | | | | | |