aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/common.py
AgeCommit message (Collapse)Author
2014-07-28[extractor/common] _extract_f4m_formats: Use more specific messages when ↵Jaime Marquínez Ferrándiz
downloading the manifest
2014-07-28[bloomberg] Extract the available formats (closes #2776)Jaime Marquínez Ferrándiz
It uses a helper method in the InfoExtractor class. The downloader will pick the requested formats using the bitrate in the info dict.
2014-07-25[extractor/common] PEP8Philipp Hagemeister
2014-07-23[vube] Fix comment countPhilipp Hagemeister
2014-07-21[teachertube] Fix title and playlist recognitionPhilipp Hagemeister
2014-07-21[snotr] PEP8 and minor fixes (#3296)Philipp Hagemeister
2014-07-11[screencast] Add suppot for more video types (#3236)Philipp Hagemeister
2014-07-11[vodlocker] PEP8, generalization, and simplification (#3223)Philipp Hagemeister
2014-06-26[livestream:original] Add support for folder urls (closes #2631)Jaime Marquínez Ferrándiz
The webpage only contains shortened links for the videos, since the server doesn't support HEAD requests, we use an specific extractor for them.
2014-06-07[spiegeltv] Simplify and PEP8Philipp Hagemeister
2014-05-15Document and test categories (#2923)Philipp Hagemeister
2014-05-15[extractor/common] --write-pages: Correct file name if video_id is NonePhilipp Hagemeister
2014-05-13[mixcloud] Shed API dependency (#2904)Philipp Hagemeister
2014-05-12[extractor/common] Protect against long video IDs and URLsPhilipp Hagemeister
2014-05-05[soundcloud/generic] Add support for playlistsPhilipp 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 foundAnisse Astier
fixes #2721
2014-04-03Only mention websense URL oncePhilipp Hagemeister
2014-04-03Detect Websense censorship (Fixes #2670)Philipp Hagemeister
2014-03-23[extractor/common] Clarify preference key in formatsPhilipp Hagemeister
2014-03-13Rename upload_timestamp to timestampPhilipp Hagemeister
2014-03-13[vevo] Centralize timestamp handlingPhilipp Hagemeister
2014-03-10Correct extractor documentationPhilipp Hagemeister
2014-03-03[canal13cl] Add test and improve extraction (#2498)Philipp Hagemeister
2014-03-03Add display_id fieldPhilipp Hagemeister
2014-02-09[youtube] Correct invalid JSON (Fixes #2353)Philipp Hagemeister
2014-01-31Fix extraction of og content in single quotesdst
2014-01-29[bloomberg] Fix ooyala url extractionJaime 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-27Throw an error if no video formats are foundPhilipp Hagemeister
2014-01-27[huffpost] Add supportPhilipp 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-22Merge 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 filenamePhilipp Hagemeister
2014-01-21Deal with implicitly UTF-16 decoded webpagesPhilipp Hagemeister
These webpages don't specify an encoding and rely on the BOM
2014-01-19[youtube] Download DASH manifestPhilipp 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 charsPhilipp Hagemeister
This avoids problems with very long URLs.
2014-01-07[pornhub] Use centralized sortingPhilipp 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] SimplifyPhilipp Hagemeister
2014-01-01[wistia] Prefer original video format above all othersPhilipp 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-26Document that format_id field should be presentPhilipp Hagemeister
2013-12-25[yahoo] Use centralized sorting, and add tbr fieldPhilipp Hagemeister
2013-12-24[zdf] Use centralized sortingPhilipp Hagemeister
2013-12-24[spiegel] Use centralized sortingPhilipp Hagemeister
2013-12-24Add temporary _sort_formats helper functionPhilipp Hagemeister
2013-12-24Add a resolution field and improve general --list-formats outputPhilipp Hagemeister
2013-12-23[myvideo] Use RTMP instead of RTMPT (Fixes #2032)Philipp Hagemeister
2013-12-23[bliptv] Remove support for direct downloadsPhilipp Hagemeister
This is now handled by the generic IE