Mục lục bài viết

Mẹo Hướng dẫn Youtube playlist URL list Mới Nhất

Cập Nhật: 2021-12-26 01:49:05,Bạn Cần biết về Youtube playlist URL list. Quý quý khách trọn vẹn có thể lại Báo lỗi ở phía dưới để Tác giả đc tương hỗ.

834

Get video URLs from a YouTube playlist

Youtube, Jq, Cli, Commandline

I wanted to make my own list of YouTube video URLs today, and as far as I can tell, YouTube doesn’t let you do that. The excellent tool youtube-dl came to the rescue, along with a post on askubuntu that combines it with jq and sed.

I wanted to output the video URLs and the titles, and it turns out this can be achieved with jq on it’s own. I changed the jq portion and the final commandline looks like this.

1
2
youtube-dl –dump-json –flat-playlist “youtube/playlist?list=PL46-cKSxMYYCMpzXo6p0Cof8hJInYgohU”
| jq -r ‘”(.title)nhttps://youtu.be/(.id)n”‘

This outputs something like:

1
2
3
4
5
6
7
8
9
Vim Un-Alphabet 01: Teaser
youtu.be/7LDlUMMbv6k
Vim Un-Alphabet 02: Help
youtu.be/ZTCzWRqR_us
Vim Un-Alphabet 03: Tilde
youtu.be/5jMiYtXz2QA

Of course, we can pipe the result of this to a file by appending > result.txt or, in my case, straight to the clipboard with | pbcopy.

Reply
6
0
Chia sẻ

Video full hướng dẫn Share Link Down Youtube playlist URL list ?

– Một số Keywords tìm kiếm nhiều : ” Review Youtube playlist URL list tiên tiến và phát triển nhất , Chia Sẻ Link Cập nhật Youtube playlist URL list “.

Thảo Luận vướng mắc về Youtube playlist URL list

You trọn vẹn có thể để lại Comments nếu gặp yếu tố chưa hiểu nghen.
#Youtube #playlist #URL #list