aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
AgeCommit message (Collapse)Author
2013-09-06release 2013.09.06.12013.09.06.1Philipp Hagemeister
2013-09-06[youtube] Users: download from the api in json to simplify extraction (fixes ↵Jaime Marquínez Ferrándiz
#1358) There could be duplicate videos or other videos if the description have links.
2013-09-06[youtube] Fix detection of tags from HLS videos.Jaime Marquínez Ferrándiz
2013-09-06release 2013.09.062013.09.06Philipp Hagemeister
2013-09-05Vevo sig changed again, please update for us! Thanks very much! (fixes #1375)patrickslin
2013-09-05[youtube] Urls like youtube.com/NASA are now interpreted as users (fixes #1069)Jaime Marquínez Ferrándiz
Video urls like http://youtube.com/BaW_jenozKc are not valid, but http://youtu.be/BaW_jenozKc is correct.
2013-09-05release 2013.09.052013.09.05Philipp Hagemeister
2013-09-05[youtube] Playlists: extract the videos id from ↵Jaime Marquínez Ferrándiz
['media$group']['yt$videoid'] (fixes #1374) 'media$player' is not defined for private videos.
2013-09-05[generic] Recognize html5 video in the format '<video src=".+?"' and only ↵Jaime Marquínez Ferrándiz
unquote the url when extracting the id (fixes #1372)
2013-09-05Add extractor for tvcast.naver.com (closes #1331)Jaime Marquínez Ferrándiz
2013-09-05[daum] Get the video page from a canonical url to extract the full id (fixes ↵Jaime Marquínez Ferrándiz
#1373) and extract description.
2013-09-04Credit @Huarong for tv.sohu.comJaime Marquínez Ferrándiz
2013-09-04Add extractor for daum.net (closes #1330)Jaime Marquínez Ferrándiz
2013-09-04release 2013.09.042013.09.04Philipp Hagemeister
2013-09-03Merge pull request #1341 from xanadu/masterPhilipp Hagemeister
add support for "-f mp4" for YouTube
2013-09-03AHLS -> Apple HTTP Live StreamingAllan Zhou
2013-09-03Merge pull request #1363 from Rudloff/defensePhilipp Hagemeister
defense.gouv.fr
2013-09-03Merge remote-tracking branch 'upstream/master'Allan Zhou
2013-09-03Suggested by @phihagPierre Rudloff
2013-09-03[orf] Remove the test video, they seem to expire in one weekJaime Marquínez Ferrándiz
2013-09-03[dailymotion] improve the regex for extracting the video infoJaime Marquínez Ferrándiz
2013-09-03[vimeo] Handle Assertions Error when trying to get the descriptionJaime Marquínez Ferrándiz
In some pages the html tags are not closed, python 2.6 cannot handle it.
2013-09-03[vimeo] add support for videos that embed the download url in the player ↵Jaime Marquínez Ferrándiz
page (fixes #1364)
2013-09-03Extractor for defense.gouv.frPierre Rudloff
2013-09-02Add an extractor for VeeHD (closes #1359)Jaime Marquínez Ferrándiz
2013-08-31[metacafe] Add more cases for detecting the uploader detection (reported in ↵Jaime Marquínez Ferrándiz
#1343)
2013-08-30Merge remote-tracking branch 'upstream/master'Allan Zhou
2013-08-30add support for "-f mp4" for YouTubeAllan Zhou
2013-08-30release 2013.08.302013.08.30Philipp Hagemeister
2013-08-30[youtube] update algo for length 86Jaime Marquínez Ferrándiz
2013-08-30[youtube] Fix typo in the _VALID_URL for YoutubeFavouritesIE, it was ↵Jaime Marquínez Ferrándiz
intended to also match :ytfavourites
2013-08-29release 2013.08.292013.08.29Philipp Hagemeister
2013-08-29[youtube] update algo for length 84Jaime Marquínez Ferrándiz
Only appears sometimes, nearly identical to length 86.
2013-08-29[youtube] update algo for length 86 (fixes #1349)Jaime Marquínez Ferrándiz
2013-08-29[ign] update 1up extractor to work with the updated IGNIEJaime Marquínez Ferrándiz
2013-08-29[ign] extract videos from articles pagesJaime Marquínez Ferrándiz
2013-08-29Fix orf.at extractor by adding file coding markJeff Smith
2013-08-29Add an extractor for orf.at (closes #1346)Jaime Marquínez Ferrándiz
Make find_xpath_attr also accept numbers in the value
2013-08-29Merge pull request #1342 from whydoubt/fix_mit_26Jaime Marquínez Ferrándiz
Fix MIT extractor for Python 2.6
2013-08-29Update descriptions checksum for some test for Unistra and YoutubeJaime Marquínez Ferrándiz
2013-08-29Fix detection of the webpage charset if it's declared using ' instead of "Jaime Marquínez Ferrándiz
Like in "<meta charset='utf-8'/>"
2013-08-28Fix MIT extractor for Python 2.6Jeff Smith
The HTML for the MIT page does not parse cleanly for Python 2.6 due to script tags within an actual script element. The offending piece is inside a comment block, so removing all such comment blocks fixes the parsing.
2013-08-28release 2013.08.28.12013.08.28.1Philipp Hagemeister
2013-08-28Merge remote-tracking branch 'origin/master'Philipp Hagemeister
2013-08-28Merge remote-tracking branch 'rzhxeo/youporn-hd'Philipp Hagemeister
Conflicts: youtube_dl/utils.py
2013-08-28YoupornIE: Clean up extraction of hd videorzhxeo
2013-08-28Let aes_decrypt_text return bytes instead of unicoderzhxeo
2013-08-28Fix division bug in aes.pyrzhxeo
2013-08-28Add intlist_to_bytes to utils.pyrzhxeo
2013-08-28Hide the password and username in verbose mode (closes #1089)Jaime Marquínez Ferrándiz