aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/common.py
AgeCommit message (Collapse)Author
2014-08-28[extractor/common] Correct typoPhilipp Hagemeister
2014-08-28[sportdeutschland] Add support for more plain videosPhilipp Hagemeister
2014-08-28[extractor/common] ModernizePhilipp Hagemeister
2014-08-27[muscivault] Add extractor (Fixes #3593)Philipp Hagemeister
2014-08-26[sportdeutschland] add new extractorPhilipp Hagemeister
2014-08-25[extractor/common] Generate better f4m format IDsPhilipp Hagemeister
2014-08-24Merge remote-tracking branch 'riking/twofactor'Philipp Hagemeister
2014-08-24[grooveshark,http] Make HTTP POST downloads workPhilipp Hagemeister
2014-08-21[escapist] Add support for og:video:url (Fixes #3557)Philipp Hagemeister
2014-08-16Remove debug printsriking
2014-08-16[youtube] Add two-factor account signin (TOTP only)riking
Additional work is required to prompt the user for the SMS or phone call codes, as there is no framework currently to prompt the user during an extraction operation. Fixes #3533
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