como corrigir o erro durante o download de vídeo

2

Quando tento baixar um vídeo, recebo um erro:

youtube-dl http://youtu.be/My2FRPA3Gf8 :

[youtube] Setting language
[youtube] My2FRPA3Gf8: Downloading video webpage
[youtube] My2FRPA3Gf8: Downloading video info webpage
[youtube] My2FRPA3Gf8: Extracting video information
[youtube] My2FRPA3Gf8: Encrypted signatures detected.

ERROR: unable to download video
    
por raj 15.09.2013 / 15:30

3 respostas

1

Você está usando uma versão desatualizada do youtube-dl. Como o YouTube altera sua interface regularmente, o youtube-dl tem seu próprio mecanismo de atualização. Digite

sudo youtube-dl -U

para atualizar. Se isso não funcionar, sinta-se à vontade para arquivar um bug no projeto youtube-dl. Não se esqueça de incluir a saída completa ao chamar o youtube-dl com -v , desta forma:

[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-v', 'http://youtu.be/My2FRPA3Gf8']
[debug] Encodings: locale 'UTF-8', fs 'UTF-8', out 'UTF-8', pref: 'UTF-8'
[debug] youtube-dl version 2014.01.27.2
[debug] Python version 2.6.6 - Linux-2.6.32-274.7.1.el5.028stab095.1-x86_64-with-debian-6.0.8
[debug] Proxy map: {}
[youtube] Setting language
[youtube] My2FRPA3Gf8: Downloading webpage
[youtube] My2FRPA3Gf8: Downloading video info webpage
[youtube] My2FRPA3Gf8: Extracting video information
[youtube] My2FRPA3Gf8: Encrypted signatures detected.
[youtube] encrypted signature length 85 (44.40), itag 22, html5 player ima-en_US-vflkClbFb
[youtube] encrypted signature length 85 (44.40), itag 43, html5 player ima-en_US-vflkClbFb
[youtube] encrypted signature length 85 (44.40), itag 18, html5 player ima-en_US-vflkClbFb
[youtube] encrypted signature length 85 (44.40), itag 5, html5 player ima-en_US-vflkClbFb
[youtube] encrypted signature length 85 (44.40), itag 36, html5 player ima-en_US-vflkClbFb
[youtube] encrypted signature length 85 (44.40), itag 17, html5 player ima-en_US-vflkClbFb
[youtube] encrypted signature length 84 (41.42), itag 137, html5 player ima-en_US-vflkClbFb
[youtube] My2FRPA3Gf8: Downloading js player vflkClbFb
[youtube] encrypted signature length 84 (41.42), itag 136, html5 player ima-en_US-vflkClbFb
[youtube] encrypted signature length 84 (41.42), itag 135, html5 player ima-en_US-vflkClbFb
[youtube] encrypted signature length 84 (41.42), itag 134, html5 player ima-en_US-vflkClbFb
[youtube] encrypted signature length 84 (41.42), itag 133, html5 player ima-en_US-vflkClbFb
[youtube] encrypted signature length 84 (41.42), itag 160, html5 player ima-en_US-vflkClbFb
[youtube] encrypted signature length 84 (41.42), itag 140, html5 player ima-en_US-vflkClbFb
[youtube] encrypted signature length 84 (41.42), itag 171, html5 player ima-en_US-vflkClbFb
[youtube] encrypted signature length 85 (44.40), itag 137, html5 player ima-en_US-vflkClbFb
[youtube] encrypted signature length 85 (44.40), itag 136, html5 player ima-en_US-vflkClbFb
[youtube] encrypted signature length 85 (44.40), itag 135, html5 player ima-en_US-vflkClbFb
[youtube] encrypted signature length 85 (44.40), itag 134, html5 player ima-en_US-vflkClbFb
[youtube] encrypted signature length 85 (44.40), itag 133, html5 player ima-en_US-vflkClbFb
[youtube] encrypted signature length 85 (44.40), itag 160, html5 player ima-en_US-vflkClbFb
[youtube] encrypted signature length 85 (44.40), itag 140, html5 player ima-en_US-vflkClbFb
[youtube] encrypted signature length 85 (44.40), itag 171, html5 player ima-en_US-vflkClbFb
[download] Destination: Miley Cyrus - Wrecking Ball-My2FRPA3Gf8.mp4
[download] 100% of 40.76MiB in 00:04
    
por phihag 11.03.2014 / 03:27
0

Tente fazer o download do vídeo usando o link exibido na barra de endereço do seu navegador da web ... Este post pode ajudar você a conhecer mais ..

Por exemplo: youtube-dl http://www.youtube.com/watch?v=2leg8mUE9rs em vez do que você tentou

    
por AzkerM 15.09.2013 / 16:20
0

Tente atualizá-lo:

sudo youtube-dl -U

deve resolver seus problemas.

    
por Soumitra Karmakar 01.03.2014 / 07:24