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

feat: Add API endpoints for archiving from user, favlist, and collection #18

Merged
merged 10 commits into from
Jun 15, 2024

Commits on Jun 15, 2024

  1. feat: Add API endpoints for archiving from user, favlist, and collection

    The code changes add new API endpoints for archiving videos from user, favlist, and collection sources. It includes the necessary functions to run the corresponding commands and process the output. This feature enhances the functionality of the application by allowing users to easily archive videos from different sources.
    Ovler-Young authored and yzqzss committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    0bc8ce3 View commit details
    Browse the repository at this point in the history
  2. chore: use subprocess form asyncio

    Ovler-Young authored and yzqzss committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    ad22950 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4aa86ef View commit details
    Browse the repository at this point in the history
  4. chore: match the need of asyncio subprocess

    And remove the tempory txt after success
    Ovler-Young authored and yzqzss committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    766d78f View commit details
    Browse the repository at this point in the history
  5. feat: swtich to async native

    feat: `truncate` param to soft-limit bvids list size
    yzqzss committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    c4cb589 View commit details
    Browse the repository at this point in the history
  6. fix action_file

    yzqzss committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    cae48c6 View commit details
    Browse the repository at this point in the history
  7. refactor: KISS

    yzqzss committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    c1e90cf View commit details
    Browse the repository at this point in the history
  8. fix

    yzqzss committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    b34d30b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    aa5a9b5 View commit details
    Browse the repository at this point in the history
  10. chore: remove source_type

    and removed an assert
    Ovler-Young committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    4a7af21 View commit details
    Browse the repository at this point in the history