fixes menores
This commit is contained in:
3
plugin.video.alfa/channels/anitoonstv.py
Executable file → Normal file
3
plugin.video.alfa/channels/anitoonstv.py
Executable file → Normal file
@@ -3,7 +3,6 @@
|
||||
import re
|
||||
|
||||
from channels import renumbertools
|
||||
from channelselector import get_thumb
|
||||
from core import config
|
||||
from core import httptools
|
||||
from core import logger
|
||||
@@ -17,7 +16,7 @@ host = "http://www.anitoonstv.com"
|
||||
|
||||
def mainlist(item):
|
||||
logger.info()
|
||||
thumb_series = get_thumb("thumb_channels_tvshow.png")
|
||||
thumb_series = config.get_thumb("thumb_channels_tvshow.png")
|
||||
|
||||
itemlist = list()
|
||||
|
||||
|
||||
5
plugin.video.alfa/channels/cartoonlatino.py
Executable file → Normal file
5
plugin.video.alfa/channels/cartoonlatino.py
Executable file → Normal file
@@ -3,7 +3,6 @@
|
||||
import re
|
||||
|
||||
from channels import renumbertools
|
||||
from channelselector import get_thumb
|
||||
from core import config
|
||||
from core import httptools
|
||||
from core import logger
|
||||
@@ -18,8 +17,8 @@ host = "http://www.cartoon-latino.com/"
|
||||
def mainlist(item):
|
||||
logger.info()
|
||||
|
||||
thumb_series = get_thumb("thumb_channels_tvshow.png")
|
||||
thumb_series_az = get_thumb("thumb_channels_tvshow_az.png")
|
||||
thumb_series = config.get_thumb("thumb_channels_tvshow.png")
|
||||
thumb_series_az = config.get_thumb("thumb_channels_tvshow_az.png")
|
||||
|
||||
itemlist = list()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user