aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor
AgeCommit message (Collapse)Author
2016-05-12[vevo] Delay the georestriction check to prevent false alertsYen Chi Hsuan
Fixes #9408
2016-05-12[iqiyi] Fix 1080P extraction (closes #9446)Yen Chi Hsuan
2016-05-10[compat] Rename struct_(un)pack to compat_struct_(un)packYen Chi Hsuan
2016-05-10[utils,compat] Move struct_pack and struct_unpack to compat.pyYen Chi Hsuan
2016-05-09[ceskatelevize] Simplify, restore bonus video test and skip georestricted ↵Sergey M․
test (Closes #9431)
2016-05-09[ceskatelevize] Add support for live streamsTomáš Čech
Live streams has no playlist title, use title of the stream containing TV channel name. Internal m3u8 handler doesn't seem to handle well continuous streams. Add test for live stream. Remove no longer reachable test.
2016-05-08[mva] Improve _VALID_URLsSergey M․
2016-05-08[mva] Add extractor (Closes #6667)Sergey M․
2016-05-08[litv] Add new extractorYen Chi Hsuan
LiTV is a streaming platform providing free and paid legal contents in Taiwan.
2016-05-08[arte] Improve language preference (Closes #9401, closes #9162)Sergey M․
2016-05-08[telegraaf] Fix extractor (closes #9318)Yen Chi Hsuan
2016-05-07[flickr] Extract uploader URL (Closes #9426)Sergey M․
2016-05-07[flickr] extract license field(closes #9425)remitamine
2016-05-06Merge pull request #9400 from inondle/masterSergey M
[liveleak] Adds support for thumbnails and updates tests
2016-05-06[liveleak] Adds support for thumbnails, updates testsinondle
2016-05-06[vevo] Revert videoplayer.vevo.com to api.vevo.comSergey M․
2016-05-06[vevo] Allow request to api.vevo.com to fail (Closes #9417)Sergey M․
I don't know whether this it's tempopary or api has just gone
2016-05-06[youtube] Allow empty attribute values in description regexSergey M․
2016-05-06[vk] improve extraction(fixes #7976)remitamine
2016-05-06[periscope:user] Add new extractor for user pagesYen Chi Hsuan
Closes #9388
2016-05-05[redtube] PEP 8Sergey M․
2016-05-05[redtube] Extract all formats, duration, upload date and view count (Closes ↵Sergey M․
#9397)
2016-05-05[kuwo:category] Update testYen Chi Hsuan
2016-05-05[dailymail] Add new extractor(closes #2667)remitamine
2016-05-05[fczenit] Fix extraction and update testYen Chi Hsuan
Closes #9359
2016-05-04[yandexmusic:playlist] Update testSergey M․
2016-05-04[udemy] ModernizeSergey M․
2016-05-04[udemy] Fix course enroll (Closes #9393)Sergey M․
2016-05-04[yandexmusic:playlist] Respect track order for long (>150) playlistsSergey M․
2016-05-04[yandexmusic:playlist] Make title optionalSergey M․
2016-05-04[yandexmusic:playlist] Remove unused importsSergey M․
2016-05-04[yandexmusic:playlist] ModernizeSergey M․
2016-05-04[yandexmusic:playlist] Improve extraction (Closes #6801)Sergey M․
2016-05-03[vevo] Use raise_geo_restrictedSergey M․
2016-05-03[aol] Improve _VALID_URL (Closes #9381)Sergey M․
2016-05-03[xfileshare] Add support for streamin.toSergey M․
2016-05-03[xfileshare] Refactor _VALID_URL and remove ded sitesSergey M․
2016-05-03[xfileshare] Add support for thevideobee.to (Closes #9374)Sergey M․
2016-05-03[xiami] Detect georestriction and skip testsYen Chi Hsuan
2016-05-03[kuwo:category] Fix description and update testYen Chi Hsuan
2016-05-02[extractor/common] Relax wording for creator metafieldSergey M․
2016-05-02[vevo] Remove superfluous codeSergey M․
2016-05-02[vevo] Improve genre extractionSergey M․
2016-05-02[discovery] Fix typoSergey M․
2016-05-02[vevo] Extract featured artistSergey M․
2016-05-02[vevo:playlist] Add fallback for playlist idSergey M․
2016-05-02[vevo] Extract track related metafields and add artists to title (Closes #1684)Sergey M․
2016-05-02[vevo] Add test for video only available via webpageSergey M․
2016-05-02[vevo] Extract video versions from webpage as a last resort (Closes #8426, ↵Sergey M․
closes #9366)
2016-05-02[vevo] Fix _call_apiSergey M․