aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/extractors.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | [tagesschau] Separate player extractorSergey M․2016-05-011-1/+4
| |
* | [xiami] Improve extraction (Closes #9079)Sergey M․2016-04-301-1/+1
| | | | | | | | | | | | * Switch to JSON source * Add abstract IE for playlists * Extract more track related metadata
* | [xiami] Add xiami extractorBlahGeek2016-04-301-0/+6
| |
* | [viewlift] replace SnagFilms extractorsremitamine2016-04-291-4/+4
| | | | | | | | | | - add support for other sites that use the same logic - improve format extraction and sorting
* | [sexykarma] Rename to WatchIndianPornIE and fix extractionYen Chi Hsuan2016-04-291-1/+1
| |
* | Revert "[sexykarma] Remove the extractor"Yen Chi Hsuan2016-04-291-0/+1
| | | | | | | | This reverts commit 31ff3c074eddf4078b6eb49281830875eb4e65a1.
* | [sexykarma] Remove the extractorYen Chi Hsuan2016-04-291-1/+0
| | | | | | | | | | | | Its domain name is on sale. Closes #9317
* | Merge branch 'mwave-meetgreet' of https://github.com/pmrowla/youtube-dl into ↵Yen Chi Hsuan2016-04-281-1/+1
|\ \ | | | | | | | | | pmrowla-mwave-meetgreet
| * | [mwave] Add Mwave Meet & Greet extractorPeter Rowlands2016-04-271-1/+1
| | |
* | | [malemotion] Remove the extractorYen Chi Hsuan2016-04-271-1/+0
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Announcement from their homepage: ``` MaleMotion is closed After another system crash, I'm forced to close the site This week all content will be erased Don't forget to cancel your subscription if any ! ``` Closes #9311.
* / [muzu] Remove extractorYen Chi Hsuan2016-04-251-1/+0
|/ | | | | | MUZU is shutting down in October 2015. [1] [1] http://www.musicbusinessworldwide.com/youtube-rival-muzu-is-heading-into-liquidation/
* [nhl] Add new extractor(closes #8419)(closes #8798)remitamine2016-04-221-2/+3
|
* [dump] Remove extractorSergey M․2016-04-211-1/+0
|
* [planetaplay] Remove remainings of extractorSergey M․2016-04-211-1/+0
|
* [dispeak] Rename DigitalSpeaking to DigitallySpeakingYen Chi Hsuan2016-04-221-1/+1
|
* [mgtv] Add new extractor (closes #9212)Yen Chi Hsuan2016-04-211-0/+1
|
* [dispeak] Add new extractorYen Chi Hsuan2016-04-211-0/+1
| | | | Both GDCVault and GPUTechConf uses the service of DigitalSpeaking.
* [quickvid] Remove extractor (Closes #9258)Sergey M․2016-04-201-1/+0
|
* [people] Add extractorSergey M․2016-04-201-0/+1
|
* [theonion] Remove extractor (Closes #9220)Sergey M․2016-04-171-1/+0
| | | | It now uses generic onionstudios embed
* [nerdist] Remove extractorSergey M․2016-04-171-1/+0
| | | | It now uses brightcove
* [mooshare] Remove extractorSergey M․2016-04-161-1/+0
|
* [mixcloud:stream] Add new extractorYen Chi Hsuan2016-04-151-1/+2
| | | | Closes #7633
* Merge branch 'Phaeilo-mixcloud'Yen Chi Hsuan2016-04-151-1/+5
|\
| * [mixcloud] Added support for user uploads, playlists, favorites and listens.Philip Huppert2016-04-121-1/+5
| | | | | | | | Fixes #3750 and #5272
* | [wayofthemaster] Remove extractorYen Chi Hsuan2016-04-151-1/+0
| | | | | | | | Now it's using YouTube embeds.
* | [ubu] Remove extractorYen Chi Hsuan2016-04-151-1/+0
| | | | | | | | | | | | 1. Videos on ubu.com are now hosted on Vimeo 2. The duration is far from correct, and may not exist on other videos (For example http://ubu.com/film/hammons_king.html)
* | [tdslifeway] Add TDSLifewayIEYen Chi Hsuan2016-04-151-0/+1
| | | | | | | | Used by MinistryGridIE
* | [arte:creative] Improve _VALID_URLSergey M․2016-04-141-0/+1
|/
* [jadorecettepub] Remove extractor: website goneYen Chi Hsuan2016-04-121-1/+0
|
* Revert "[openclassroom] Add new extractor(closes #9147)"remitamine2016-04-111-1/+0
| | | | This reverts commit 13267a2be37371bd3e8aea0bc7549f4ed2465c03.
* [openclassroom] Add new extractor(closes #9147)remitamine2016-04-111-0/+1
|
* Merge branch 'Phaeilo-presstv'Yen Chi Hsuan2016-04-111-0/+1
|\
| * [presstv] Added extractor PressTV.Philip Huppert2016-04-091-0/+1
| | | | | | | | Fixes #7060
* | [extractor/extractors] Remove non-existant importsSergey M․2016-04-101-6/+0
| |
* | [cliprs] Add extractor (Closes #9099)Sergey M․2016-04-101-0/+7
|/
* Move the extreactors import to youtube_dl/extractor/extractors.pyJaime Marquínez Ferrándiz2016-04-081-0/+991