Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-20 | Merge pull request #842 - myvideo, rtmp support | Filippo Valsorda | |
@dersphere code, from dersphere/plugin.video.myvideo_de.git rewritten by @mc2avr released in the Public Domain by the author ref: https://github.com/rg3/youtube-dl/pull/842 | |||
2013-05-20 | HowcastIE: extract thumbnail | Jaime Marquínez Ferrándiz | |
2013-05-20 | VineIE: extract more information and minor style changes | Jaime Marquínez Ferrándiz | |
2013-05-20 | Add support for Vine - closes #845 | Anna Bernardi | |
2013-05-18 | Add support for Howcast.com - closes #835 | Filippo Valsorda | |
2013-05-18 | UstreamIE: get thumbnail and uploader name | Jaime Marquínez Ferrándiz | |
2013-05-15 | MyVideoIE: add rtmp support | mc2avr | |
2013-05-14 | Add extra_info argument to extract_info and process_ie_result | Jaime Marquínez Ferrándiz | |
It allows to update the info_dicts with other values (closes #840) | |||
2013-05-13 | Throw a better error if the protocol is invalid | Philipp Hagemeister | |
2013-05-13 | Simplify generic search IE (Closes #839) | Philipp Hagemeister | |
2013-05-13 | Merge remote-tracking branch 'jaimeMF/SearchIE' | Philipp Hagemeister | |
2013-05-13 | Add base class SearchInfoExtractor for search queries IEs | Jaime Marquínez Ferrándiz | |
2013-05-13 | release 2013.05.142013.05.14 | Philipp Hagemeister | |
2013-05-13 | release 2013.05.132013.05.13 | Philipp Hagemeister | |
2013-05-13 | Do not re-encode / to # if / is a platform separator, and correctly handle ↵ | Philipp Hagemeister | |
permission errors (Fixes #831) | |||
2013-05-13 | Deprecate --only-sub | Philipp Hagemeister | |
2013-05-12 | Remove a print call used for debugging | Jaime Marquínez Ferrándiz | |
2013-05-12 | YoutubeSearchIE: return a playlist (related #838) | Jaime Marquínez Ferrándiz | |
2013-05-12 | FFmpegPostProcessor: decode stderr first and then get the last line (closes ↵ | Jaime Marquínez Ferrándiz | |
#837) | |||
2013-05-12 | GoogleSearchIE: change query urls to http://www.google.com/search | Jaime Marquínez Ferrándiz | |
The old one was given HTTP 404 errors | |||
2013-05-12 | Fix YahooSearchIE: (closes #300) | Jaime Marquínez Ferrándiz | |
2013-05-12 | YahooIE: support more videos | Jaime Marquínez Ferrándiz | |
2013-05-12 | YahooIE: remove old code and accept screen.yahoo.com videos (#300) | Jaime Marquínez Ferrándiz | |
Videos require rtmpdump | |||
2013-05-09 | Merge pull request #826 from jakeogh/master | Philipp Hagemeister | |
Added --get-id option to print video IDs | |||
2013-05-10 | release 2013.05.102013.05.10 | Philipp Hagemeister | |
2013-05-09 | Retry to disable YT ratelimit to unlock full bandwidth | Filippo Valsorda | |
This is the second attempt: a60b854d9099e5a286accf8065d1dc9e00a4bfe6 Sometimes the ratelimit=yes is already in the URL, and doubling it leads to a 403. Now should work on all videos, at least works on all I could test. Closes #648 | |||
2013-05-05 | added --get-id option to print video IDs | jakeogh | |
2013-05-05 | GoogleSearchIE: rename _download_n_results to _get_n_results | Jaime Marquínez Ferrándiz | |
2013-05-05 | Credit @JohnyMoSwag for WorldstarhiphopIE (#730) | Jaime Marquínez Ferrándiz | |
2013-05-05 | Credit @julienfr112 for Ina IE (#823) | Philipp Hagemeister | |
2013-05-05 | release 2013.05.072013.05.07 | Philipp Hagemeister | |
2013-05-05 | release 2013.05.062013.05.06 | Philipp Hagemeister | |
2013-05-05 | Clean up InaIE (Closes #823) | Philipp Hagemeister | |
2013-05-05 | Add support to www.ina.fr | julien | |
2013-05-05 | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | |
Conflicts: youtube_dl/InfoExtractors.py | |||
2013-05-05 | Fix GoogleSearchIE (Fixes #822) | Philipp Hagemeister | |
2013-05-05 | FileDownloader: Simplify and document | Philipp Hagemeister | |
2013-05-05 | More callbacks changed to raise ExtractorError | Jaime Marquínez Ferrándiz | |
2013-05-05 | PhotobucketIE: accept new format of urls and add a test | Jaime Marquínez Ferrándiz | |
2013-05-05 | ArteTvIE: Fix format of upload date | Jaime Marquínez Ferrándiz | |
2013-05-04 | More callbacks changed to raise ExtractorError | Jaime Marquínez Ferrándiz | |
2013-05-04 | Merge pull request #802 from joeframbach/master | Philipp Hagemeister | |
If path and new_path are the same, then dont delete the file | |||
2013-05-04 | release 2013.05.052013.05.05 | Philipp Hagemeister | |
2013-05-04 | Add --no-check-certificate (#814) | Philipp Hagemeister | |
2013-05-04 | twitch.tv chapters (#810): print out start and end time | Philipp Hagemeister | |
2013-05-04 | twitch.tv chapters: Include uploader (#810) | Philipp Hagemeister | |
2013-05-04 | twitch.tv chapters: Use API for title and other metadata | Philipp Hagemeister | |
2013-05-04 | Improve Twitch.tv chapter support (#810) | Philipp Hagemeister | |
2013-05-04 | Work on twitch.tv chapters (#810) | Philipp Hagemeister | |
2013-05-04 | raise ExtractorError instead of calling back | Philipp Hagemeister | |