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/htsparse.c | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'src/htsparse.c') diff --git a/src/htsparse.c b/src/htsparse.c index 0e18eac..d38a04b 100644 --- a/src/htsparse.c +++ b/src/htsparse.c @@ -1700,9 +1700,6 @@ int htsparse(htsmoduleStruct * str, htsmoduleStructExtended * stre) { #if HTS_USEOPENSSL || (strfield(tempo, "https:") ) -#endif -#if HTS_USEMMS - || strfield(tempo, "mms:") #endif ) // ok pas de problème url_ok = 1; @@ -3230,9 +3227,6 @@ int htsparse(htsmoduleStruct * str, htsmoduleStructExtended * stre) { if (!just_test_it) { if ((!strfield(adr, "ftp://")) // non ftp && (!strfield(adr, "file://")) -#if HTS_USEMMS - && (!strfield(adr, "mms://")) -#endif ) { // non file if (opt->robots) { // récupérer robots if (ishtml(opt, fil) != 0) { // pas la peine pour des fichiers isolés @@ -4842,11 +4836,7 @@ int hts_wait_delayed(htsmoduleStruct * str, char *adr, char *fil, char *save, } // ftp: stop! - if (strfield(mov_url, "ftp://") -#if HTS_USEMMS - || strfield(mov_url, "mms://") -#endif - ) { + if (strfield(mov_url, "ftp://")) { strcpybuff(adr, mov_adr); strcpybuff(fil, mov_fil); break; -- cgit v1.2.3