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

Nitter: "URLs are not supported/enabled" for mp4's #4853

Closed
Nitrousoxide opened this issue Nov 27, 2023 · 0 comments · Fixed by #4855
Closed

Nitter: "URLs are not supported/enabled" for mp4's #4853

Nitrousoxide opened this issue Nov 27, 2023 · 0 comments · Fixed by #4855
Labels

Comments

@Nitrousoxide
Copy link
Contributor

It looks like it fails to download videos that are visible and downloadable via browser:

Logs:
Fails to download mp4

❯ gallery-dl "nitter:https://nitter.privacydev.net/mitarashi_santa/status/1729094398280110115#m"
[download][error] '/pic/video.twimg.com%2Ftweet_video%2FF_76LOGasAArwWx.mp4:' URLs are not supported/enabled
[download][error] Failed to download 1729094398280110115_1.mp4

Downloads images just fine:

~ 
❯ gallery-dl "nitter:https://nitter.privacydev.net/mitarashi_santa/status/1728018487476682804#m"
./gallery-dl/nitter.privacydev.net/mitarashi_santa/1728018487476682804_1.jpg
./gallery-dl/nitter.privacydev.net/mitarashi_santa/1728018487476682804_2.jpg
./gallery-dl/nitter.privacydev.net/mitarashi_santa/1728018487476682804_3.jpg
./gallery-dl/nitter.privacydev.net/mitarashi_santa/1728018487476682804_4.jpg

~ took 10s 
❯ 

Version:

❯ gallery-dl -v
[gallery-dl][debug] Version 1.26.2
[gallery-dl][debug] Python 3.12.0 - Linux-6.5.11-300.fc39.aarch64-aarch64-with
[gallery-dl][debug] requests 2.31.0 - urllib3 2.1.0
[gallery-dl][debug] Configuration Files ['/etc/gallery-dl.conf']
usage: gallery-dl [OPTION]... URL...
gallery-dl: error: The following arguments are required: URL
Use 'gallery-dl --help' to get a list of all options.

Relevant gallery-dl.conf has needed nitter config

        "nitter": {
            "quoted": false,
            "retweets": false,
            "videos": true
	},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants