vimeo-dl icon indicating copy to clipboard operation
vimeo-dl copied to clipboard

v.streams EMpty on private video.

Open blackexchange opened this issue 1 year ago • 2 comments

I cant download private video.

from vimeo_downloader import Vimeo cookies = """ vuid=pl1266809688.1921417545; has_uploaded=1; player="volume=1"; _ga=GA1.2.799744625.1699639821; __cf_bm=Vacaqpk3jbvGe2mw8AYrp1eCOv34eOxsXPejJ2UXn3A-1700080558-0-AZ+gtKjqjl6s9lipm0PWDIqvrUA31biUBVg4BfWWimRH4bOMvWYhCOwcAME7gCjSowsPfajyMTHUf5m3nQ9HUJs= """.strip()

v = Vimeo('https://player.vimeo.com/video/597362348', embedded_on='https://cursos.luiztools.com.br/topico/07-criptografia-aes/', cookies=cookies)

blackexchange avatar Nov 16 '23 11:11 blackexchange

I hit the same problem. This lib handles it without much of a problem https://github.com/yt-dlp/yt-dlp

just do yt-dlp https://... and thats it.

allthough there is plenty more of config options so you may want to look into them as well if you need to tweak your download.

an0o0nym avatar Feb 16 '24 20:02 an0o0nym

Thanks

Sent from iPad

Em sex., 16 de fev. de 2024 às 17:22, Damian @.***> escreveu:

I hit the same problem. This lib handles it without much of a problem https://github.com/yt-dlp/yt-dlp

just do yt-dlp and thats it.

allthough there is plenty more of config options so you may want to look into them as well if you need to tweak your download.

— Reply to this email directly, view it on GitHub https://github.com/yashrathi-git/vimeo_downloader/issues/21#issuecomment-1949278197, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACPAWC42HFYH2LLLQNEU7W3YT65W7AVCNFSM6AAAAAA7OAVJCWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNBZGI3TQMJZG4 . You are receiving this because you authored the thread.Message ID: @.***>

blackexchange avatar Feb 16 '24 21:02 blackexchange