Check-in [ce7292f416]
Overview
Comment: | filtermusic: update for current station list HTML, add favicons + homepages |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
ce7292f416b9d811f8137a8663fe6ff8 |
User & Date: | mario on 2022-02-20 05:57:21 |
Other Links: | manifest | tags |
Context
2022-02-20
| ||
06:31 | rcast: updated for current HTML check-in: fd54f9f9a7 user: mario tags: trunk | |
05:57 | filtermusic: update for current station list HTML, add favicons + homepages check-in: ce7292f416 user: mario tags: trunk | |
2022-02-17
| ||
06:17 | Migrate to JSON api check-in: a140e97c02 user: mario tags: trunk | |
Changes
Modified channels/filtermusic.py from [48695406f2] to [c46bb50050].
1 2 3 4 | 1 2 3 4 5 6 7 8 9 10 11 12 | - + | # encoding: UTF-8 # api: streamtuner2 # title: filtermusic # description: Daily refreshed list of electronic+dance music streams. |
︙ | |||
24 25 26 27 28 29 30 | 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 | - - + - - - - + + + + + + + + - - + + + + + | # ยท No homepage listings, and genre details spotty (so omitted). from config import * from channels import * import ahttp import re |