aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor
AgeCommit message (Collapse)Author
2014-09-22Merge remote-tracking branch 'origin/master'Philipp Hagemeister
2014-09-21[npo] Add extractor for tegenlicht.vpro.nl (closes #3778)Jaime Marquínez Ferrándiz
2014-09-21[thvideo] Support mobile URLs as wellPhilipp Hagemeister
2014-09-21[theplatform] Correctly extract videos that don't use f4m or rtmp (reported ↵Jaime Marquínez Ferrándiz
in #3176)
2014-09-21Merge remote-tracking branch 'diffycat/thvideo'Philipp Hagemeister
2014-09-21[nbc] Update testJaime Marquínez Ferrándiz
2014-09-21[theplatform] Extract all formats for f4m videosJaime Marquínez Ferrándiz
2014-09-21[yourupload] Add new extractor. Fixes #3085Naglis Jonaitis
2014-09-21[dropbox] Recognize 'https://www.dropbox.com/sh/*' urls (fixes #3795)Jaime Marquínez Ferrándiz
And extract the title from the url last path component.
2014-09-21[thvideo] Add support for THVideoAnton Larionov
2014-09-21[mgoon] Add new extractorNaglis Jonaitis
2014-09-21[tube8] Improve _VALID_URL and add display_idSergey M
2014-09-21Merge pull request #3801 from megustamucho/masterSergey M.
[tube8] Improved regex
2014-09-21[noco] Adapt to API v1.1 (Closes #3797)Sergey M
2014-09-20Merge remote-tracking branch 'upstream/master'megustamucho
2014-09-20[divxstage] added .to TLDMarco Schuster
Example video "http://www.divxstage.eu/video/930c52709d2" which gets redirected to .to TLD
2014-09-19[franceinter] Fix extraction and modernizeSergey M․
2014-09-19[muenchentv] Add support (Fixes #3507)Philipp Hagemeister
2014-09-18[moniker] rename from hypestat (#3788)Philipp Hagemeister
2014-09-18[soundcloud] Fix non-secret playlistsPhilipp Hagemeister
2014-09-18[hypestat] Match URLs with www. and https://Philipp Hagemeister
2014-09-18[hypestat] Unify allmyvideos and vidspot (Closes #3788)Philipp Hagemeister
2014-09-18[1up.com] Urls end now with '.html'Jaime Marquínez Ferrándiz
2014-09-18[ign] Fix extractionJaime Marquínez Ferrándiz
2014-09-18[drtuber] Fix categoriesSergey M․
2014-09-18[soundcloud] Secret playlists and setsdequis
Closes #3707 again. No test cases because I don't know what urls to use that won't be turned into public eventually (as it happened with the first one in that ticket)
2014-09-18[soundcloud] Support api urls with secret_token, Closes #3707dequis
2014-09-18[videomega] Simplify (#3786)Philipp Hagemeister
* Use raw strings (r'foo') for regular expressions (enables highlighting and avoids some errors). * title is always true-ish
2014-09-17[videomega] Add new extractor. Closes #3775Naglis Jonaitis
2014-09-17[npo] Improve formats extraction (Closes #3782)Sergey M․
2014-09-16Merge remote-tracking branch 'origin/master'Philipp Hagemeister
2014-09-16[allmyvideos] Support multiple formatsPhilipp Hagemeister
2014-09-16[generic] The url in the <meta redirect> doesn't need to be enclosed in ↵Jaime Marquínez Ferrándiz
single quotes (fixes #3770) See the examples in https://en.wikipedia.org/wiki/Meta_refresh or the shortened urls from https://t.co/.
2014-09-16Change tabs to spacesCarlos Ramos
2014-09-16Added new host: allmyvideos.netCarlos Ramos
2014-09-16[francetv] Adapt to new API (Closes #3751, closes #3769)Sergey M․
2014-09-16[ard] Remove URL path escapingSergey M․
This is now implemented generic in YoutubeDL.urlopen
2014-09-16[nhl] Match videos without catid (Fixes #3764)Philipp Hagemeister
2014-09-15[behindkink] Remove call to report_extractionPhilipp Hagemeister
2014-09-15Merge remote-tracking branch '5moufl/behindkink'Philipp Hagemeister
2014-09-15[einthusan] Add description and beautifyPhilipp Hagemeister
2014-09-15Fixed testsPhilipp Hagemeister
2014-09-15Merge commit '98703c7fbfcf06348220aa63f9422cdd792cfe1a'Philipp Hagemeister
2014-09-15Merge remote-tracking branch 'naglis/nosvideo'Philipp Hagemeister
2014-09-15[nosvideo] Make more robust against missing metadataNaglis Jonaitis
2014-09-15Merge remote-tracking branch 'naglis/turbo'Philipp Hagemeister
2014-09-15[daum] Support non-numeric video IDs (Fixes #3749)Philipp Hagemeister
2014-09-15Merge remote-tracking branch 'origin/master'Philipp Hagemeister
2014-09-15[facebook] Fix support for untitled videos (Fixes #3757)Philipp Hagemeister
2014-09-15[BehindKink] Minor fixes5moufl
- fix _VALID_URL regex - remove unnecessary variable - remove second call of report_extraction