aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/generic.py
AgeCommit message (Collapse)Author
2015-02-19[generic] Correct test casePhilipp Hagemeister
Video has been reuploaded / edited
2015-02-18Extend various playlist testsPhilipp Hagemeister
2015-02-16[rtlnl|generic] Add support for rtl.nl embeds (Fixes #4959)Philipp Hagemeister
2015-02-09[generic] Improve SBS detection (Fixes #4899)Philipp Hagemeister
2015-02-09[generic] Add support for jwPlayer YouTube videosPhilipp Hagemeister
This makes nationalarchives.gov.uk work (Fixes #4907, fixes #4876)
2015-02-04[generic/ooyala] Add support for Ooyala embeds on SBN network websites ↵naglis
(Fixes #4859)
2015-01-30The opening curly brace `{` is a regex reserved [control ↵codesparkle
character](http://stackoverflow.com/a/400316/1106367), so it needs to be escaped.
2015-01-28[generic] Improve some regexesSergey M․
2015-01-28fixed viddler support - needed a Referer header; also added a viddlerShaya G
generic extractor
2015-01-25[generic] Improve description testcase in rss testPhilipp Hagemeister
2015-01-23[generic] Add support for Cinerama player (Fixes #4752)Philipp Hagemeister
2015-01-23[generic] Add support for BOMs (Fixes #4753)Philipp Hagemeister
2015-01-05[generic] PEP8Philipp Hagemeister
2015-01-05[ted] Add support for embed-ssl.ted.com embedded videosJaime Marquínez Ferrándiz
2015-01-05[generic] Update some testsJaime Marquínez Ferrándiz
2015-01-02[generic] Add BBC iPlayer playlist testSergey M․
2015-01-02[generic] Generalize BBC iPlayer playlist extractionSergey M․
2015-01-02[generic] Make getter None by defaultSergey M․
2015-01-02[generic] Add support for BBC iPlayer embeds (Closes #4619)Sergey M․
2014-12-30Add documentation about supported sites (Fixes #4503)Philipp Hagemeister
2014-12-12[cinchcast] Add new extractor (Fixes #4428)Philipp Hagemeister
2014-11-26[generic] Detect direct video links (Fixes #4149, #4313)Philipp Hagemeister
2014-11-25[generic] Add support for LazyYT embeds (Fixes #4306)Philipp Hagemeister
2014-11-23Fix all PEP8 issues except E501Philipp Hagemeister
2014-11-23PEP8: applied even more rulesJouke Waleson
2014-11-23PEP8: E225,E227Jouke Waleson
2014-11-23PEP8: more appliedJouke Waleson
2014-11-23PEP8 appliedJouke Waleson
2014-11-21[generic] Add support for single quotes in HTML5 videos (Fixes #4265)Philipp Hagemeister
2014-11-13[generic] Add support for livestream embeds (Fixes #4185)Philipp Hagemeister
2014-11-06Merge pull request #4076 from ghedo/direct_typeJaime Marquínez Ferrándiz
[generic] indicate when a direct video has been extracted
2014-11-06[brightcove] Extract m3u8 formats (#3541)Naglis Jonaitis
2014-11-03[generic/brightcove] Add a new test case for kijk.nl (#3541)Naglis Jonaitis
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-11-01[generic] indicate when a direct video has been extractedAlessandro Ghedini
Fixes #4052.
2014-11-01[generic] Improve MLB iframe regexSergey M․
2014-10-29[generic] Allow soundcloud embeds with additional attributesPhilipp Hagemeister
2014-10-28[generic] Fix HTML5 video regexpPhilipp Hagemeister
2014-10-27[generic] Fix test titlePhilipp Hagemeister
2014-10-26[generic] Correct call to _webpage_read_full_contentPhilipp Hagemeister
2014-10-26[generic] Add a test case for direct links with broken HEAD (#4032)Philipp Hagemeister
2014-10-26[generic] Handle audio streams that do not implement HEAD (Fixes #4032)Philipp Hagemeister
2014-10-26[generic] Allow new SWFObject()-style importsPhilipp Hagemeister
This embed style is used on http://www.bitburger-open.de/ , but that is not included as a test case since the format is likely to be temporary.
2014-10-23[generic] Allow --default-search without colonPhilipp Hagemeister
2014-10-23[generic/wistia] Improve regexSergey M․
2014-10-23[thoughtworks] wistia regex modifieddinesh
2014-10-23[thoughtworks] wistia support addeddinesh
2014-10-18[generic] Make sure Wistia embed URLs contain the protocol (Closes #3977)Naglis Jonaitis
Also, improve detection (Addresses #3662)
2014-10-15[generic] Correct handling of embedded vimeo players (#3955)Philipp Hagemeister
2014-10-13[condenast] Add support for embedded videos (Closes #3929)Sergey M․