18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# Short user-collected list of internet radio stations
# on UbuntuUsers.de wiki. Only provides a single category,
# but stations are grouped by country already.
#
import re
from config import conf, dbg, __print__
from channels import *
import ahttp
# UU Wiki radio list
class ubuntuusers (ChannelPlugin):
|
|
|
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# Short user-collected list of internet radio stations
# on UbuntuUsers.de wiki. Only provides a single category,
# but stations are grouped by country already.
#
import re
from config import *
from channels import *
import ahttp
# UU Wiki radio list
class ubuntuusers (ChannelPlugin):
|