Got a working twint_json parser #1
No Reviewers
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
repo.issues.num_participants_one%!(EXTRA int=1)
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference
BallsGang/ArchiveByrd!1
Loading…
editor.table_modal.header
editor.link_modal.header
Reference in New Issue
No description provided.
Delete Branch "twint_json_parser"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Related issues
Changes these areas
Looks good!
@ -31,7 +34,7 @@ def parse_twint_json_export(json_file: IO[str], **_kwargs) -> Iterable[Link]:ts_str = str(datetime.now(timezone.utc).timestamp())if data.get('timestamp'):# chrome/ff histories use a very precise timestampI think this was left here from debugging / dev?