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 support for YouTube Takeouts #382

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Commits on Jul 4, 2024

  1. adds YouTube CSV parsing

    thecabinet committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    667832a View commit details
    Browse the repository at this point in the history
  2. implements Prepare/Browse

    thecabinet committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    995e916 View commit details
    Browse the repository at this point in the history
  3. removes unnecessary unicode normalization

    This actually breaks stuff, particularly the name of the
    "Zalͮ̒ͫgo اختبار النص-videos.csv" playlist, which becomes
    "Zälͮ̒ͫǧ̗͚̚o اختبار النص-videos.csv".  Who doesn't love Unicode?
    thecabinet committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    0ca2944 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b0a50a0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5fbe596 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    756d80f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    21d6ee6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8e899e1 View commit details
    Browse the repository at this point in the history
  9. fixes video description

    Fixes video description to be the title or the description or both,
    combined sensibly.
    thecabinet committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    61b87c1 View commit details
    Browse the repository at this point in the history
  10. improves matching video files to titles

    Not all videos have a .mp4 extension
    thecabinet committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    6d8868b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5313469 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    91f4c25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee07ea4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c65080d View commit details
    Browse the repository at this point in the history