34
35
36
37
38
39
40
41
42
43
44
45
46
47
48 | # back directly. Playlists and albums now require a roundtrip over the action
# module to extract the JAMJson format into pls/m3u/xspf. (The previous v2 API
# retrieval is going to become inaccessible soon.)
import re
import ahttp as http
from config import conf, __print__, dbg
from channels import *
import json
# jamendo CC music sharing site
#
# |
|
| 34
35
36
37
38
39
40
41
42
43
44
45
46
47
48 | # back directly. Playlists and albums now require a roundtrip over the action
# module to extract the JAMJson format into pls/m3u/xspf. (The previous v2 API
# retrieval is going to become inaccessible soon.)
import re
import ahttp as http
from config import *
from channels import *
import json
# jamendo CC music sharing site
#
# |