Skip to content

[BUG] static yt-dlp version in requirements.txt #28

@QuentinEschmann

Description

@QuentinEschmann

While trying to download your dataset, I stumbled on a problem with yt-dlp. I kept getting error 400 from youtube. While debugging, I found out that you have a specific version of yt-dlp in your requirements.txt file wich was released in 2024.
To fix the error 400 problem I just had to change

git+https://github.com/yt-dlp/yt-dlp@a065086640e888e8d58c615d52ed2f4f4e4c9d18

by

git+https://github.com/yt-dlp/yt-dlp

So it uses the last version of yt-dlp instead of the 2024 one.

If you don't mind me asking, why is it like this ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions