Skip to content

Commit

Permalink
3.9.30
Browse files Browse the repository at this point in the history
  • Loading branch information
SistemaRayoXP committed Sep 25, 2024
1 parent e2e7d0a commit a9808b9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
13 changes: 7 additions & 6 deletions plugin.video.alfa/addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<addon id="plugin.video.alfa" name="Alfa" version="3.9.29" provider-name="Alfa Addon">
<addon id="plugin.video.alfa" name="Alfa" version="3.9.30" provider-name="Alfa Addon">
<requires>
<import addon="script.module.requests" />
<import addon="script.module.beautifulsoup4" version="4.5.3" />
Expand Down Expand Up @@ -48,11 +48,12 @@
<source>https://github.com/alfa-addon/addon</source>
<news>
[B]Estos son los cambios para esta versión:[/B]
• +18 • Dixtotal
• Don Torrent • HDFull
• Mejortorrent • Pelitorrent
• Subtorrents • YesTorrent: Desactivado
• Yts</news>
• +18 • Cuevana2español • Don Torrent
• Eztv • HDFull • Pelitorrent
• Solo Latino

[B]Desactivados:[/B]
• AsiaLiveAction • Dilo • Ennovelas</news>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
Expand Down
4 changes: 2 additions & 2 deletions plugin.video.alfa/channelselector.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def getmainlist(view="thumb_"):
title = '{} ({} {})'.format(get_string(30104), get_string(20000), addon_version),
module = "help",
action = "mainlist",
thumbnail = os.path.join(config.get_runtime_path(), "resources", 'Screenshot.jpg'),
thumbnail = os.path.join(config.get_runtime_path(), "resources", 'Screenshot.png'),
category = get_string(30104),
viewmode = "list"
)
Expand All @@ -199,7 +199,7 @@ def getmainlist(view="thumb_"):
title = "[COLOR hotpink][B]Actualizar a versión[/B][/COLOR] [COLOR gold][B]%s[/B][/COLOR] (versión instalada: %s)" % (versiones['plugin.video.alfa'], addon_version),
module = "channelselector",
action = "install_alfa",
thumbnail = os.path.join(config.get_runtime_path(), "resources", 'Screenshot.jpg'),
thumbnail = os.path.join(config.get_runtime_path(), "resources", 'Screenshot.png'),
category = get_string(30104),
viewmode = "list"
)
Expand Down
Binary file removed plugin.video.alfa/resources/Screenshot.jpg
Binary file not shown.
Binary file added plugin.video.alfa/resources/Screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a9808b9

Please sign in to comment.