aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-21Release 2011.11.212011.11.21Philipp Hagemeister
2011-11-21Allow non-ASCII characters in simplified titles(Closes #220)Philipp Hagemeister
2011-11-21Simplify simplify_titlePhilipp Hagemeister
2011-11-21First testsPhilipp Hagemeister
2011-11-21Use the dev version in MakefilePhilipp Hagemeister
2011-11-21Move code into a separate Python modulePhilipp Hagemeister
2011-11-21Remove empty real_initialize defsPhilipp Hagemeister
2011-11-16Credit authors of Soundclound and InfoQ extractorsPhilipp Hagemeister
2011-11-15InfoQ IE (Closes #216)Philipp Hagemeister
2011-11-15Merge remote-tracking branch 'ngokevin/soundcloud'Philipp Hagemeister
2011-11-15InfoQ IEOri Avtalion
2011-11-15Merge pull request #211 from techtonik/patch-1Philipp Hagemeister
Fix duplicated downloads from YouTube user page where watch URLs are not. Thanks to anatoly techtonik.
2011-11-15Fix youtube playlist IE match (Closes: #210)Philipp Hagemeister
2011-11-12removed weird indentKevin Ngo
2011-11-12added whitespace below soundcloudIE classKevin Ngo
2011-11-12extracts full title from sourceKevin Ngo
2011-11-12now downloads soundcloud songs, need to polish title grabbing and file namingKevin Ngo
2011-11-10changed spaces to tabs (by yt-dl standards), fixed bugs, but still won't ↵Kevin Ngo
download. need to figure out how the whole process works to integrate correctly
2011-11-09extracted all of the soundcloud information including description (not ↵Kevin Ngo
tested), need to hook into filedownloader
2011-11-08work on soundcloud information extractor...need to talk to youtube-dl guysKevin Ngo
2011-11-07going home and need to upload what little i didKevin Ngo
2011-11-06Fix duplicated downloads from YouTube user page where watch URLs are not ↵anatoly techtonik
always end with &. Stop scan on closing bracker prevents regexp to capture two links instead of one.
2011-11-02Merge pull request #206 from rbrito/fixes/facebook-ie-2Philipp Hagemeister
FacebookIE: Fix regexp to recognize videos that weren't considered.
2011-11-01FacebookIE: Fix regexp to recognize videos that weren't considered.Rogério Brito
2011-10-20FacebookIE: The date doesn't seem to be available anymore.Rogério Brito
The current regular expression is likely to match a lot of stuff, as each comment that a video has has one of those and it is not clear which one is the date of the video *upload* itself.
2011-10-20FacebookIE: Fix extraction of title as Facebook has changed stuff.Rogério Brito
2011-10-20FacebookIE: Not all videos are available in all formats.Rogério Brito
2011-10-19Release 2011.10.192011.10.19Philipp Hagemeister
2011-10-19Merge branch 'vimeo' of https://github.com/rbrito/youtube-dlPhilipp Hagemeister
2011-10-19vimeo: Add the ability to detect if a video is available in HD. (Closes: #194)Rogério Brito
2011-10-18vimeo: Add the ability to detect if a video is available in HD.Rogério Brito
2011-10-18Merge pull request #195 from rbrito/xvideosPhilipp Hagemeister
Fixes for the xvideos IE
2011-10-18xvideos: Capture only the video title, not the name of the site.Rogério Brito
2011-10-18xvideos: Fix misleading error message when extracting the URL.Rogério Brito
We said that we were trying to extract the title of the video.
2011-10-18xvideos: Normalize the URL or it will fail with some inputs.Rogério Brito
For instance, if we give it <www.xvideos.com/video1384059>, we would end up passing that to urllib2, which would complain about an unknown URL type.
2011-10-13Quick and dirty IE for xvideos.com.Rogério Brito
2011-10-12CollegeHumor IEPhilipp Hagemeister
2011-10-04Fix recognition of ↵Philipp Hagemeister
http://www.youtube.com/course?list=PL41FDABC6AA085E78&category=University/Mathematics/Topology%20%26%20Geometry
2011-10-03Support "newstyle" Youtube playlist IDs.Rogério Brito
Many playlists reported by Youtube now have the form like in: http://www.youtube.com/playlist?list=PL520044A3524F5E5D where `PL` is prefixed to what youtube-dl used to use as playlist IDs. So, while matching it, we adapt the regular expression so as to discard the `PL` and only get the `520044A3524F5E5D` in the case of the playlist of the example.
2011-09-30release 2011.09.302011.09.30Philipp Hagemeister
2011-09-30Cosmetic changes to --list-formatsPhilipp Hagemeister
2011-09-28Added option -L to list available formatsFrancois du Toit
2011-09-27Release 2011.09.272011.09.27Philipp Hagemeister
2011-09-27blip.tv: Handle direct URLs (Thanks to Bahman)Philipp Hagemeister
2011-09-26Update REAMDE.mdPhilipp Hagemeister
2011-09-26Mention ext in output template helpPhilipp Hagemeister
2011-09-26Add help to output templatePhilipp Hagemeister
2011-09-25Adding HTTPS support for YouTube playlists and users; Escaping dots.Osama Khalid
2011-09-21Simplify testPhilipp Hagemeister
2011-09-21Update README with new optionsPhilipp Hagemeister