-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix for youtube comments csv + old Chrome/MyActivity.json (#73)
* parse_json_activity: fix missing "header" in Chrome/MyActivity Handles these without errors: ``` {'title': 'Visited view-source:http://127.0.0.1:8000/annotating.html', 'titleUrl': 'https://www.google.com/url?q=view-source:http://127.0.0.1:8000/annotating.html&usg=AFQjCNFSMQX8pgDQhBd-j1Um3T0bFO1Zzg', 'time': '2019-07-20T23:50:11.333Z', 'products': ['Chrome']} ``` * parse_csv: fix youtube comments parsing due to changed format in June 2024
- Loading branch information
Showing
3 changed files
with
64 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters