Internet radio browser GUI for music/video streams from various directory services.

⌈⌋ ⎇ branch:  streamtuner2


Check-in [4797dcce8e]

Overview
Comment:Clean out unneeded xml module references.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 4797dcce8ed5b6cc56d9da86ad9167c3a8f977ba
User & Date: mario on 2015-05-02 20:03:14
Other Links: manifest | tags
Context
2015-05-02
20:03
Add combined unhtml() utility function for raw page extractors. check-in: 6f314952b9 user: mario tags: trunk
20:03
Clean out unneeded xml module references. check-in: 4797dcce8e user: mario tags: trunk
19:56
Xiph module: reintroduce YP.XML extraction (still exceedingly slow), simplify JSON cache API usage (may get retired, incurs a delay of its own), and add raw dir.xiph.org website scraping (fastest, and most features). check-in: e11d6b2207 user: mario tags: trunk
Changes

Modified channels/live365.py from [73c3b74f30] to [f2cc1bc432].

19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Live365 lists around 5000 radio stations. Some are paid
# entries and require a logon. This plugins tries to filter
# thoise out.


# streamtuner2 modules
from config import *
from uikit import uikit
import ahttp
from channels import *
import action

# python modules
import re
import xml.dom.minidom
from xml.sax.saxutils import unescape as entity_decode, escape as xmlentities
import gtk
import copy
import urllib
from itertools import groupby
from time import time
from xml.dom.minidom import parseString


# channel live365
#
# We're currently extracting from the JavaScript;
#
#    stn.set("param", "value");







|






<
<
<




<







19
20
21
22
23
24
25
26
27
28
29
30
31
32



33
34
35
36

37
38
39
40
41
42
43
# Live365 lists around 5000 radio stations. Some are paid
# entries and require a logon. This plugins tries to filter
# thoise out.


# streamtuner2 modules
from config import *
from uikit import *
import ahttp
from channels import *
import action

# python modules
import re



import copy
import urllib
from itertools import groupby
from time import time



# channel live365
#
# We're currently extracting from the JavaScript;
#
#    stn.set("param", "value");