Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add pseudo implementation for newer Twitter Archives #32

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

LaruYan
Copy link

@LaruYan LaruYan commented Nov 25, 2022

(but it's just a pseudo code on Swift side, so those are need to be fixed to comply Swift specifications);

on newer specifications,
[file path]
(SPLITTED) tweet.js --> tweets.js , tweets-part1.js , tweets-part2.js ... so on
(NEW) twitter-circle-tweet.js
[property path]
(RENAMED) window.YTD.tweet -> window.YTD.tweets.part0 , window.YTD.tweets.part1 , window.YTD.tweets.part2 ... so on
(NEW) window.YTD.twitter_circle_tweet.part0 , window.YTD.twitter_circle_tweet.part1 , window.YTD.twitter_circle_tweet.part2 .. so on

and also old archive should work too, I tried not to damage old implementation.

(but it's just a pseudo code, so needs to be fixed to comply Swift specifications, though);
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.

1 participant