aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor
AgeCommit message (Collapse)Author
2014-04-11[ninegag] Add support for p/ URLsPhilipp Hagemeister
2014-04-10[byutv] Fix testSergey M․
2014-04-10[mpora] Fix testSergey M․
2014-04-09[morningstar] Also support 'Cover' (#2729)Jaime Marquínez Ferrándiz
2014-04-09[morningstar] Recognize urls that use 'videoCenter' (fixes #2729)Jaime Marquínez Ferrándiz
2014-04-09[br] Add audio extraction and support more URLs (Closes #2728)Sergey M․
2014-04-09[comedycentral] Match more URLsPhilipp Hagemeister
Looks like they only offer clips instead of full episodes now. We'll need to add new parsing code as well.
2014-04-08[ntv] Update testSergey M․
2014-04-07[extractor/common] fallback on utf-8 when charset is not foundAnisse Astier
fixes #2721
2014-04-07Add support for rtve.es/alacartaJaime Marquínez Ferrándiz
2014-04-07[teamcoco] Simplify ID management (Closes #2715)Philipp Hagemeister
2014-04-07[ted] Add width and height (Fixes #2716)Philipp Hagemeister
2014-04-07[rts] Update testSergey M․
2014-04-06[cbsnews] Add support for cbsnews.com (Closes #2691)Sergey M․
2014-04-05Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2014-04-05[justin.tv] Modernize (Fixes #2705)Philipp Hagemeister
2014-04-05[novamov] SimplifySergey M․
2014-04-05[generic] Generalize novamov based embedsSergey M․
2014-04-05[divxstage] Fix typo in IE_NAMESergey M․
2014-04-05[movshare] Support more domainsSergey M․
2014-04-05[divxstage] Support more domainsSergey M․
2014-04-05[nowvideo] Support more domainsSergey M․
2014-04-05[videoweed] Revert _FILE_DELETED_REGEXSergey M․
2014-04-05[movshare] Add _FILE_DELETED_REGEXSergey M․
2014-04-05[divxstage] Add support for divxstage.euSergey M․
2014-04-05[videoweed] SimplifySergey M․
2014-04-05[movshare] Add support for movshare.netSergey M․
2014-04-05[generic] Add support for videoweed embedsSergey M․
2014-04-05[nowvideo] Improve _VALID_URLSergey M․
2014-04-05[novamov] Improve _VALID_URLSergey M․
2014-04-05[videoweed] SimplifySergey M․
2014-04-05[videoweed]CleanupSainyam Kapoor
2014-04-05[Videoweed] Added support for videoweed.Sainyam Kapoor
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