aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor
AgeCommit message (Collapse)Author
2013-08-28Allow changes to run under Python 3Philipp Hagemeister
2013-08-09 YoupornIE: Add support for hd videos and update Testrzhxeo
2013-08-07Merge remote-tracking branch 'patrickslin/patch-4'Philipp Hagemeister
2013-08-07Merge commit '7a4c6cc92f9ffec9135652a49153caffa5520c29'Philipp Hagemeister
2013-08-06Encrypted sig 87 broken again (fixes #1200)patrickslin
2013-08-06Updated the 84 length signature decryptionAndreiArba
Updated the right 84 length signature decryption 06.08.2013
2013-08-04[collegehumor] support urls in the format www.collegehumor.com/e/{video_id} ↵Jaime Marquínez Ferrándiz
(fixes #1179)
2013-08-04Add an extractor from muzu.tv (closes #1177)Jaime Marquínez Ferrándiz
2013-08-03Add an extractor for videofy.me (closes #1171)Jaime Marquínez Ferrándiz
Also modify find_xpath_attr to accept values with spaces like for id="HQ on"
2013-08-03[arte] add support for downloading from http://liveweb.arte.tv (fixes #1014)Jaime Marquínez Ferrándiz
2013-08-03[arte] Prefer vídeos without subtitles in the same language (fixes #1173) ↵Jaime Marquínez Ferrándiz
and fix crash when there's no description
2013-08-02[myvideo] add support for videos that place the video info inside ↵Jaime Marquínez Ferrándiz
www.myvideo.de/service/data/video/{id}/config (fixes #616)
2013-08-02Add an extractor for Ooyala (closes #833)Jaime Marquínez Ferrándiz
Only works for some sites, it doesn't work for videos that use a f4m manifest
2013-08-02[youtube] don't crash in verbose mode if 'ad3_module' is not defined in age ↵Jaime Marquínez Ferrándiz
protected videos (fixes #1159)
2013-08-02[youtube]: new algo for length 83 (fixes #1164)Jaime Marquínez Ferrándiz
2013-08-02[youtube] show which formats are in 3D with "-F" and in the format fieldJaime Marquínez Ferrándiz
2013-08-02Merge pull request #1163 from xanadu/masterJaime Marquínez Ferrándiz
add support for download YouTube 3d format of 3d content
2013-08-01add support for download YouTube 3d format of 3d contentAllan Zhou
2013-08-01Fix regex error when only subtitled video is available on arte.Dominik
2013-07-31[youtube] Add support for downloading videos with hlsvp (fixes #1083)Jaime Marquínez Ferrándiz
They are downloaded with a m3u8 manifest, they seem to be encrypted, but ffmpeg can handle them.
2013-07-31YoutubeIE: with age protected videos, add a missing "return" to return the ↵Jaime Marquínez Ferrándiz
signature decrypted with _decrypt_signature
2013-07-31YoutubeIE: new algo for length 86 (fixes #1156)Jaime Marquínez Ferrándiz
Now is using the same length as the flash player used for age protected videos, but the algorithm is different, so now for age protected videos it first tries to use the old algo.
2013-07-30Disable way and tf1 tests, the whole videos are served sometimes, so the md5 ↵Jaime Marquínez Ferrándiz
sum doesn't match.
2013-07-30[worldstarhiphop] Small cleanupJaime Marquínez Ferrándiz
The second check for the Vevo id is not necessary.
2013-07-30Merge pull request #1148 from JohnyMoSwag/masterJaime Marquínez Ferrándiz
[worldstarhiphop] support vevo videos
2013-07-30Merge pull request #1149 from pishposhmcgee/patch-3Jaime Marquínez Ferrándiz
[vevo] Modified m_urls regex and video_url
2013-07-29using re.searchJohny Mo Swag
2013-07-29[wat] fix the extraction of the video url (fixes #1103)Jaime Marquínez Ferrándiz
Use the direct download link for Android.
2013-07-29Add an extractor for kankan.com (closes #1133)Jaime Marquínez Ferrándiz
2013-07-29Modified m_urls regex and video_urlpishposhmcgee
Some videos have a leading slash, some do not
2013-07-29detect vevo embed fixJohny Mo Swag
2013-07-29detect vevo embedJohny Mo Swag
2013-07-29[vimeo] add an extractor for channelsJaime Marquínez Ferrándiz
2013-07-29[dailymotion] Add an extractor for Dailymotion playlistsJaime Marquínez Ferrándiz
2013-07-26Add an extractor for roxwell.com (closes #1044)Jaime Marquínez Ferrándiz
2013-07-25YoutubeIE: add algo for length 79 (fixes #1126)Jaime Marquínez Ferrándiz
2013-07-25YoutubeIE: new algo for length 81 (fixes #1127)Jaime Marquínez Ferrándiz
2013-07-25Merge pull request #1120 from pishposhmcgee/patch-1Jaime Marquínez Ferrándiz
[collegehumor] Added an option 'e' to go with 'video' or 'embed'
2013-07-25[keek] Fix testcase (Broken by accident in ↵Philipp Hagemeister
6625f82940b2701e2ccc9a6cf5808056b075e16b)
2013-07-25[ina] Allow I at start of video IDsPhilipp Hagemeister
2013-07-25[keek] Allow httpS URLs (Fixes #1123)Philipp Hagemeister
2013-07-25Merge remote-tracking branch 'pishposhmcgee/patch-2'Philipp Hagemeister
2013-07-25[ina] Fix URL detection (Fixes #1121)Philipp Hagemeister
2013-07-24changed video_url regexpishposhmcgee
Some older videos contain an extra properties such as 'embed' before 'type'.
2013-07-24Added an option 'e' to go with 'video' or 'embed'pishposhmcgee
Based on links that I've seen, /e/<videoid> also occurs in the wild, and making this substitution yields effective results.
2013-07-24[youtube] use itertools.count instead of a "while True" loop and a manual ↵Jaime Marquínez Ferrándiz
counter
2013-07-24[youtube] add an extractor for the "Watch Later" listJaime Marquínez Ferrándiz
2013-07-24Add an extractor for downloading the Youtube favorite videos(closes #127)Jaime Marquínez Ferrándiz
2013-07-24YoutubeIE: Move the code from _real_initialize to a base classJaime Marquínez Ferrándiz
This allows to reuse the code in other IEs without having to overwrite some parts.
2013-07-24YoutubePlaylistIE: break only if there's no entry field in the responseJaime Marquínez Ferrándiz
Otherwise the Favorite videos playlist cannot be downloaded complete. Also break if it reach the maximum value of the start-index.