1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-12-12 11:02:21 -05:00

Merge pull request #1349 from abeloin/patch-tntvillage

Fix self.hdtext declared as list instead of dict
This commit is contained in:
Alexandre Beloin 2015-02-18 22:39:47 -05:00
commit cadfd9b984

View File

@ -84,7 +84,7 @@ class TNTVillageProvider(generic.TorrentProvider):
self.minseed = None
self.minleech = None
self.hdtext = {
self.hdtext = [
' Versione 720p',
' V 720p',
' V HEVC',
@ -93,7 +93,7 @@ class TNTVillageProvider(generic.TorrentProvider):
' 720p HEVC',
' Ver 720',
' 720p HEVC',
}
]
self.category_dict = {
'Serie TV' : 29,