forked from SirBenedick/iceportal-audiobooks-downloader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.py
24 lines (23 loc) · 969 Bytes
/
config.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#example cookie, might not work anymore
headers = {
'Accept': 'application/json, text/plain, */*',
'Cache-Control': 'no-cache',
'Expires': '0',
'If-Modified-Since': 'Thu, 01 Jan 1970 00:00:00 GMT',
'Postman-Token': '87df4c19-c529-4956-bf83-405935e89f55',
'Referer': 'https://iceportal.de/hoerbuecher_und_hoerspiele/menschen_lesen',
'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36',
'X-Features': '{\\"device\\":\\"Sonstiges Device\\"}',
'x-tracking': '/home/hoerbuecher_und_hoerspiele/menschen_lesen',
}
cookies = {
's_fid': '434CA01916102447-386C7F87C739BE97',
'dbsession': '4357c42b.629d5e0bb8133',
'gvo_v25': 'direct',
'scr': '1680x1050',
's_cc': 'true',
's_sq': '%5B%5BB%5D%5D',
'gpv_pn': 'zeitungskiosk%3Acicero',
'gpv_ln': 'BaP%20-%20Service',
's_vi': '[CS]v1|33AFEAEB2026B131-400015A22109AEF0[CE]'
}