aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor
AgeCommit message (Collapse)Author
2013-07-17[thisav] Add IE (Fixes #1056)Philipp Hagemeister
2013-07-17[youtube] Add code for signature 92 (Closes #1060)Philipp Hagemeister
2013-07-17Revert "[youtube] improved decrypt_signature, closes #1060"Philipp Hagemeister
This reverts commit fe6fad124207979c7d656ceef1ab95c29dc14ac6 and closes #1066.
2013-07-17[metacafe] Fix testPhilipp Hagemeister
2013-07-17[metacafe] New result formatPhilipp Hagemeister
2013-07-17[metacafe] Extract descriptionPhilipp Hagemeister
2013-07-17[metacafe] Fix uploader detectionPhilipp Hagemeister
2013-07-17Use unescapeHTML for OpenGraph propertiesPhilipp Hagemeister
These are attribute values, so we don't need the more complex and whitespace-destroying cleanHTML - we just need to unescape quotes, that's it.
2013-07-17[youtube] improved decrypt_signature, closes #1060Anton Novosyolov
2013-07-17[metacafe] Use modern helper methodsPhilipp Hagemeister
2013-07-17[metacafe] Add support for AnyClip videos (#1059)Philipp Hagemeister
2013-07-15[freesound] Minor improvementsJaime Marquínez Ferrándiz
2013-07-15Merge pull request #1050 from yasoob/masterJaime Marquínez Ferrándiz
Added an IE and test for Freesound.org .
2013-07-15added test for freesound.orgM.Yasoob Khalid
2013-07-15Added an IE for freesound.orgM.Yasoob Khalid
2013-07-14GametrailersIE: make it a subclass of MTVIE to reuse most of the extraction ↵Jaime Marquínez Ferrándiz
process
2013-07-14MTVIE: fix xml tags in the media namespace (python2.6)Jaime Marquínez Ferrándiz
2013-07-14[mtv]: rework MTVIE and add tests (closes #913)Jaime Marquínez Ferrándiz
It uses the same system as ComedyCentralIE to transform ramp urls into http.
2013-07-14[livestream] fix import statementJaime Marquínez Ferrándiz
2013-07-13Add LivestreamIE (closes #1042)Jaime Marquínez Ferrándiz
2013-07-13Strip hash info from URL when making requests (Fixes #1038)Philipp Hagemeister
2013-07-13[instagram] really fix uploader_id detection (Fixes #1038)Philipp Hagemeister
2013-07-13[instagram] fix uploader_id detection (Fixes #1038)Philipp Hagemeister
2013-07-13Improve OpenGraph property matchingPhilipp Hagemeister
2013-07-13Merge remote-tracking branch 'jaimeMF/opengraph'Philipp Hagemeister
2013-07-13Add CanalplusIE (closes #59 and closes #918)Jaime Marquínez Ferrándiz
2013-07-13CriterionIE: simplify some parts and use _html_search_regexJaime Marquínez Ferrándiz
2013-07-13Merge pull request #1036 from yasoob/masterJaime Marquínez Ferrándiz
Added an IE and test for Criterion videos (closes #1035).
2013-07-13YouJizzIE: support videos that define the urls in a playlist page (closes #1037)Jaime Marquínez Ferrándiz
2013-07-13Use re.DOTALL by default when searching OpenGraph propertiesJaime Marquínez Ferrándiz
2013-07-13added test for criterion.comM.Yasoob Khalid
2013-07-13added an IE for criterion.comM.Yasoob Khalid
2013-07-12InfoExtractor: add some helper methods to extract OpenGraph infoJaime Marquínez Ferrándiz
2013-07-12BrightcoveIE: Use parse_qs to extract the fields of the query (closes #1032)Jaime Marquínez Ferrándiz
Add a compat_urlparse to utils.
2013-07-12GenericIE: allow to match declaration of the Brightocove parameters that use ↵Jaime Marquínez Ferrándiz
' instead of "
2013-07-12[ign]: support some country versions and add an extractor for 1up.comJaime Marquínez Ferrándiz
1up.com uses the gin video system, the extractor is a subclass of IGNIE, it just replaces the video id
2013-07-12Add IGNIEJaime Marquínez Ferrándiz
Only for www.ign.com, it doesn't support country specific versions (like es.ign.com)
2013-07-11YoutubeIE: add algo for length 81 (closes #1026)Jaime Marquínez Ferrándiz
2013-07-11YoutubeIE: a new algo for length 83Jaime Marquínez Ferrándiz
2013-07-11GametrailersIE: support multipart videosJaime Marquínez Ferrándiz
Use xml.etree.ElementTree instead of re when possible
2013-07-11[brightcove] add importPhilipp Hagemeister
2013-07-11[brightcove] fix on Python 2.6Philipp Hagemeister
2013-07-11[arte] Fix on 2.6Philipp Hagemeister
2013-07-11Remove video_result helper methodPhilipp Hagemeister
Calling it was more complex then actually including the type in the video info
2013-07-11[ehow] improve minor bitsPhilipp Hagemeister
2013-07-11Merge remote-tracking branch 'yasoob/master'Philipp Hagemeister
2013-07-11added test for ehowM.Yasoob Khalid
2013-07-11added an IE for Ehow videosM.Yasoob Khalid
2013-07-11GenericIE: detect more Brightcove videosJaime Marquínez Ferrándiz
In some sites "class" contains more that BrightcoveExperience
2013-07-11BrightcoveIE: add support for playlistsJaime Marquínez Ferrándiz