Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [canal13cl] Add test and improve extraction (#2498) | Philipp Hagemeister | 2014-03-03 | 1 | -2/+2 | |
| | ||||||
* | Add display_id field | Philipp Hagemeister | 2014-03-03 | 1 | -0/+4 | |
| | ||||||
* | [youtube] Correct invalid JSON (Fixes #2353) | Philipp Hagemeister | 2014-02-09 | 1 | -1/+4 | |
| | ||||||
* | Fix extraction of og content in single quotes | dst | 2014-01-31 | 1 | -1/+1 | |
| | ||||||
* | [bloomberg] Fix ooyala url extraction | Jaime Marquínez Ferrándiz | 2014-01-29 | 1 | -0/+4 | |
| | | | | | Added a helper method to InfoExtractor for searching the ‘twitter:player’ meta property. Now the OoyalaIE also recognizes the ‘ec’ parameter in the url as the embed code. | |||||
* | Throw an error if no video formats are found | Philipp Hagemeister | 2014-01-27 | 1 | -0/+3 | |
| | ||||||
* | [huffpost] Add support | Philipp Hagemeister | 2014-01-27 | 1 | -1/+1 | |
| | ||||||
* | [extractor/common] Encode the url when calculating the md5 with ↵ | Jaime Marquínez Ferrándiz | 2014-01-25 | 1 | -1/+1 | |
| | | | | | | `—write-pages` option This doesn’t cause any problem in python 2.*, but on python 3 the `md5` function only accepts bytes. | |||||
* | [youtube] Add new formats (Fixes #2221) | Philipp Hagemeister | 2014-01-23 | 1 | -0/+1 | |
| | ||||||
* | Merge branch 'youtube-dash-manifest' | Philipp Hagemeister | 2014-01-22 | 1 | -0/+1 | |
|\ | | | | | | | | | Conflicts: youtube_dl/extractor/youtube.py | |||||
| * | [youtube] Download DASH manifest | Philipp Hagemeister | 2014-01-19 | 1 | -0/+1 | |
| | | | | | | | | | | If given, download and parse the DASH manifest file, in order to get ultra-HQ formats. Fixes #2166 | |||||
* | | [extractor/common] Clarify when and when not we generate the filename | Philipp Hagemeister | 2014-01-21 | 1 | -1/+1 | |
| | | ||||||
* | | Deal with implicitly UTF-16 decoded webpages | Philipp Hagemeister | 2014-01-21 | 1 | -0/+2 | |
|/ | | | | These webpages don't specify an encoding and rely on the BOM | |||||
* | [extractor/common] Limit --write-pages filename to 200 chars | Philipp Hagemeister | 2014-01-17 | 1 | -0/+4 | |
| | | | | This avoids problems with very long URLs. | |||||
* | [pornhub] Use centralized sorting | Philipp Hagemeister | 2014-01-07 | 1 | -0/+1 | |
| | ||||||
* | [khanacademy] Add support (Fixes #2066) | Philipp Hagemeister | 2014-01-07 | 1 | -0/+10 | |
| | ||||||
* | [orf] Use new extraction method (Fixes #2057) | Philipp Hagemeister | 2014-01-06 | 1 | -0/+5 | |
| | ||||||
* | [jpopsuki] Simplify | Philipp Hagemeister | 2014-01-03 | 1 | -1/+1 | |
| | ||||||
* | [wistia] Prefer original video format above all others | Philipp Hagemeister | 2014-01-01 | 1 | -1/+2 | |
| | | | | We could also set up a formula which would weigh filesize/bitrate and vcodec/acodec (say, 1GB h264 < 3 GB MPEG2 < 2 GB h264), but that would get really messy real soon. | |||||
* | Document that format_id field should be present | Philipp Hagemeister | 2013-12-26 | 1 | -1/+2 | |
| | ||||||
* | [yahoo] Use centralized sorting, and add tbr field | Philipp Hagemeister | 2013-12-25 | 1 | -0/+1 | |
| | ||||||
* | [zdf] Use centralized sorting | Philipp Hagemeister | 2013-12-24 | 1 | -1/+9 | |
| | ||||||
* | [spiegel] Use centralized sorting | Philipp Hagemeister | 2013-12-24 | 1 | -0/+5 | |
| | ||||||
* | Add temporary _sort_formats helper function | Philipp Hagemeister | 2013-12-24 | 1 | -0/+41 | |
| | ||||||
* | Add a resolution field and improve general --list-formats output | Philipp Hagemeister | 2013-12-24 | 1 | -3/+10 | |
| | ||||||
* | [myvideo] Use RTMP instead of RTMPT (Fixes #2032) | Philipp Hagemeister | 2013-12-23 | 1 | -0/+5 | |
| | ||||||
* | [bliptv] Remove support for direct downloads | Philipp Hagemeister | 2013-12-23 | 1 | -2/+0 | |
| | | | | This is now handled by the generic IE | |||||
* | [aparat] Add support (Fixes #2012) | Philipp Hagemeister | 2013-12-20 | 1 | -0/+2 | |
| | ||||||
* | [generic] Detect ooyala videos (fixes #2013) | Jaime Marquínez Ferrándiz | 2013-12-19 | 1 | -2/+4 | |
| | ||||||
* | [youtube] Do not warn for videos with allow_rating=0 | Philipp Hagemeister | 2013-12-17 | 1 | -3/+4 | |
| | | | | | This fixes #1982 Test video: http://www.youtube.com/watch?v=gi2uH3YxohU | |||||
* | _search_regex's "isatty" call fails with Py2exe's | Itay Brandes | 2013-12-16 | 1 | -1/+1 | |
| | | | | | | | | | _search_regex calls the sys.stderr.isatty() function for unix systems. Py2exe uses a custom Stderr() stream which doesn't have an `isatty()` function, leading to it's crash. Fixes easily with checking that it's a unix system first. | |||||
* | Reorder info_dict documentation | Philipp Hagemeister | 2013-12-16 | 1 | -25/+27 | |
| | ||||||
* | Document duration field | Philipp Hagemeister | 2013-12-16 | 1 | -1/+2 | |
| | ||||||
* | [mtv] Fixup incorrectly encoded XML documents | Philipp Hagemeister | 2013-12-10 | 1 | -1/+4 | |
| | ||||||
* | Add fatal=False parameter to _download_* functions. | Philipp Hagemeister | 2013-12-09 | 1 | -7/+23 | |
| | | | | This allows us to simplify the calls in the youtube extractor even further. | |||||
* | [9gag] Like/dislike count (#1895) | Philipp Hagemeister | 2013-12-05 | 1 | -0/+3 | |
| | ||||||
* | [smotri] Simplify | Philipp Hagemeister | 2013-12-02 | 1 | -1/+2 | |
| | ||||||
* | [zdf] Use _download_xml | Philipp Hagemeister | 2013-11-28 | 1 | -1/+2 | |
| | ||||||
* | Merge branch 'opener-to-ydl' | Philipp Hagemeister | 2013-11-25 | 1 | -2/+2 | |
|\ | ||||||
| * | Merge branch 'master' into opener-to-ydl | Philipp Hagemeister | 2013-11-24 | 1 | -1/+9 | |
| |\ | ||||||
| * | | Move the opener to the YoutubeDL object. | Philipp Hagemeister | 2013-11-22 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | This is the first step towards being able to just import youtube_dl and start using it. Apart from removing global state, this would fix problems like #1805. | |||||
* | | | Remove quality_name field and improve zdf extractor | Philipp Hagemeister | 2013-11-25 | 1 | -1/+0 | |
| | | | ||||||
* | | | [zdf/common] Use API in ZDF extractor. | Philipp Hagemeister | 2013-11-25 | 1 | -0/+2 | |
| |/ |/| | | | | | | | This also comes with a lot of extra format fields Fixes #1518 | |||||
* | | [collegehumor] Encode the xml before calling ↵ | Jaime Marquínez Ferrándiz | 2013-11-24 | 1 | -0/+6 | |
| | | | | | | | | | | | | xml.etree.ElementTree.fromstring (fixes #1822) Uses a new helper method in InfoExtractor: _download_xml | |||||
* | | Match --download-archive during playlist processing (Fixes #1745) | Philipp Hagemeister | 2013-11-22 | 1 | -1/+3 | |
|/ | ||||||
* | Add support for tou.tv (Fixes #1792) | Philipp Hagemeister | 2013-11-20 | 1 | -0/+28 | |
| | ||||||
* | Add automatic generation of format note based on bitrate and codecs | Philipp Hagemeister | 2013-11-16 | 1 | -0/+4 | |
| | ||||||
* | Don't accept '>' inside the content attribute in OpenGraph regexes | Jaime Marquínez Ferrándiz | 2013-11-15 | 1 | -3/+5 | |
| | ||||||
* | Improve the OpenGraph regex | Jaime Marquínez Ferrándiz | 2013-11-15 | 1 | -5/+9 | |
| | | | | | * Do not accept '>' between the property and content attributes. * Recognize the properties if the content attribute is before the property attribute using two regexes (fixes the extraction of the description for SlideshareIE). | |||||
* | [common] Simplify og_search_property | Philipp Hagemeister | 2013-11-12 | 1 | -3/+3 | |
| |