From 8250725d2ca79fa6d8d792e76dad42fd7eeb693a Mon Sep 17 00:00:00 2001 From: Alessio Date: Wed, 19 Jan 2022 17:20:52 -0800 Subject: [PATCH] Update CHANGELOG.txt for v0.0.5 --- CHANGELOG.txt | 6 ++++++ doc/TODO.txt | 19 +++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 5c60832..55c9a0c 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -35,3 +35,9 @@ v0.0.4 - Add support for banned users - Improve tombstone recognition (quote-tweets) - Fix spacing issue around tiny profile images + +v0.0.5 +------ + +- BUGFIX: fix parsing of tweet URLs with query params ('?s=20', etc) +- BUGFIX: fix bug in scraping users with "600x200" banner images that caused them not to be saved correctly diff --git a/doc/TODO.txt b/doc/TODO.txt index 20eb13c..6f9a1c6 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -20,3 +20,22 @@ TODO cleanup-main: The `cmd/twitter/main.go` file is becoming a disaster, it nee TODO broadcast-cards panic: Unknown card type: 3691233323:periscope_broadcast panic: Unknown card type: 745291183405076480:broadcast + +TODO consecutive-tombstones +Conversation threads with two or more consecutive tombstones don't get scraped correctly + +Video size reduction: +- add "bitrate" and "available bitrates" fields +- option to upgrade or downgrade video quality +- + +TODO tombstone updating: +- "Tweet is unavailable" tombstones are not always accurate. In user feed, they show as "not available" but the real reason is "deleted" etc; should update the tombstone type when fetching the conversation view +- If a tweet is deleted after getting a non-stub version, should still show a tombstone (or a modified one at least) + + +TODO: Problem tweets +- https://twitter.com/HazardHarringto/status/1481808740445741062: replies not loading +- https://twitter.com/TyCardon/status/1480640777281839106: "Media has been disabled in response to report by copyright owner" +- https://twitter.com/CovfefeAnon/status/1427693931047837702: parent thread not loading (possible GUI problem) +- "account no longer exists" tombstone not being collected