aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor
AgeCommit message (Collapse)Author
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
2014-09-15[turbo] Add new extractorNaglis Jonaitis
2014-09-15[vporn] Make video URL regex more strictSergey M․
There is a garbage instead of proper URL for some HD videos
2014-09-14Einthusan Add new extractorHaricharan Padmanaban
2014-09-14[cloudy] Retry extraction on 410 status code (#3743 #3744)Sergey M․
2014-09-14[tumblr] ModernizePhilipp Hagemeister
2014-09-14[cloudy] Add support for videoraj.chSergey M․
2014-09-14[cloudy] Minor changesSergey M․
2014-09-14[cloudy] Add new extractor. Closes #3743naglis
2014-09-13[BehindKink] Add new extractor5moufl
2014-09-13[drtv] Fix _VALID_URL (Closes #3735)Sergey M․
2014-09-13[pornhd] Fix extraction (Closes #3739)Sergey M․
2014-09-13[adultswim] Avoid extremely long linesPhilipp Hagemeister
2014-09-13[ard] Make more robust against missing thumbnailsPhilipp Hagemeister
I cannot reproduce this error, it's from travis.
2014-09-13[br] Remove deleted video test casePhilipp Hagemeister
2014-09-13[chilloutzone] Make test case more flexiblePhilipp Hagemeister
2014-09-13[facebook] Fix and caption if title is emptyPhilipp Hagemeister
2014-09-13[deezer] Add support for geoblockingPhilipp Hagemeister
2014-09-13[youporn] Remove md5 from testPhilipp Hagemeister
Has changed multiple times, and we're checking that it looks like a video now by default.
2014-09-13[youtube] ModernizePhilipp Hagemeister
2014-09-13[youtube] Correct description in test casePhilipp Hagemeister
2014-09-13[xhamster] Remove md5sums from testsPhilipp Hagemeister
We're now checking that the file is sufficiently large by default, and they seem to reencode the videos from time to time.
2014-09-13[spiegel] Remove deleted video from test casesPhilipp Hagemeister
2014-09-13[swrmediathek] Remove deleted video test casePhilipp Hagemeister
2014-09-13[prosiebensat1] Make upload_date optionalPhilipp Hagemeister
The site has a crazy incorrect date in German formatting, but the correct date is nowhere to be found.
2014-09-13[prosiebensat1] Fix bitrate calculationPhilipp Hagemeister