Diff
Differences From Artifact [41ea1a8df2]:
- File contrib/podspider.py — part of check-in [7df4f3284f] at 2015-05-01 22:53:17 on branch trunk — Tag with priority:never, as it's not meant to be bundled really. (user: mario, size: 5809) [annotate] [blame] [check-ins using]
To Artifact [d384743d3e]:
- File contrib/podspider.py — part of check-in [88aac7840a] at 2016-12-10 13:55:47 on branch trunk — Use `module = __name__` consistently for all plugins (user: mario, size: 5806) [annotate] [blame] [check-ins using]
54 55 56 57 58 59 60 | 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 | - + | return "" # empty string if nothing found # PODlist from Radiograbber class podspider (ChannelPlugin): # pi info |