[skeb] add extractor for followed users (#5290)

needs 'Authorization' header from browser session
-o headers.Authorization="Bearer ey…"
This commit is contained in:
Mike Fährmann
2024-03-06 22:43:01 +01:00
parent ace16f00f5
commit 6d9e3c0eb1
4 changed files with 53 additions and 20 deletions

View File

@@ -273,6 +273,10 @@ SUBCATEGORY_MAP = {
"sexcom": {
"pins": "User Pins",
},
"skeb": {
"following" : "Followed Creators",
"following-users": "Followed Users",
},
"smugmug": {
"path": "Images from Users and Folders",
},