Skip to content

Commit

Permalink
Remove filmy.to, site is down. Closes #5.
Browse files Browse the repository at this point in the history
  • Loading branch information
rysson committed Jun 20, 2018
1 parent b5bfc50 commit f744041
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 229 deletions.
2 changes: 1 addition & 1 deletion plugin.video.mrknow/addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.mrknow" name="Filmy Online - mrknow.pl" version="2018.06.19.1" provider-name="mrknow, rysson">
<addon id="plugin.video.mrknow" name="Filmy Online - mrknow.pl" version="2018.06.20.1" provider-name="mrknow, rysson">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.simplejson"/>
Expand Down
1 change: 1 addition & 0 deletions plugin.video.mrknow/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
2018.06.20.1 - usunięto filmy.to, serwis padł dawno temu
2018.06.19.1 - cda.pl znów zaczyna działać
2018.06.18.1 - resolveurl od CHERRY
2018.06.02.1 - reaktywacja, alltube fix
Expand Down
5 changes: 0 additions & 5 deletions plugin.video.mrknow/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@
7200: ["Alltube.tv Filmy ","alltubefilmy"],
7400 : ["Cda.pl", 'cdapl'],
7700: ["EFilmy.tv","efilmy"],
7550: ["Filmy.to [32% zrobione]", 'filmyto'],
7600: ["Segos.se","segos"],
7300: ["Cdax.tv","cdaxfilmy"],
#7100: ["Filmbox Movie","filmboxmoovie"],
Expand Down Expand Up @@ -393,10 +392,6 @@ def showListOptions(self,argv=None):
elif mode == 7500 or service == 'zalukaj':
tv = zalukaj.zalukaj()
tv.handleService()
elif mode == 7550 or service == 'filmyto':
import filmyto
tv = filmyto.Filmyto()
tv.handleService()

elif mode == 7600 or service == 'segos':
import segos
Expand Down
223 changes: 0 additions & 223 deletions plugin.video.mrknow/host/filmyto.py

This file was deleted.

0 comments on commit f744041

Please sign in to comment.