Example #1
0
	def __init__(self):
		Podcast.__init__(self, "xxx4pods", "xxx4pods.png", "http://xxx4pods.com/podcasts/podcast.xml")
	def __init__(self):
		Podcast.__init__(self, "Pornabees", "Pornabees.png", "http://feeds.feedburner.com/PornabeesPodPorn")
	def __init__(self):
		Podcast.__init__(self, "My Dirty Ipods", "MyDirtyIpods.png", "http://www.mydirtyipods.com/Ipod/IpodClips.xml")
	def __init__(self):
		Podcast.__init__(self, "Suicide Girls", "SuicideGirls.png", "http://suicidegirls.com/rss/video")
Example #5
0
 def test_tokenise(self, name: str, input: str, expected: List[str]):
     result = Podcast._tokanise(input)
     self.assertEqual(result, expected)
Example #6
0
 def __init__(self):
     Podcast.__init__(self, "xPod Clips", "xPodClips.png",
                      "http://feeds.feedburner.com/XpodClips")
	def __init__(self):
		Podcast.__init__(self, "Naughty America", "NaughtyAmerica.png", "http://www.naughtyamerica.com/one_minclip_archive.xml")
Example #8
0
	def __init__(self):
		Podcast.__init__(self, "Pornabees", "Pornabees.png", "http://feeds.feedburner.com/PornabeesPodPorn")
	def __init__(self):
		Podcast.__init__(self, "xPod Clips", "xPodClips.png", "http://feeds.feedburner.com/XpodClips")