Youtube-dl viewster playlist language selection

Atemu

I am trying to download a playlist (http://www.viewster.com/serie/1291-19458-000/) using youtube-dl but If I download -f best it gives me a 720p video in japanese dub with Spanish or French subtitles most of the time but what I want is japanese dub with english subtitles. Youtube-dl does not list any video language selection command in it's help (only for subtitles), so idk if there's some sort of undocumented one.

I then ran -F and I saw that Every episode comes in 4 different languages (en, ja-en, ja-fr, ja-es), 6 resolutions (234p, ..., 720p) and 3 streaming methods (hls, http, hds) + audio only. ja-en-http-XXXX for example, where XXXX is the tbr of the video in kbit/s.

I tried using the subtitle language option but it didn't work because the subs are part of the encoded video.

Is there any way to download the wanted language without manually finding out the tbr and putting it in the command?

Atemu

-f best'[format_id^=ja-en-http]'

^= means "begins with"; you could also do it with *= ("contains")

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Java

Youtube - downloading a playlist - youtube-dl

From Dev

youtube-dl delete files that are no longer in a playlist

From Dev

youtube-dl | Download playlist in respective directory

From Dev

youtube-dl not downloading the whole playlist

From Dev

youtube-dl delete files that are no longer in a playlist

From Dev

How to download a youtube playlist with numbered prefix via youtube-dl?

From Dev

How to download a youtube playlist with numbered prefix via youtube-dl?

From Dev

Downloading youtube playlist with youtube-dl, skipping existing files

From Dev

Play youtube playlist with youtube-dl with shuffling or repeat

From Dev

get newest additions to a youtube playlist using youtube-dl

From Dev

Download youtube playlist from youtube-dl. but no sounds

From Dev

How can I download a youtube playlist with youtube-dl and make it a mp3-playlist?

From Dev

youtube-dl; How download ONLY the playlist, NOT the files therein

From Dev

How can I make youtube-dl return the creator of a playlist?

From Dev

youtube-dl: Use different output format if downloading a playlist

From Dev

youtube-dl all the vides under a specified playlist

From Dev

Synchronise items in current folder with playlist using youtube-dl

From Dev

How can I download part of a playlist from YouTube with 'youtube-dl'?

From Dev

How can I download part of a playlist from YouTube with 'youtube-dl'?

From Dev

youtube-dl, how to write all subs of a youtube playlist to ONE single file?

From Dev

How to download multiple video playlist by youtube-dl and avoid repeated recheck?

From Dev

In bash script how do I ensure youtube-dl downloads all files in a playlist

From Dev

Background Playlist Youtube Videos

From Dev

YouTube playlist length

From Dev

SublimeVideo Youtube and playlist

From Dev

Get reference to youtube playlist

From Dev

YouTube playlist length

From Dev

Extract youtube playlist videos

From Dev

Order of the youtube Playlist api

Related Related

  1. 1

    Youtube - downloading a playlist - youtube-dl

  2. 2

    youtube-dl delete files that are no longer in a playlist

  3. 3

    youtube-dl | Download playlist in respective directory

  4. 4

    youtube-dl not downloading the whole playlist

  5. 5

    youtube-dl delete files that are no longer in a playlist

  6. 6

    How to download a youtube playlist with numbered prefix via youtube-dl?

  7. 7

    How to download a youtube playlist with numbered prefix via youtube-dl?

  8. 8

    Downloading youtube playlist with youtube-dl, skipping existing files

  9. 9

    Play youtube playlist with youtube-dl with shuffling or repeat

  10. 10

    get newest additions to a youtube playlist using youtube-dl

  11. 11

    Download youtube playlist from youtube-dl. but no sounds

  12. 12

    How can I download a youtube playlist with youtube-dl and make it a mp3-playlist?

  13. 13

    youtube-dl; How download ONLY the playlist, NOT the files therein

  14. 14

    How can I make youtube-dl return the creator of a playlist?

  15. 15

    youtube-dl: Use different output format if downloading a playlist

  16. 16

    youtube-dl all the vides under a specified playlist

  17. 17

    Synchronise items in current folder with playlist using youtube-dl

  18. 18

    How can I download part of a playlist from YouTube with 'youtube-dl'?

  19. 19

    How can I download part of a playlist from YouTube with 'youtube-dl'?

  20. 20

    youtube-dl, how to write all subs of a youtube playlist to ONE single file?

  21. 21

    How to download multiple video playlist by youtube-dl and avoid repeated recheck?

  22. 22

    In bash script how do I ensure youtube-dl downloads all files in a playlist

  23. 23

    Background Playlist Youtube Videos

  24. 24

    YouTube playlist length

  25. 25

    SublimeVideo Youtube and playlist

  26. 26

    Get reference to youtube playlist

  27. 27

    YouTube playlist length

  28. 28

    Extract youtube playlist videos

  29. 29

    Order of the youtube Playlist api

HotTag

Archive