From 3b40219431d3442123e04f9eded596be44ada830 Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Fri, 13 Sep 2013 17:21:54 +0000 Subject: Removed MMS (Microsoft Media Server) ripping code (mmsrip) * protocol was finally dropped in Windows Media Services 2008 * mmsrip is not supported anymore * some licensing issues regarding the protocol (ha-ha) --- src/htsindex.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/htsindex.c') diff --git a/src/htsindex.c b/src/htsindex.c index 23346c4..83e8f52 100644 --- a/src/htsindex.c +++ b/src/htsindex.c @@ -174,11 +174,7 @@ int index_keyword(const char *html_data, LLint size, const char *mime, // FIXME - temporary fix for image/svg+xml (svg) // "IN XML" (html like, in fact :) ) else if ((strfield2(mime, "image/svg+xml")) - || (strfield2(mime, "image/svg-xml")) -#if HTS_USEMMS - || strfield2(mime, "video/x-ms-asf") -#endif - ) { + || (strfield2(mime, "image/svg-xml"))) { inscript = 0; } else if ((strfield2(mime, "application/x-javascript")) || (strfield2(mime, "text/css")) -- cgit v1.2.3