Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-07 | [spiegeltv] Simplify and PEP8 | Philipp Hagemeister | |
2014-05-15 | Document and test categories (#2923) | Philipp Hagemeister | |
2014-05-15 | [extractor/common] --write-pages: Correct file name if video_id is None | Philipp Hagemeister | |
2014-05-13 | [mixcloud] Shed API dependency (#2904) | Philipp Hagemeister | |
2014-05-12 | [extractor/common] Protect against long video IDs and URLs | Philipp Hagemeister | |
2014-05-05 | [soundcloud/generic] Add support for playlists | Philipp Hagemeister | |
2014-04-21 | [bilibili] Add preliminary support (#2174) | Philipp Hagemeister | |
The URL http://www.bilibili.tv/video/av636603/index_2.html does not work yet. | |||
2014-04-07 | [extractor/common] fallback on utf-8 when charset is not found | Anisse Astier | |
fixes #2721 | |||
2014-04-03 | Only mention websense URL once | Philipp Hagemeister | |
2014-04-03 | Detect Websense censorship (Fixes #2670) | Philipp Hagemeister | |
2014-03-23 | [extractor/common] Clarify preference key in formats | Philipp Hagemeister | |
2014-03-13 | Rename upload_timestamp to timestamp | Philipp Hagemeister | |
2014-03-13 | [vevo] Centralize timestamp handling | Philipp Hagemeister | |
2014-03-10 | Correct extractor documentation | Philipp Hagemeister | |
2014-03-03 | [canal13cl] Add test and improve extraction (#2498) | Philipp Hagemeister | |
2014-03-03 | Add display_id field | Philipp Hagemeister | |
2014-02-09 | [youtube] Correct invalid JSON (Fixes #2353) | Philipp Hagemeister | |
2014-01-31 | Fix extraction of og content in single quotes | dst | |
2014-01-29 | [bloomberg] Fix ooyala url extraction | Jaime Marquínez Ferrándiz | |
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. | |||
2014-01-27 | Throw an error if no video formats are found | Philipp Hagemeister | |
2014-01-27 | [huffpost] Add support | Philipp Hagemeister | |
2014-01-25 | [extractor/common] Encode the url when calculating the md5 with ↵ | Jaime Marquínez Ferrándiz | |
`—write-pages` option This doesn’t cause any problem in python 2.*, but on python 3 the `md5` function only accepts bytes. | |||
2014-01-23 | [youtube] Add new formats (Fixes #2221) | Philipp Hagemeister | |
2014-01-22 | Merge branch 'youtube-dash-manifest' | Philipp Hagemeister | |
Conflicts: youtube_dl/extractor/youtube.py | |||
2014-01-21 | [extractor/common] Clarify when and when not we generate the filename | Philipp Hagemeister | |
2014-01-21 | Deal with implicitly UTF-16 decoded webpages | Philipp Hagemeister | |
These webpages don't specify an encoding and rely on the BOM | |||
2014-01-19 | [youtube] Download DASH manifest | Philipp Hagemeister | |
If given, download and parse the DASH manifest file, in order to get ultra-HQ formats. Fixes #2166 | |||
2014-01-17 | [extractor/common] Limit --write-pages filename to 200 chars | Philipp Hagemeister | |
This avoids problems with very long URLs. | |||
2014-01-07 | [pornhub] Use centralized sorting | Philipp Hagemeister | |
2014-01-07 | [khanacademy] Add support (Fixes #2066) | Philipp Hagemeister | |
2014-01-06 | [orf] Use new extraction method (Fixes #2057) | Philipp Hagemeister | |
2014-01-03 | [jpopsuki] Simplify | Philipp Hagemeister | |
2014-01-01 | [wistia] Prefer original video format above all others | Philipp Hagemeister | |
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. | |||
2013-12-26 | Document that format_id field should be present | Philipp Hagemeister | |
2013-12-25 | [yahoo] Use centralized sorting, and add tbr field | Philipp Hagemeister | |
2013-12-24 | [zdf] Use centralized sorting | Philipp Hagemeister | |
2013-12-24 | [spiegel] Use centralized sorting | Philipp Hagemeister | |
2013-12-24 | Add temporary _sort_formats helper function | Philipp Hagemeister | |
2013-12-24 | Add a resolution field and improve general --list-formats output | Philipp Hagemeister | |
2013-12-23 | [myvideo] Use RTMP instead of RTMPT (Fixes #2032) | Philipp Hagemeister | |
2013-12-23 | [bliptv] Remove support for direct downloads | Philipp Hagemeister | |
This is now handled by the generic IE | |||
2013-12-20 | [aparat] Add support (Fixes #2012) | Philipp Hagemeister | |
2013-12-19 | [generic] Detect ooyala videos (fixes #2013) | Jaime Marquínez Ferrándiz | |
2013-12-17 | [youtube] Do not warn for videos with allow_rating=0 | Philipp Hagemeister | |
This fixes #1982 Test video: http://www.youtube.com/watch?v=gi2uH3YxohU | |||
2013-12-16 | _search_regex's "isatty" call fails with Py2exe's | Itay Brandes | |
_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. | |||
2013-12-16 | Reorder info_dict documentation | Philipp Hagemeister | |
2013-12-16 | Document duration field | Philipp Hagemeister | |
2013-12-10 | [mtv] Fixup incorrectly encoded XML documents | Philipp Hagemeister | |
2013-12-09 | Add fatal=False parameter to _download_* functions. | Philipp Hagemeister | |
This allows us to simplify the calls in the youtube extractor even further. | |||
2013-12-05 | [9gag] Like/dislike count (#1895) | Philipp Hagemeister | |