Skip to content

VscoJournalExtractor(VscoExtractor)#8010

Open
zone559 wants to merge 7033 commits intomikf:masterfrom
zone559:patch-6
Open

VscoJournalExtractor(VscoExtractor)#8010
zone559 wants to merge 7033 commits intomikf:masterfrom
zone559:patch-6

Conversation

@zone559
Copy link
Copy Markdown

@zone559 zone559 commented Aug 10, 2025

#5413

https://vsco.co/vsco/journal/p/1

added class VscoJournalExtractor(VscoExtractor):

also change request from 14 items per json request to 30

mikf and others added 30 commits June 22, 2025 19:52
- return chapters in first-to-last order
- provide 'group' as list of names
- remove hardcoded 'en' and 'English' language results
- replace 'popitem()' with non-destructive 'next(iter(…))'
- 'chapter-minor' -> 'chapter_minor'
 mikf#7722)

* support forwarded messages + handle missing threads
* flake
fixes exception when using 'num-to-str' with '-j'
- move post info API request out of _get_post_data()
- use request_json()
- extract all chapters
- support query parameters
- format
- id_format
- size
- duration
allow selecting which file type(s) ('file'/'attachment'/'inline')
not to consider when discarding duplicates
'chapter_hid' seems to be all that is needed to uniquely identify a
chapter, as comick.io is able to redirect to a full chapter URL from
one that only includes this value:

https://comick.io/comic/_/L7TaJB4n
  ->
https://comick.io/comic/neko-no-oshigoto/L7TaJB4n-chapter-10.5-en
mikf and others added 21 commits August 5, 2025 21:06
support automatically fetching the 'User-Agent' header
of a specific installed browser, e.g. "@Firefox"
needs GraphQL API to fetch more than the latest 8
mikf#6582 (comment)

Currently relies on the profile having a /photos_by page.
mikf#5413

https://vsco.co/vsco/journal/p/1

added class VscoJournalExtractor(VscoExtractor):

also change request from 14 items per json request to 30
@zone559 zone559 changed the title Update vsco.py VscoJournalExtractor(VscoExtractor) Aug 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.