added porn-center plugin
[vuplus_dvbapp-plugin] / porncenter / src / Additions / xxx4pods.py
1 # xxx4pods plugin by AliAbdul
2 from Podcast import Podcast
3
4 ##################################################
5
6 class xxx4pods(Podcast):
7         def __init__(self):
8                 Podcast.__init__(self, "xxx4pods", "xxx4pods.png", "http://xxx4pods.com/podcasts/podcast.xml")
9
10 ##################################################
11
12 def getPlugin():
13         return xxx4pods()