Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | MyVideoIE: add rtmp support | mc2avr | 2013-05-15 | 2 | -15/+144 | |
* | | HowcastIE: extract thumbnail | Jaime Marquínez Ferrándiz | 2013-05-20 | 1 | -0/+8 | |
* | | VineIE: extract more information and minor style changes | Jaime Marquínez Ferrándiz | 2013-05-20 | 2 | -7/+22 | |
* | | Add support for Vine - closes #845 | Anna Bernardi | 2013-05-20 | 2 | -2/+41 | |
* | | Add support for Howcast.com - closes #835 | Filippo Valsorda | 2013-05-18 | 2 | -1/+48 | |
* | | UstreamIE: get thumbnail and uploader name | Jaime Marquínez Ferrándiz | 2013-05-18 | 2 | -7/+16 | |
|/ | ||||||
* | Add extra_info argument to extract_info and process_ie_result | Jaime Marquínez Ferrándiz | 2013-05-14 | 1 | -6/+20 | |
* | Throw a better error if the protocol is invalid | Philipp Hagemeister | 2013-05-13 | 1 | -0/+2 | |
* | Simplify generic search IE (Closes #839) | Philipp Hagemeister | 2013-05-13 | 1 | -13/+13 | |
* | Merge remote-tracking branch 'jaimeMF/SearchIE' | Philipp Hagemeister | 2013-05-13 | 1 | -76/+48 | |
|\ | ||||||
| * | Add base class SearchInfoExtractor for search queries IEs | Jaime Marquínez Ferrándiz | 2013-05-13 | 1 | -76/+48 | |
* | | release 2013.05.14 | Philipp Hagemeister | 2013-05-13 | 1 | -1/+1 | |
* | | Merge pull request #834 from chocolateboy/install_prefix_fix | Philipp Hagemeister | 2013-05-13 | 1 | -1/+11 | |
|\ \ | ||||||
| * | | only install to /etc if PREFIX is /usr or /usr/local | chocolateboy | 2013-05-10 | 1 | -1/+11 | |
* | | | release 2013.05.13 | Philipp Hagemeister | 2013-05-13 | 2 | -2/+2 | |
* | | | Do not re-encode / to # if / is a platform separator, and correctly handle pe... | Philipp Hagemeister | 2013-05-13 | 1 | -5/+14 | |
* | | | Deprecate --only-sub | Philipp Hagemeister | 2013-05-13 | 2 | -9/+4 | |
| |/ |/| | ||||||
* | | Remove a print call used for debugging | Jaime Marquínez Ferrándiz | 2013-05-12 | 1 | -1/+0 | |
* | | YoutubeSearchIE: return a playlist (related #838) | Jaime Marquínez Ferrándiz | 2013-05-12 | 1 | -1/+1 | |
* | | FFmpegPostProcessor: decode stderr first and then get the last line (closes #... | Jaime Marquínez Ferrándiz | 2013-05-12 | 1 | -1/+2 | |
* | | GoogleSearchIE: change query urls to http://www.google.com/search | Jaime Marquínez Ferrándiz | 2013-05-12 | 1 | -2/+3 | |
* | | Fix YahooSearchIE: (closes #300) | Jaime Marquínez Ferrándiz | 2013-05-12 | 1 | -50/+30 | |
* | | YahooIE: support more videos | Jaime Marquínez Ferrándiz | 2013-05-12 | 1 | -27/+48 | |
* | | YahooIE: remove old code and accept screen.yahoo.com videos (#300) | Jaime Marquínez Ferrándiz | 2013-05-12 | 2 | -110/+48 | |
|/ | ||||||
* | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | 2013-05-10 | 1 | -1/+2 | |
|\ | ||||||
| * | Import FileDownloader in test_youtube_subtitles | Jaime Marquínez Ferrándiz | 2013-05-10 | 1 | -0/+1 | |
| * | test_youtube_subtitles: FakeDownloader inherits form FileDownloader | Jaime Marquínez Ferrándiz | 2013-05-10 | 1 | -1/+1 | |
* | | Skip bandcamp tests for now - free limit has been exceeded | Philipp Hagemeister | 2013-05-10 | 1 | -1/+2 | |
|/ | ||||||
* | Merge pull request #826 from jakeogh/master | Philipp Hagemeister | 2013-05-09 | 3 | -2/+9 | |
|\ | ||||||
| * | added --get-id option to print video IDs | jakeogh | 2013-05-05 | 3 | -2/+9 | |
* | | release 2013.05.10 | Philipp Hagemeister | 2013-05-10 | 1 | -1/+1 | |
* | | Retry to disable YT ratelimit to unlock full bandwidth | Filippo Valsorda | 2013-05-09 | 1 | -4/+7 | |
|/ | ||||||
* | GoogleSearchIE: rename _download_n_results to _get_n_results | Jaime Marquínez Ferrándiz | 2013-05-05 | 1 | -5/+5 | |
* | Credit @JohnyMoSwag for WorldstarhiphopIE (#730) | Jaime Marquínez Ferrándiz | 2013-05-05 | 1 | -0/+1 | |
* | Credit @julienfr112 for Ina IE (#823) | Philipp Hagemeister | 2013-05-05 | 1 | -0/+1 | |
* | release 2013.05.07 | Philipp Hagemeister | 2013-05-05 | 1 | -1/+1 | |
* | release 2013.05.06 | Philipp Hagemeister | 2013-05-05 | 1 | -1/+1 | |
* | Clean up InaIE (Closes #823) | Philipp Hagemeister | 2013-05-05 | 1 | -17/+9 | |
* | Add support to www.ina.fr | julien | 2013-05-05 | 2 | -0/+46 | |
* | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | 2013-05-05 | 3 | -264/+169 | |
|\ | ||||||
| * | More callbacks changed to raise ExtractorError | Jaime Marquínez Ferrándiz | 2013-05-05 | 1 | -6/+6 | |
| * | PhotobucketIE: accept new format of urls and add a test | Jaime Marquínez Ferrándiz | 2013-05-05 | 2 | -9/+31 | |
| * | ArteTvIE: Fix format of upload date | Jaime Marquínez Ferrándiz | 2013-05-05 | 1 | -1/+1 | |
| * | More callbacks changed to raise ExtractorError | Jaime Marquínez Ferrándiz | 2013-05-04 | 1 | -253/+129 | |
| * | Merge pull request #802 from joeframbach/master | Philipp Hagemeister | 2013-05-04 | 1 | -1/+6 | |
| |\ | ||||||
| | * | Dont delete source file when source file and post-processed file are the same | Joe Frambach | 2013-04-24 | 1 | -1/+6 | |
* | | | Fix GoogleSearchIE (Fixes #822) | Philipp Hagemeister | 2013-05-05 | 1 | -58/+29 | |
* | | | FileDownloader: Simplify and document | Philipp Hagemeister | 2013-05-05 | 1 | -52/+51 | |
|/ / | ||||||
* | | release 2013.05.05 | Philipp Hagemeister | 2013-05-04 | 2 | -1/+2 | |
* | | Add --no-check-certificate (#814) | Philipp Hagemeister | 2013-05-04 | 2 | -1/+16 |