youtube-dl
2013-07-18 M.Yasoob Khalidcorrected a typo and added myself to travis notifications.
2013-07-18 M.Yasoob Khalidadded test for ex.fm
2013-07-18 M.Yasoob Khalidadded an IE for ex.fm
2013-07-17 Jaime Marquínez... Add CondeNastIE
2013-07-17 Jaime Marquínez... YoutubeIE: some encrypted signatures have more than...
2013-07-17 Philipp Hagemeisterrelease 2013.07.17.1
2013-07-17 Philipp Hagemeister[thisav] add a test for video MD5
2013-07-17 Philipp Hagemeister[thisav] Add IE (Fixes #1056)
2013-07-17 Philipp Hagemeister[youtube] Add code for signature 92 (Closes #1060)
2013-07-17 Philipp HagemeisterMark test_youtube_sig as non-executable (#1066)
2013-07-17 Philipp HagemeisterRevert "[youtube] improved decrypt_signature, closes...
2013-07-17 Philipp Hagemeister[metacafe] Fix test
2013-07-17 Philipp Hagemeister[metacafe] New result format
2013-07-17 Philipp Hagemeister[metacafe] Extract description
2013-07-17 Philipp Hagemeister[metacafe] Fix uploader detection
2013-07-17 Philipp HagemeisterUse unescapeHTML for OpenGraph properties
2013-07-17 Philipp HagemeisterMerge remote-tracking branch 'Forever-Young/patch-1'
2013-07-17 Philipp Hagemeister[youtube] Add sig test for 92 (Thanks to @patrickslin)
2013-07-17 Anton Novosyolov[youtube] improved decrypt_signature, closes #1060
2013-07-16 Philipp Hagemeister[metacafe] Use modern helper methods
2013-07-16 Philipp HagemeisterIgnore errors in git error handling in verbose mode...
2013-07-16 Philipp HagemeisterWrite debugging output to stderr (#1059)
2013-07-16 Philipp Hagemeisterrelease 2013.07.17
2013-07-16 Philipp Hagemeister[metacafe] Add support for AnyClip videos (#1059)
2013-07-15 Jaime Marquínez... [freesound] Minor improvements
2013-07-15 Jaime Marquínez... Merge pull request #1050 from yasoob/master
2013-07-15 M.Yasoob Khalidadded test for freesound.org
2013-07-15 M.Yasoob KhalidAdded an IE for freesound.org
2013-07-14 Jaime Marquínez... GametrailersIE: make it a subclass of MTVIE to reuse...
2013-07-14 Jaime Marquínez... MTVIE: fix xml tags in the media namespace (python2.6)
2013-07-14 Jaime Marquínez... [mtv]: rework MTVIE and add tests (closes #913)
2013-07-14 Jaime Marquínez... [livestream] fix import statement
2013-07-13 Jaime Marquínez... Add LivestreamIE (closes #1042)
2013-07-13 Philipp HagemeisterStrip hash info from URL when making requests (Fixes...
2013-07-13 Philipp Hagemeister[instagram] really fix uploader_id detection (Fixes...
2013-07-13 Philipp Hagemeister[instagram] fix uploader_id detection (Fixes #1038)
2013-07-13 Philipp HagemeisterImprove OpenGraph property matching
2013-07-13 Philipp HagemeisterMerge remote-tracking branch 'jaimeMF/opengraph'
2013-07-13 Jaime Marquínez... Add CanalplusIE (closes #59 and closes #918)
2013-07-13 Jaime Marquínez... CriterionIE: simplify some parts and use _html_search_regex
2013-07-13 Jaime Marquínez... Merge pull request #1036 from yasoob/master
2013-07-13 Jaime Marquínez... YouJizzIE: support videos that define the urls in a...
2013-07-13 Jaime Marquínez... Use re.DOTALL by default when searching OpenGraph prope...
2013-07-13 M.Yasoob Khalidadded test for criterion.com
2013-07-13 M.Yasoob Khalidadded an IE for criterion.com
2013-07-12 Jaime Marquínez... InfoExtractor: add some helper methods to extract OpenG...
2013-07-12 Jaime Marquínez... Don't try to save the thumbnail if it's None
2013-07-12 Jaime Marquínez... Use determine_ext when saving the thumbnail
2013-07-12 Jaime Marquínez... BrightcoveIE: Use parse_qs to extract the fields of...
2013-07-12 Jaime Marquínez... GenericIE: allow to match declaration of the Brightocov...
2013-07-12 Jaime Marquínez... [ign]: support some country versions and add an extract...
2013-07-11 Jaime Marquínez... Add IGNIE
2013-07-11 Philipp Hagemeisterrelease 2013.07.12
2013-07-11 Jaime Marquínez... YoutubeIE: add algo for length 81 (closes #1026)
2013-07-11 Philipp Hagemeisterrelease 2013.07.11
2013-07-11 Jaime Marquínez... YoutubeIE: a new algo for length 83
2013-07-11 Jaime Marquínez... GametrailersIE: support multipart videos
2013-07-11 Philipp Hagemeister[brightcove] add import
2013-07-11 Philipp Hagemeister[brightcove] fix on Python 2.6
2013-07-11 Philipp Hagemeister[arte] Fix on 2.6
2013-07-11 Philipp HagemeisterAdd helper function find_path_attr
2013-07-11 Philipp HagemeisterRemove video_result helper method
2013-07-11 Philipp Hagemeister[ehow] improve minor bits
2013-07-11 Philipp HagemeisterMerge remote-tracking branch 'yasoob/master'
2013-07-11 M.Yasoob Khalidadded test for ehow
2013-07-11 M.Yasoob Khalidadded an IE for Ehow videos
2013-07-10 Jaime Marquínez... GenericIE: detect more Brightcove videos
2013-07-10 Jaime Marquínez... BrightcoveIE: add support for playlists
2013-07-10 Jaime Marquínez... Set the playlist_index and playlist fields for already...
2013-07-10 Jaime Marquínez... GenericIE: Detect videos from Brightcove
2013-07-10 Jaime Marquínez... YoutubeIE: show a more meaningful error when it founds...
2013-07-10 Philipp Hagemeisterrelease 2013.07.10
2013-07-10 Jaime Marquínez... YoutubeIE: new algo for length 83 (closes #1017 and...
2013-07-09 Jaime Marquínez... GameSpotIE: support more urls and download videos in...
2013-07-09 Jaime Marquínez... YoutubeIE: Fix vevo explicit videos (closes #956)
2013-07-09 Jaime Marquínez... VeohIE: remove debug logging
2013-07-08 Jaime Marquínez... DotsubIE: simplify and extract the upload date
2013-07-08 Jaime Marquínez... Merge pull request #1009 from yasoob/master
2013-07-08 Jaime Marquínez... Add VeohIE (closes #1006)
2013-07-08 M.Yasoob Khalidadded an IE and test for dotsub.
2013-07-08 Jaime Marquínez... YoutubeSubscriptionsIE: raise an error if there's no...
2013-07-08 Jaime Marquínez... YoutubeIE: use the new method in the base IE for gettin...
2013-07-08 Philipp HagemeisterRemove dead code
2013-07-08 Philipp HagemeisterDo not redefine variables in list comprehensions
2013-07-08 Philipp Hagemeisterrelease 2013.07.08.1
2013-07-08 Philipp Hagemeister[archive.org] Add extractor (Fixes #1003)
2013-07-07 Philipp Hagemeisterrelease 2013.07.08
2013-07-07 Philipp Hagemeister[arte] Always look for the JSON URL (Fixes #1002)
2013-07-07 Philipp HagemeisterMerge branch 'master' of github.com:rg3/youtube-dl
2013-07-07 Philipp Hagemeister[3sat] Add support (Fixes #1001)
2013-07-07 Jaime Marquínez... VimeoIE: authentication support (closes #885) and add...
2013-07-07 Jaime Marquínez... YoutubeIE: extract the thumbnail in the best possible...
2013-07-07 Philipp Hagemeisterrelease 2013.07.07.01
2013-07-07 Philipp Hagemeister[youtube:subscriptions] Use colon for differentiation...
2013-07-07 Philipp Hagemeisterrelease 2013.07.07
2013-07-07 Jaime Marquínez... [youtube] Add and extractor for the subscriptions feed...
2013-07-05 Jaime Marquínez... Add BrightcoveIE (closes #832)
2013-07-05 Jaime Marquínez... DailymotionIE: extract thumbnail
2013-07-05 Philipp Hagemeisterrelease 2013.07.05
2013-07-05 Jaime Marquínez... DailymotionIE: simplify the extraction of the title...
next