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

fix for youtube comments csv + old Chrome/MyActivity.json #73

Merged
merged 2 commits into from
Sep 19, 2024

Commits on Sep 19, 2024

  1. 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']}
    ```
    karlicoss committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    70c0e0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9fdf39 View commit details
    Browse the repository at this point in the history