-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.json
30 lines (30 loc) · 1.15 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"config": {
"headers": {
"Accept": "application/json, text/plain, */*",
"Accept-Encoding": "gzip, deflate, br",
"Accept-Language": "en-US,en;q=0.9",
"DNT": "1",
"Referer": "https://www.loyalfans.com/",
"authorization": "",
"User-Agent": ""
},
"settings": {
"destination_path": "",
"separate_file_types": true,
"download_preview_videos": true,
"avoid_duplicates": true,
"use_original_dates": true,
"timezone": "America/New_York",
"debug": 0
},
"urls": {
"user_url": "https://www.loyalfans.com/api/v2/profile",
"follow_url": "https://www.loyalfans.com/api/v1/follow",
"profile_url": "https://www.loyalfans.com/api/v2/profile/star/{}/",
"timeline_url": "https://www.loyalfans.com/api/v2/social/timeline/{}?limit={}&page=0/",
"messages_url": "https://www.loyalfans.com/api/v1/messages/with/{}?timezone={}{}",
"video_store_url": "https://www.loyalfans.com/api/v2/timeline/store"
}
}
}