summaryrefslogtreecommitdiff
path: root/src/htswizard.c
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2013-09-13 17:21:54 +0000
committerXavier Roche <xroche@users.noreply.github.com>2013-09-13 17:21:54 +0000
commit3b40219431d3442123e04f9eded596be44ada830 (patch)
tree9ed1d2413d6ba3c294d25049335c4e9395bd88fd /src/htswizard.c
parent9f0340968f1c48895048ab3da72e0c74acc55f3c (diff)
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)
Diffstat (limited to 'src/htswizard.c')
-rw-r--r--src/htswizard.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/htswizard.c b/src/htswizard.c
index 9ec578f..780e0d4 100644
--- a/src/htswizard.c
+++ b/src/htswizard.c
@@ -842,11 +842,7 @@ static int hts_acceptlink_(httrackp * opt, int ptr, int lien_tot,
if (just_test_it) {
if (forbidden_url == 1) {
if (opt->travel & 256) { // tester tout de même
- if (strfield(adr, "ftp://") == 0
-#if HTS_USEMMS
- && strfield(adr, "mms://") == 0
-#endif
- ) { // PAS ftp!
+ if (strfield(adr, "ftp://") == 0) { // PAS ftp!
forbidden_url = 1; // oui oui toujours interdit (note: sert à rien car ==1 mais c pour comprendre)
*just_test_it = 1; // mais on teste
hts_log_print(opt, LOG_DEBUG, "Testing link %s%s", adr, fil);