Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-01 | [cbsinteractive] Add support for ZDNet videos | remitamine | |
2016-04-01 | [cnet] extract more formats | remitamine | |
2016-04-01 | [ffmpeg] try to convert tt subtitles usng dfxp2srt | remitamine | |
2016-04-01 | [common] prefer using mime type over ext for smil subtitle extraction | remitamine | |
the subtitle ext for http://www.cnet.com/videos/download-amazon-prime-movies-and-tv/ is adb_xml while using the mime type it get tt(application/smptett+xml) | |||
2016-04-01 | [camwithher] Remove extra blank line | Jaime Marquínez Ferrándiz | |
2016-04-01 | [cbsnews] Remove unused import | Jaime Marquínez Ferrándiz | |
2016-04-01 | [aenetworks] Make pep8 happy | Jaime Marquínez Ferrándiz | |
2016-04-01 | [camwithher] Improve extraction (Closes #8989) | Sergey M․ | |
2016-04-01 | [camwithher] Add extractor | theGeekPirate | |
Corrected unnecessary test Sane variable naming RTMP all .flv & url_id for _download_webpage() Corrected all outstanding issues, next up is a squash! | |||
2016-04-01 | [theplatform] extract timestamp and uploader | remitamine | |
2016-04-01 | [screencast] Improve title regexes (Closes #9025) | Sergey M․ | |
2016-04-01 | screencast.com: fallback on page title | Martin Trigaux | |
When determining the title of the page, use the <title> tag of the page | |||
2016-04-01 | [screencast] Add test | Sergey M․ | |
2016-04-01 | screencast.com: support missing www | Martin Trigaux | |
The "www." part of the URL is not mandatory | |||
2016-04-01 | [pluralsight] Remove unnecessary login/password encode | Sergey M․ | |
2016-04-01 | [lynda] Remove unnecessary login/password encode | Sergey M․ | |
2016-04-01 | [udemy] Remove unnecessary login/password encode | Sergey M․ | |
This is now covered by compat_urllib_parse_urlencode | |||
2016-04-01 | [udemy:course] Skip non-video lectures | Sergey M․ | |
2016-04-01 | [movieclips] fix extraction | remitamine | |
2016-04-01 | [cbs] add base extractor | remitamine | |
2016-04-01 | [aenetworks] improve format extraction | remitamine | |
2016-04-01 | [theplatform] sign https urls | remitamine | |
2016-04-01 | release 2016.04.012016.04.01 | Philipp Hagemeister | |
2016-04-01 | [cbs] improve extraction(closes #6321) | remitamine | |
2016-03-31 | [generic] remove sbnation test(handled by VoxMediaIE) | remitamine | |
2016-03-31 | [voxmedia] improve sbnation support | remitamine | |
2016-04-01 | [udemy:course] Use new URL format | Sergey M․ | |
2016-03-31 | [howstuffworks] improve extraction | remitamine | |
2016-04-01 | [tudou] Improve error handling (closes #8988) | Yen Chi Hsuan | |
2016-03-31 | [voxmedia] Add new extractor(closes #3182) | remitamine | |
2016-03-31 | [udemy] Remove unused import | Sergey M․ | |
2016-03-31 | [udemy:course] Simplify course curriculum downloading | Sergey M․ | |
2016-03-31 | [extractor/common] Improve _request_webpage | Sergey M․ | |
* Do not ignore data, headers and query for Requests * Default values for headers and query switched to dicts since these are used by urllib itself | |||
2016-03-31 | [utils] Use update_Request in http_request | Sergey M․ | |
2016-03-31 | [utils] Add update_Request | Sergey M․ | |
2016-03-31 | [udemy] Switch to api 2.0 (Closes #9035) | Sergey M․ | |
2016-03-31 | [beeg] Switch to api v6 (Closes #9036) | Sergey M․ | |
2016-03-31 | [nationalgeographic] add support for channel.nationalgeographic.com urls | remitamine | |
2016-03-31 | [nationalgeographic] improve extraction | remitamine | |
2016-03-31 | [tenplay] remove extractor(fixes #6927) | remitamine | |
2016-03-31 | [brightcove] relax embed_in_page regex | remitamine | |
2016-03-31 | [nbc] add new extractor for csnne.com(#5432) | remitamine | |
2016-03-31 | [cnbc] fix test | remitamine | |
2016-03-30 | [cnbc] Add new extractor(closes #8012) | remitamine | |
2016-03-30 | [myspace] improve extraction | remitamine | |
2016-03-31 | [kwuo] Port to new API and enable --cn-verification-proxy | Yen Chi Hsuan | |
2016-03-31 | [kwuo] Remove _sort_formats() from KuwoBaseIE._get_formats() | Yen Chi Hsuan | |
Following the idea proposed in 19dbaeece321c51fa336ef142507adf440e22e22 | |||
2016-03-31 | [kuwo:song] Correct song ID extraction (fixes #9033) | Yen Chi Hsuan | |
Bug introduced in daef04a4e75ccd2ff5e2d2495baa0ac9bcf75724. | |||
2016-03-30 | [tumblr] Improve _VALID_URL (Closes #9027) | Sergey M․ | |
2016-03-30 | [comcarcoff] don not depend on crackle extractor(closes #8995) | remitamine | |
previously extraction has been delegated to crackle to extract more info and subtitles #6106 but some of the episodes can't be extracted using crackle #8995. |