We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running download.py
I get that the 6 "pixabay" videos failed to download (ffmpeg throws a moov atom error)
Debug steps: I grabbed the direct url for example, https://pixabay.com/videos/download/video-33572_source.mp4?attachment
then ran wget https://pixabay.com/videos/download/video-33572_source.mp4?attachment which returned a 403 forbidden.
wget https://pixabay.com/videos/download/video-33572_source.mp4?attachment
Additionally, this also returned 403 forbidden wget https://pixabay.com/videos/download/video-33572_source.mp4
wget https://pixabay.com/videos/download/video-33572_source.mp4
Going to that location with a webbrowser prompts me to make an account
The text was updated successfully, but these errors were encountered:
The automatic method of downloading may no longer work. If you manually go to the video page though, following the instructions here: https://github.com/amazon-science/tracking-dataset/blob/main/readme/external_dataset.md#pixabay , those manual steps seem to still work without an account, it's 6 videos so hopefully not too much trouble.
Sorry, something went wrong.
No branches or pull requests
When running download.py
I get that the 6 "pixabay" videos failed to download (ffmpeg throws a moov atom error)
Debug steps:
I grabbed the direct url
for example, https://pixabay.com/videos/download/video-33572_source.mp4?attachment
then ran
wget https://pixabay.com/videos/download/video-33572_source.mp4?attachment
which returned a 403 forbidden.
Additionally, this also returned 403 forbidden
wget https://pixabay.com/videos/download/video-33572_source.mp4
Going to that location with a webbrowser prompts me to make an account
The text was updated successfully, but these errors were encountered: