aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor
AgeCommit message (Collapse)Author
2014-10-24[motherless] SimplifyPhilipp Hagemeister
2014-10-24Add group videos support for motherlessFilip B
Modified motherless regular expression. Previously it matched only URLs like this: motherless.com/ID Now it also matches this: motherless.com/g/group_name/ID All tests including the newly added one passed.
2014-10-24Add another motherless testFilip B
This test is for videos posted in groups. URL looks like this: motherless.com/g/group_name/ID which is basically the same as motherless.com/ID So far this test fails because I haven't improved the extractor yet.
2014-10-24Fix motherless test 0Filip B
Apparently motherless no longer serves flv for that video (or maybe even other videos). So I changed expected extension from flv to mp4 and changed expected md5 accordingly.
2014-10-24[glide] SimplifyPhilipp Hagemeister
2014-10-24Merge remote-tracking branch 'thornomad/glide'Philipp Hagemeister
2014-10-24[vidzi] Use proper test case and simplify (#3989)Philipp Hagemeister
2014-10-24[vidzi] SimplifyPhilipp Hagemeister
2014-10-24[vidzi] Correct order in imports (#3989)Philipp Hagemeister
2014-10-24vidzi Add new extractorwinwon
2014-10-24[bild] Simplify (#3983)Philipp Hagemeister
2014-10-24Merge remote-tracking branch 'capital-G/master'Philipp Hagemeister
2014-10-23[crunchyroll] Correct parsing (Fixes #4014)Philipp Hagemeister
2014-10-23[mitele] Fix on python 2.xJaime Marquínez Ferrándiz
2014-10-23[generic] Allow --default-search without colonPhilipp Hagemeister
2014-10-23[telecino] Add coding declarationPhilipp Hagemeister
2014-10-23[telecinco] Add extractor (closes #4005)Jaime Marquínez Ferrándiz
It uses the same extraction process as mitele.es, but with a few small differences.
2014-10-23[funnyordie] Fix extraction (Closes #4011)Sergey M․
2014-10-23[generic/wistia] Improve regexSergey M․
2014-10-23Merge pull request #4009 from Dineshs91/thoughtworksSergey M.
[thoughtworks] wistia support added
2014-10-23[thoughtworks] wistia regex modifieddinesh
2014-10-23[francetv] Lower preference of direct links (Closes #4010, closes #3947)Sergey M․
Direct links fail with 403, fallback on f4m for now until further investigations.
2014-10-23[thoughtworks] wistia support addeddinesh
2014-10-23[cinemassacre] Fix extraction (Closes #4008)Sergey M․
2014-10-23[pbs] Add support for tabbed frontline videos (Closes #4006)Sergey M․
2014-10-23[youtube] Only set language when necessaryPhilipp Hagemeister
We only need to set the language when we are using a login; otherwise it will always be English.
2014-10-22[francetv] Force m3u8 formats extension to mp4 (Closes #3997)Sergey M․
2014-10-21[arte.tv] Remove unused importSergey M․
2014-10-21[arte.tv:+7] Improve title extraction (Closes #3995)Sergey M․
2014-10-20[arte.tv:+7] Use original format ids to avoid duplicatesSergey M․
2014-10-19[cnn] Fix for urls ending in '.cnn-ap' (fixes #3985)Jaime Marquínez Ferrándiz
2014-10-18added "bild.de" as extractorscheiba
2014-10-19[sexykarma] Add support for watchindianpornSergey M
2014-10-19[sexykarma] Improve and simplifySergey M
2014-10-19Merge branch 'sexykarma' of https://github.com/CkuT/youtube-dl into ↵Sergey M
CkuT-sexykarma
2014-10-18[twitch] Remove superfluous commaSergey M
2014-10-18[arte.tv:+7] Append media type to format_id (Closes #3967)Sergey M․
2014-10-18[generic] Make sure Wistia embed URLs contain the protocol (Closes #3977)Naglis Jonaitis
Also, improve detection (Addresses #3662)
2014-10-17[twitch] Update tests and minor improvementsSergey M․
2014-10-17[twitch] Rename extractor and support channel videosSergey M․
2014-10-17[vimeo] Improve regex for the config js dict (fixes #3955, fixes #3974)Jaime Marquínez Ferrándiz
The javascript code contains assignments of empty dicts with the same variable name
2014-10-16[twitch] Adapt to new API (Fixes #3946, Fixes #3949, Fixes #3965)Sergey M․
Work in progress
2014-10-15Add categoriesCkuT
2014-10-15Few improvementsCkuT
2014-10-15[SexyKarma] Add new extractorCkuT
2014-10-15[generic] Correct handling of embedded vimeo players (#3955)Philipp Hagemeister
2014-10-15[ted] Add support for external videos (fixes #3948)Jaime Marquínez Ferrándiz
2014-10-15[mixcloud] Output downloading progressPhilipp Hagemeister
2014-10-14[extractor/common] Fix dumping requests with long file abspath on WindowsSergey M․
2014-10-13[glide] Add new extractorDamon Timm
Added an extractor for glide.me shared messages. Glide is a movile video messaging services. You can share the link to the messages easily enough and this would allow you to download and save the actual video.