Check-in [21947be529]
Overview
Comment: | Moved project status notes into Fossil wiki. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
21947be529b5786a4e418eb751572745 |
User & Date: | mario on 2015-03-28 07:41:33 |
Other Links: | manifest | tags |
Context
2015-03-28
| ||
18:50 | Merged _generic into channels/__init__. check-in: 817010842c user: mario tags: trunk | |
07:41 | Moved project status notes into Fossil wiki. check-in: 21947be529 user: mario tags: trunk | |
07:34 | Minor additions, more cross references, and Mallard note icons. Document Jamendo plugin options. check-in: 89ba7b5c8e user: mario tags: trunk | |
Changes
Modified st2.py from [083dc8256e] to [05a9ab14f0].
︙ | ︙ | |||
31 32 33 34 35 36 37 | # can be more easily extended and fixed. The mix of JSON APIs, regex # or PyQuery extraction makes list generation simpler and more robust. # # Primarily radio stations are displayed, some channels however are music # collections. Commercial and sign-up services are not the target purpose. # | < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < | 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | # can be more easily extended and fixed. The mix of JSON APIs, regex # or PyQuery extraction makes list generation simpler and more robust. # # Primarily radio stations are displayed, some channels however are music # collections. Commercial and sign-up services are not the target purpose. # # standard modules import sys import os, os.path import re from collections import namedtuple |
︙ | ︙ |