Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [bloomberg] Extract the available formats (closes #2776) | Jaime Marquínez Ferrándiz | 2014-07-28 | 1 | -0/+17 | |
| | | | | | It uses a helper method in the InfoExtractor class. The downloader will pick the requested formats using the bitrate in the info dict. | |||||
* | [extractor/common] PEP8 | Philipp Hagemeister | 2014-07-25 | 1 | -1/+2 | |
| | ||||||
* | [vube] Fix comment count | Philipp Hagemeister | 2014-07-23 | 1 | -2/+6 | |
| | ||||||
* | [teachertube] Fix title and playlist recognition | Philipp Hagemeister | 2014-07-21 | 1 | -1/+1 | |
| | ||||||
* | [snotr] PEP8 and minor fixes (#3296) | Philipp Hagemeister | 2014-07-21 | 1 | -0/+2 | |
| | ||||||
* | [screencast] Add suppot for more video types (#3236) | Philipp Hagemeister | 2014-07-11 | 1 | -2/+2 | |
| | ||||||
* | [vodlocker] PEP8, generalization, and simplification (#3223) | Philipp Hagemeister | 2014-07-11 | 1 | -2/+9 | |
| | ||||||
* | [livestream:original] Add support for folder urls (closes #2631) | Jaime Marquínez Ferrándiz | 2014-06-26 | 1 | -0/+3 | |
| | | | | | The webpage only contains shortened links for the videos, since the server doesn't support HEAD requests, we use an specific extractor for them. | |||||
* | [spiegeltv] Simplify and PEP8 | Philipp Hagemeister | 2014-06-07 | 1 | -2/+6 | |
| | ||||||
* | Document and test categories (#2923) | Philipp Hagemeister | 2014-05-15 | 1 | -0/+2 | |
| | ||||||
* | [extractor/common] --write-pages: Correct file name if video_id is None | Philipp Hagemeister | 2014-05-15 | 1 | -1/+1 | |
| | ||||||
* | [mixcloud] Shed API dependency (#2904) | Philipp Hagemeister | 2014-05-13 | 1 | -0/+10 | |
| | ||||||
* | [extractor/common] Protect against long video IDs and URLs | Philipp Hagemeister | 2014-05-12 | 1 | -4/+5 | |
| | ||||||
* | [soundcloud/generic] Add support for playlists | Philipp Hagemeister | 2014-05-05 | 1 | -0/+8 | |
| | ||||||
* | [bilibili] Add preliminary support (#2174) | Philipp Hagemeister | 2014-04-21 | 1 | -2/+5 | |
| | | | | The URL http://www.bilibili.tv/video/av636603/index_2.html does not work yet. | |||||
* | [extractor/common] fallback on utf-8 when charset is not found | Anisse Astier | 2014-04-07 | 1 | -1/+4 | |
| | | | | fixes #2721 | |||||
* | Only mention websense URL once | Philipp Hagemeister | 2014-04-03 | 1 | -1/+1 | |
| | ||||||
* | Detect Websense censorship (Fixes #2670) | Philipp Hagemeister | 2014-04-03 | 1 | -0/+11 | |
| | ||||||
* | [extractor/common] Clarify preference key in formats | Philipp Hagemeister | 2014-03-23 | 1 | -1/+1 | |
| | ||||||
* | Rename upload_timestamp to timestamp | Philipp Hagemeister | 2014-03-13 | 1 | -2/+2 | |
| | ||||||
* | [vevo] Centralize timestamp handling | Philipp Hagemeister | 2014-03-13 | 1 | -0/+2 | |
| | ||||||
* | Correct extractor documentation | Philipp Hagemeister | 2014-03-10 | 1 | -3/+0 | |
| | ||||||
* | [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 | |
| |