aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/common.py
AgeCommit message (Collapse)Author
2014-12-09[extractor/common] Add generic SMIL formats extraction routineSergey M․
2014-12-09[extractor/common] Document ie_key in url resultsPhilipp Hagemeister
2014-12-07[extractor/common] Add description to playlist_resultSergey M․
2014-12-06Allow iterators for playlist result entriesPhilipp Hagemeister
2014-12-04pep8 and minor beautification all aroundPhilipp Hagemeister
2014-11-30[youtube] Use a cookie for seeting the languageJaime Marquínez Ferrándiz
This way, we don't have to do an aditional request
2014-11-26[generic] Detect direct video links (Fixes #4149, #4313)Philipp Hagemeister
2014-11-23PEP8: applied even more rulesJouke Waleson
2014-11-23PEP8 appliedJouke Waleson
2014-11-20[extractor/common] Document _type values (Motivated by #4254)Philipp Hagemeister
2014-11-20[arte] Clean up format sorting messPhilipp Hagemeister
We now use our standard sorting facilities. As a side effect, it's finally possible to download German videos from French URLs and vice versa.
2014-11-04[heise] Fix description, thumbnail and format IDPhilipp Hagemeister
2014-11-02[util] Move compatibility functions out of utilPhilipp Hagemeister
utils is large enough without these compatibility functions. Everything that is present in newer versions of Python (i.e. with dev Python it's just an import) goes into compat.py . Everything else (i.e. youtube-dl-specific helpers) goes into utils.py .
2014-10-30Sort formats by fps as wellPhilipp Hagemeister
2014-10-30[youtube] Add formats 298, 299 (Fixes #4056)Philipp Hagemeister
2014-10-27[extractor/common] Improve m3u8 outputPhilipp Hagemeister
2014-10-26[generic] Handle audio streams that do not implement HEAD (Fixes #4032)Philipp Hagemeister
2014-10-25[viddler] Use APIPhilipp Hagemeister
2014-10-24[glide] SimplifyPhilipp Hagemeister
2014-10-14[extractor/common] Fix dumping requests with long file abspath on WindowsSergey M․
2014-10-03[utils] Default age_limit to NonePhilipp Hagemeister
If we can't parse it, it means we don't have any information, not that the content is unrestricted.
2014-10-01[utils] Improve and test js_to_jsonPhilipp Hagemeister
2014-09-28[golem] Simplify (#3828)Philipp Hagemeister
2014-09-28[common] Add new helper function _match_idPhilipp Hagemeister
2014-09-28[muenchentv] Move live title generation to commonPhilipp Hagemeister
2014-09-24[vevo] Support 1080p videos (Fixes #3656)Philipp Hagemeister
2014-09-19[muenchentv] Add support (Fixes #3507)Philipp Hagemeister
2014-09-01[common] Improve codecs extraction from m3u8Sergey M․
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