aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor
AgeCommit message (Collapse)Author
2014-04-05[justin.tv] Modernize (Fixes #2705)Philipp Hagemeister
2014-04-04Merge pull request #2696 from anovicecodemonkey/support-ustream-embedsPhilipp Hagemeister
[UstreamIE] [generic] Added support for Ustream embed URLs (Fixes #2694)
2014-04-04[rts] Use visible id in file namesPhilipp Hagemeister
Maybe the internal ID is more precise, but it's totally confusing, and the obvious ID still allows a google search.
2014-04-04[ro220] Make test case more flexiblePhilipp Hagemeister
Either one or two spaces is fine here.
2014-04-04[motorsport] Fix on Python 3Philipp Hagemeister
2014-04-04[teamcoco] Fix regex in 2.6 (#2700)Philipp Hagemeister
The re engine does not want to repeat an empty string, for fear that something like (.*)* could be matching the tokens ... "" "" "" "" "" "" Of course, that's harmless with a question mark, although still somewhat strange.
2014-04-04Merge remote-tracking branch 'AGSPhoenix/teamcoco-fix'Philipp Hagemeister
2014-04-04[yahoo] Support https and -uploader URLs (Fixes #2701)Philipp Hagemeister
2014-04-04[pornhd] Avoid shadowing variable urlPhilipp Hagemeister
2014-04-04Remove unused importsPhilipp Hagemeister
2014-04-04Revert "Workaround for regex engine limitation"AGSPhoenix
This reverts commit 6d0d573ecaf763ce2b043ef7f83a743170eab16d.
2014-04-04Workaround for regex engine limitationAGSPhoenix
2014-04-04Add a test for the new URL pagesAGSPhoenix
Add a test for the pages with the video_id in the URL.
2014-04-04Support TeamCoco URLs with video_id in the titleAGSPhoenix
If the URL has the video_id in it, use that since the current method of finding the id breaks on those pages. Fixes 2698.
2014-04-04[breakcom] Fix YouTube videos extraction (fixes #2699)Jaime Marquínez Ferrándiz
2014-04-05Fix _TEST for Ustream embed URLsanovicecodemonkey
2014-04-04[keezmovies] ModernizeJaime Marquínez Ferrándiz
2014-04-04[yahoo] ModernizeJaime Marquínez Ferrándiz
2014-04-04[pornhd] Update test checksumSergey M․
2014-04-04[pornhd] Fix extraction (Closes #2693)Sergey M․
2014-04-05[UstreamIE] [generic] Added support for Ustream embed URLs (Fixes #2694)anovicecodemonkey
2014-04-04[rts] Add more formats and audio support (Closes #2689)Sergey M․
2014-04-04[youtube:playlist] Fix playlists for logged-in users (Fixes #2690)Philipp Hagemeister
2014-04-04[cnet] Fall back to "videos" keyPhilipp Hagemeister
2014-04-04[dailymotion] Fix playlist+userPhilipp Hagemeister
2014-04-04[generic] Remove test case that has become a 404Philipp Hagemeister
2014-04-04[morningstar] Add new extractor (Fixes #2687)Philipp Hagemeister
2014-04-04[motorsport] Add extractor (Fixes #2688)Philipp Hagemeister
2014-04-03[wimp] Detect youtube videos (fixes #2686)Jaime Marquínez Ferrándiz
2014-04-03[comedycentral:shows] Do no include 6-digit identifier in display IDPhilipp Hagemeister
2014-04-03[cnet] Add new extractor (Fixes #2679)Philipp Hagemeister
2014-04-03[youtube:subscriptions] Add space to the descriptionJaime Marquínez Ferrándiz
2014-04-03[c56] Modernize and add duration extractionSergey M․
2014-04-03[comedycentral:shows] Support guest/ URLs (Fixes #2677)Philipp Hagemeister
2014-04-03[franceculture] Add extractor (Fixes #2669)Philipp Hagemeister
2014-04-03Only mention websense URL oncePhilipp Hagemeister
2014-04-03Detect Websense censorship (Fixes #2670)Philipp Hagemeister
2014-04-03[cspan] Support multiple segments (Fixes #2674)Philipp Hagemeister
2014-04-02[musicplayon] Add support for musicplayon.comSergey M․
2014-04-02[youtube] feeds: Also look for the html in the 'content_html' field (fixes ↵Jaime Marquínez Ferrándiz
#2671)
2014-04-01[comedycentral] Change XPath .//guid to ./guid (fixes #2668)Jaime Marquínez Ferrándiz
It fails to find the element in python 2.6 and it's not required, the element is a direct child of the item node.
2014-04-01[comedycentral] Update test title for 34cbc7ee8db36e85d2021455f468c5dc2da616b8Jaime Marquínez Ferrándiz
2014-04-01[rutube] Use _download_jsonJaime Marquínez Ferrándiz
2014-04-01[brightcove] Encode object_str with utf-8Sergey M․
2014-04-01[vk] Support optional dash for oid in embedded linksSergey M․
2014-04-01[youtube] Transform google's JSON dialect (fixes #2663)Philipp Hagemeister
2014-04-01[comedycentral] Allow URLs with query parts (fixes #2661)Philipp Hagemeister
2014-04-01[comedycentral] Add support for /videos URLs (Fixes #2660)Philipp Hagemeister
2014-03-31[pyvideo] ModernizeSergey M․
2014-03-30[generic] Warn before fallback to automatic searchPhilipp Hagemeister