ytdl-org / youtube-dl

Command-line program to download videos from YouTube.com and other video sites
http://ytdl-org.github.io/youtube-dl/
The Unlicense
131.69k stars 9.97k forks source link

Youtube Mix playlist only downloads the first 25 videos #27672

Open 7UR7L3 opened 3 years ago

7UR7L3 commented 3 years ago

Checklist

Verbose log

PS C:\Users\7UR7L3> youtube-dl -v -e --playlist-end 35 "https://www.youtube.com/watch?v=SvtElr977lU&list=RDSvtElr977lU&index=1"
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', '-e', '--playlist-end', '35', 'https://www.youtube.com/watch?v=SvtElr977lU&list=RDSvtElr977lU&index=1']
[debug] Encodings: locale cp1252, fs utf-8, out utf-8, pref cp1252
[debug] youtube-dl version 2021.01.03
[debug] Python version 3.8.2 (CPython) - Windows-10-10.0.19041-SP0
[debug] exe versions: ffmpeg 4.2.2, ffprobe 4.2.2
[debug] Proxy map: {}
[debug] Default format spec: bestvideo+bestaudio/best
gudnite - cận
[debug] Default format spec: bestvideo+bestaudio/best
nói với anh tìm kiếm nơi đâu..? - kris d x m.hanh x snazzy
[debug] Default format spec: bestvideo+bestaudio/best
"khong hoi tiec" - FiG | Lofi VietNam
[debug] Default format spec: bestvideo+bestaudio/best
Em có muốn nghe nỗi buồn của anh - karrot | Lofi VietNam
[debug] Default format spec: bestvideo+bestaudio/best
Nghe Bài Này Đi Em (feat. Specter, Chu)
[debug] Default format spec: bestvideo+bestaudio/best
EMOTINE -  LIMITLESS (Prod by LIMITLESS)(ELLE-THE MIXTAPE) | Lofi VietNam
[debug] Default format spec: bestvideo+bestaudio/best
s a i b ( ID MIX ) - v i n a f o u n t a i n.
[debug] Default format spec: bestvideo+bestaudio/best
i get this feeling when i see her - BuiVanNgan / lofi vietnam
[debug] Default format spec: bestvideo+bestaudio/best
Thanh Xuân - Will D x Ngan ft. Bil'Max | Lofi VietNam
[debug] Default format spec: bestvideo+bestaudio/best
She Said No. - Levi
[debug] Default format spec: bestvideo+bestaudio/best
Chờ thì vẫn chờ  - SONBEAT x D$CEE | Lofi Vietnam
[debug] Default format spec: bestvideo+bestaudio/best
She and Blue - FiG | Lofi VietNam
[debug] Default format spec: bestvideo+bestaudio/best
my life after she had gone - Retr0kjD | Lofi VietNam
[debug] Default format spec: bestvideo+bestaudio/best
mưa - nog x duckie
[debug] Default format spec: bestvideo+bestaudio/best
Bình thường
[debug] Default format spec: bestvideo+bestaudio/best
Lieu Em Se Cung Anh Di Den Cuoi?
[debug] Default format spec: bestvideo+bestaudio/best
sincerly, xoxo - anktuzz | Lofi Vietnam
[debug] Default format spec: bestvideo+bestaudio/best
Voicemail 語音郵件 - Han the Vibey.
[debug] Default format spec: bestvideo+bestaudio/best
Như Việt | Bông Hoa Chẳng Thuộc Về Ta (Sykor lofi mix) | Lofi Ver | Lofi VietNam
[debug] Default format spec: bestvideo+bestaudio/best
u did like me? - Kami | Lofi VietNam
[debug] Default format spec: bestvideo+bestaudio/best
3107 - W/n - Duongg - Nâu ( lofi ver by Salt) | Lofi VietNam
[debug] Default format spec: bestvideo+bestaudio/best
Xe 58
[debug] Default format spec: bestvideo+bestaudio/best
TÙNG | XA (CHỜ ĐẾN MÙA GIÓ) | MV LYRICS
[debug] Default format spec: bestvideo+bestaudio/best
Eden - 1998 LOVE ft. Bòn Bon | Lofi VietNam
[debug] Default format spec: bestvideo+bestaudio/best
Sound of lullaby - GVAHII

(in fact, sometimes it gets fewer than 25)

PS C:\Users\7UR7L3> youtube-dl -v -e "https://www.youtube.com/watch?v=ETrWMvicKps&list=RDETrWMvicKps&index=1"
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', '-e', 'https://www.youtube.com/watch?v=ETrWMvicKps&list=RDETrWMvicKps&index=1']
[debug] Encodings: locale cp1252, fs utf-8, out utf-8, pref cp1252
[debug] youtube-dl version 2021.01.03
[debug] Python version 3.8.2 (CPython) - Windows-10-10.0.19041-SP0
[debug] exe versions: ffmpeg 4.2.2, ffprobe 4.2.2
[debug] Proxy map: {}
[debug] Default format spec: bestvideo+bestaudio/best
Girl honks at ship
[debug] Default format spec: bestvideo+bestaudio/best
Boy's Epic Staredown Battle Goes Viral
[debug] Default format spec: bestvideo+bestaudio/best
✨🎺✨

Description

youtube-dl only downloads (at most) 25 videos of every Youtube Mix playlist that I've tried, even when specifying --playlist-end. #3837 appears to have received a fix for this in 1b6182d (in 2016), but I was not able to find this code in the current codebase (maybe a regression at some point? The test case https://www.youtube.com/watch?v=W01L70IGBgE&index=2&list=RDOQpdSVF_k_w in that commit no longer works, in addition to the two playlists whose logs I've provided above).

The mentioned solution (repeatedly jumping to the last item in the downloaded YouTube Mix and downloading the newly fetched successive list of songs until the specified --playlist-end is reached (by default the size of two consecutive lists fetched)) seems like what should be happening. But maybe there is a different cause for this bug?

The url scheme of these mix playlists is slightly complex, as the index restarts on further paginations beyond the first 50 videos.

This demonstrates how the indices change depending on the pagination into the Youtube Mix (click to expand). (all output retrieved with `console.log(document.URL), [...document.querySelectorAll(".style-scope ytd-playlist-panel-video-renderer")].map( e => e.querySelector("a").getAttribute("href") + "\t\t" + e.querySelector("#video-title").innerText ).join("\n")`) ### initially on page load: ``` // current url https://www.youtube.com/watch?v=SvtElr977lU&list=RDSvtElr977lU&index=1 // current videos in the Mix /watch?v=SvtElr977lU&list=RDSvtElr977lU&index=1 gudnite - cận /watch?v=suaDE8kdoYQ&list=RDSvtElr977lU&index=2 nói với anh tìm kiếm nơi đâu..? - kris d x m.hanh x snazzy /watch?v=qx9p9Pwun6o&list=RDSvtElr977lU&index=3 Lac vao nhung noi buon - whisky /watch?v=-qRnpK0b-nI&list=RDSvtElr977lU&index=4 it's raining outside and i miss you - Too☀️ /watch?v=MSKixGdMb7Q&list=RDSvtElr977lU&index=5 lieu em co nghe thay tieng anh khoc? - d a z /watch?v=XHCOJgXI9jU&list=RDSvtElr977lU&index=6 EMOTINE - LIMITLESS (Prod by LIMITLESS)(ELLE-THE MIXTAPE) | Lofi VietNam /watch?v=3rnJQAk77QI&list=RDSvtElr977lU&index=7 bản tình ca - cận /watch?v=JkyFYmBpSts&list=RDSvtElr977lU&index=8 mình còn lại gì ngoài cuộc gọi 2 giờ đêm? - mascara chillies (sonbeat mix) / lofi vietnam chill /watch?v=zCdxI4N3gSM&list=RDSvtElr977lU&index=9 thanh spring ヘ゛じ - east /watch?v=8Fd77omIrII&list=RDSvtElr977lU&index=10 (FREE) Lo-fi Type Beat - Best Mistake /watch?v=Zb2D8X_WYVU&list=RDSvtElr977lU&index=11 (FREE) Lo-fi Type Beat - Love Itself /watch?v=pln9LjXYUTM&list=RDSvtElr977lU&index=12 Sugar - gaumeobeou / Lofi vietnam /watch?v=NCjP9x34V0k&list=RDSvtElr977lU&index=13 (FREE) Lo-fi Type Beat - Can you hear me? /watch?v=pgMmENv6C-Q&list=RDSvtElr977lU&index=14 À Mà Ta Đã Chia Tay Rồi - Xám x Hiền Hà Thu ( Doung mix) /watch?v=0K76SSjLA68&list=RDSvtElr977lU&index=15 Có ai đó nhớ ai ướt mi - yunghuy /watch?v=35GrgglSsO0&list=RDSvtElr977lU&index=16 mưa - nog x duckie /watch?v=srRClZlyMLE&list=RDSvtElr977lU&index=17 em - daz /watch?v=KTbDP7Kw4lQ&list=RDSvtElr977lU&index=18 (FREE) Lo-fi Type Beat - Miss You /watch?v=PH6swt0xGSg&list=RDSvtElr977lU&index=19 HONGKONG 12 - NGUYỄN TRỌNG TÀI ft. MC 12 ( Chill ver. by SONBEAT ) /watch?v=RTP-Hb9drIo&list=RDSvtElr977lU&index=20 2ndtime - TSL x marzuz | Pacman /watch?v=F8W6C6mc1yw&list=RDSvtElr977lU&index=21 Anh không còn tin vào tình yêu cho đến khi - gyokin /watch?v=bS3V88Eto1U&list=RDSvtElr977lU&index=22 (FREE) Lo-fi Type Beat - See you again /watch?v=iJMjThmMI8Y&list=RDSvtElr977lU&index=23 (FREE) Lo-fi Type Beat - True Love /watch?v=vudJ0Kqm3WM&list=RDSvtElr977lU&index=24 Co nhung chuyen ta se kho the quen - bluemiBoi | Lofi VietNam /watch?v=yDLpArur3fg&list=RDSvtElr977lU&index=25 I like ice cream, they are sweet just like you - karrot x marzuz ``` ### after clicking the last song in the Mix (index 25): ``` // current url https://www.youtube.com/watch?v=yDLpArur3fg&list=RDSvtElr977lU&index=25 // current videos in the Mix /watch?v=SvtElr977lU&list=RDSvtElr977lU&index=1 gudnite - cận /watch?v=suaDE8kdoYQ&list=RDSvtElr977lU&index=2 nói với anh tìm kiếm nơi đâu..? - kris d x m.hanh x snazzy /watch?v=qx9p9Pwun6o&list=RDSvtElr977lU&index=3 Lac vao nhung noi buon - whisky /watch?v=-qRnpK0b-nI&list=RDSvtElr977lU&index=4 it's raining outside and i miss you - Too☀️ /watch?v=MSKixGdMb7Q&list=RDSvtElr977lU&index=5 lieu em co nghe thay tieng anh khoc? - d a z /watch?v=XHCOJgXI9jU&list=RDSvtElr977lU&index=6 EMOTINE - LIMITLESS (Prod by LIMITLESS)(ELLE-THE MIXTAPE) | Lofi VietNam /watch?v=3rnJQAk77QI&list=RDSvtElr977lU&index=7 bản tình ca - cận /watch?v=JkyFYmBpSts&list=RDSvtElr977lU&index=8 mình còn lại gì ngoài cuộc gọi 2 giờ đêm? - mascara chillies (sonbeat mix) / lofi vietnam chill /watch?v=zCdxI4N3gSM&list=RDSvtElr977lU&index=9 thanh spring ヘ゛じ - east /watch?v=8Fd77omIrII&list=RDSvtElr977lU&index=10 (FREE) Lo-fi Type Beat - Best Mistake /watch?v=Zb2D8X_WYVU&list=RDSvtElr977lU&index=11 (FREE) Lo-fi Type Beat - Love Itself /watch?v=pln9LjXYUTM&list=RDSvtElr977lU&index=12 Sugar - gaumeobeou / Lofi vietnam /watch?v=NCjP9x34V0k&list=RDSvtElr977lU&index=13 (FREE) Lo-fi Type Beat - Can you hear me? /watch?v=pgMmENv6C-Q&list=RDSvtElr977lU&index=14 À Mà Ta Đã Chia Tay Rồi - Xám x Hiền Hà Thu ( Doung mix) /watch?v=0K76SSjLA68&list=RDSvtElr977lU&index=15 Có ai đó nhớ ai ướt mi - yunghuy /watch?v=35GrgglSsO0&list=RDSvtElr977lU&index=16 mưa - nog x duckie /watch?v=srRClZlyMLE&list=RDSvtElr977lU&index=17 em - daz /watch?v=KTbDP7Kw4lQ&list=RDSvtElr977lU&index=18 (FREE) Lo-fi Type Beat - Miss You /watch?v=PH6swt0xGSg&list=RDSvtElr977lU&index=19 HONGKONG 12 - NGUYỄN TRỌNG TÀI ft. MC 12 ( Chill ver. by SONBEAT ) /watch?v=RTP-Hb9drIo&list=RDSvtElr977lU&index=20 2ndtime - TSL x marzuz | Pacman /watch?v=F8W6C6mc1yw&list=RDSvtElr977lU&index=21 Anh không còn tin vào tình yêu cho đến khi - gyokin /watch?v=bS3V88Eto1U&list=RDSvtElr977lU&index=22 (FREE) Lo-fi Type Beat - See you again /watch?v=iJMjThmMI8Y&list=RDSvtElr977lU&index=23 (FREE) Lo-fi Type Beat - True Love /watch?v=vudJ0Kqm3WM&list=RDSvtElr977lU&index=24 Co nhung chuyen ta se kho the quen - bluemiBoi | Lofi VietNam /watch?v=yDLpArur3fg&list=RDSvtElr977lU&index=25 I like ice cream, they are sweet just like you - karrot x marzuz /watch?v=HSjM4wmD2-k&list=RDSvtElr977lU&index=26 Thanh Xuân - Will D x Ngan ft. Bil'Max | Lofi VietNam /watch?v=yCDpgz3mJDI&list=RDSvtElr977lU&index=27 (FREE) Lo-fi Type Beat - Mine /watch?v=xVf4Zk8CBj0&list=RDSvtElr977lU&index=28 (FREE) Lo-fi Type Beat - I Need a Girl /watch?v=EokGNkAT2Nk&list=RDSvtElr977lU&index=29 YÊU LẠI CHÚT THÔI - Clow ft Linh Thộn ( sforz lofi mix ) | Lofi VietNam /watch?v=ckmjdMD_r-w&list=RDSvtElr977lU&index=30 Relax your mind /watch?v=KlqD0QHJQA4&list=RDSvtElr977lU&index=31 co mot loai bi thuong - w h i s k y /watch?v=xznYEdqDDO8&list=RDSvtElr977lU&index=32 Nến và hoa - karrot /watch?v=FxFpvXD5hOk&list=RDSvtElr977lU&index=33 (FREE) Lo-fi Type Beat - Another You /watch?v=k1sHmffpIaQ&list=RDSvtElr977lU&index=34 "Life is a chain of drowning days..." /watch?v=SlHNwfPGWF4&list=RDSvtElr977lU&index=35 (FREE) Lo-fi Type Beat - Hours /watch?v=7pTw8PfNGs8&list=RDSvtElr977lU&index=36 i just don't know why - Supermarbeat | Lofi VietNam /watch?v=MCxgrGKtusE&list=RDSvtElr977lU&index=37 (FREE) Lo-fi Type Beat - Moon River /watch?v=62CriCqwwo8&list=RDSvtElr977lU&index=38 Em có bao giờ nghĩ đến việc ch*t đi - Cây /watch?v=_uuXACT1B1Q&list=RDSvtElr977lU&index=39 u did like me? - Kami | Lofi VietNam /watch?v=LNuML93Zwzk&list=RDSvtElr977lU&index=40 3107 - W/n - Duongg - Nâu ( lofi ver by Salt) | Lofi VietNam /watch?v=So2r2rIk6wk&list=RDSvtElr977lU&index=41 Phía Sau Đôi Mắt - Anh Bạn Thành ft. SIDO | Official Lyrics Video | Lofi VietNam /watch?v=kQ6yOSws3QU&list=RDSvtElr977lU&index=42 (FREE) Lo-fi Type Beat - Feeling /watch?v=VtZp4YcI4XQ&list=RDSvtElr977lU&index=43 mot ngay khong em - bun /watch?v=JypSzAwI5wE&list=RDSvtElr977lU&index=44 justatee x tiên tiên- cần gì hơn? ( Lofi Ver ) - DOVT | Lofi VietNam /watch?v=J0uvrOSxr2E&list=RDSvtElr977lU&index=45 my life after she had gone - Retr0kjD | Lofi VietNam /watch?v=Wc2s8D7E9DQ&list=RDSvtElr977lU&index=46 Một chiều anh ngồi ôm kỉ niệm - FiG | Lofi VietNam /watch?v=G_uzyXGGu4c&list=RDSvtElr977lU&index=47 (FREE) Lo-fi Type Beat - How Can I Forget You? /watch?v=JKkkmWaUYh4&list=RDSvtElr977lU&index=48 Tình Iu Ngủ Mê - UD ft Văn ft AOTHUATGIALINH ( Prod. Daz ) /watch?v=59TR32C9BwE&list=RDSvtElr977lU&index=49 THỊNH SUY - MỘT ĐÊM SAY (X) (kaismith remix) | Lofi VietNam ``` ### after clicking the last song in the Mix again (index 49): ``` // current url https://www.youtube.com/watch?v=59TR32C9BwE&list=RDSvtElr977lU&index=49 // current videos in the Mix /watch?v=vudJ0Kqm3WM&list=RDSvtElr977lU&index=1 Co nhung chuyen ta se kho the quen - bluemiBoi | Lofi VietNam /watch?v=yDLpArur3fg&list=RDSvtElr977lU&index=2 I like ice cream, they are sweet just like you - karrot x marzuz /watch?v=HSjM4wmD2-k&list=RDSvtElr977lU&index=3 Thanh Xuân - Will D x Ngan ft. Bil'Max | Lofi VietNam /watch?v=yCDpgz3mJDI&list=RDSvtElr977lU&index=4 (FREE) Lo-fi Type Beat - Mine /watch?v=xVf4Zk8CBj0&list=RDSvtElr977lU&index=5 (FREE) Lo-fi Type Beat - I Need a Girl /watch?v=EokGNkAT2Nk&list=RDSvtElr977lU&index=6 YÊU LẠI CHÚT THÔI - Clow ft Linh Thộn ( sforz lofi mix ) | Lofi VietNam /watch?v=ckmjdMD_r-w&list=RDSvtElr977lU&index=7 Relax your mind /watch?v=KlqD0QHJQA4&list=RDSvtElr977lU&index=8 co mot loai bi thuong - w h i s k y /watch?v=xznYEdqDDO8&list=RDSvtElr977lU&index=9 Nến và hoa - karrot /watch?v=FxFpvXD5hOk&list=RDSvtElr977lU&index=10 (FREE) Lo-fi Type Beat - Another You /watch?v=k1sHmffpIaQ&list=RDSvtElr977lU&index=11 "Life is a chain of drowning days..." /watch?v=SlHNwfPGWF4&list=RDSvtElr977lU&index=12 (FREE) Lo-fi Type Beat - Hours /watch?v=7pTw8PfNGs8&list=RDSvtElr977lU&index=13 i just don't know why - Supermarbeat | Lofi VietNam /watch?v=MCxgrGKtusE&list=RDSvtElr977lU&index=14 (FREE) Lo-fi Type Beat - Moon River /watch?v=62CriCqwwo8&list=RDSvtElr977lU&index=15 Em có bao giờ nghĩ đến việc ch*t đi - Cây /watch?v=_uuXACT1B1Q&list=RDSvtElr977lU&index=16 u did like me? - Kami | Lofi VietNam /watch?v=LNuML93Zwzk&list=RDSvtElr977lU&index=17 3107 - W/n - Duongg - Nâu ( lofi ver by Salt) | Lofi VietNam /watch?v=So2r2rIk6wk&list=RDSvtElr977lU&index=18 Phía Sau Đôi Mắt - Anh Bạn Thành ft. SIDO | Official Lyrics Video | Lofi VietNam /watch?v=kQ6yOSws3QU&list=RDSvtElr977lU&index=19 (FREE) Lo-fi Type Beat - Feeling /watch?v=VtZp4YcI4XQ&list=RDSvtElr977lU&index=20 mot ngay khong em - bun /watch?v=JypSzAwI5wE&list=RDSvtElr977lU&index=21 justatee x tiên tiên- cần gì hơn? ( Lofi Ver ) - DOVT | Lofi VietNam /watch?v=J0uvrOSxr2E&list=RDSvtElr977lU&index=22 my life after she had gone - Retr0kjD | Lofi VietNam /watch?v=Wc2s8D7E9DQ&list=RDSvtElr977lU&index=23 Một chiều anh ngồi ôm kỉ niệm - FiG | Lofi VietNam /watch?v=G_uzyXGGu4c&list=RDSvtElr977lU&index=24 (FREE) Lo-fi Type Beat - How Can I Forget You? /watch?v=JKkkmWaUYh4&list=RDSvtElr977lU&index=25 Tình Iu Ngủ Mê - UD ft Văn ft AOTHUATGIALINH ( Prod. Daz ) /watch?v=59TR32C9BwE&list=RDSvtElr977lU&index=26 THỊNH SUY - MỘT ĐÊM SAY (X) (kaismith remix) | Lofi VietNam /watch?v=61T-owKdiKA&list=RDSvtElr977lU&index=27 Chờ một ngày nắng – CvP / lofi vietnam /watch?v=ew9vKMgVCSU&list=RDSvtElr977lU&index=28 Anh không muốn quên em - 1nG /watch?v=jNKlQwt-SMU&list=RDSvtElr977lU&index=29 hand in hand. - Poi | lofi vietnam /watch?v=nMyYwW99D3Y&list=RDSvtElr977lU&index=30 "khong hoi tiec" - FiG | Lofi VietNam /watch?v=dPuarLLGZI8&list=RDSvtElr977lU&index=31 (FREE) Lo-fi Type Beat - Color of Love /watch?v=IA4dILVFhno&list=RDSvtElr977lU&index=32 winter wind, i hug u /watch?v=tVLPPKEKU3Y&list=RDSvtElr977lU&index=33 Nước mắt em lau bằng tình yêu mới /watch?v=A5B9YTPqBGA&list=RDSvtElr977lU&index=34 CM1X REMIX - 'LỠ THÍCH ANH MẤT RỒI' | VŨ PHỤNG TIÊN x OREZON /watch?v=rvwAq8Hk2t0&list=RDSvtElr977lU&index=35 (FREE) Lo-fi Type Beat - One Last Cry /watch?v=Fe5Fb3IKMHM&list=RDSvtElr977lU&index=36 cùng nắm tay nhau và va vào giai điệu này - đài | Lofi VietNam /watch?v=7ZgB6HTqtwA&list=RDSvtElr977lU&index=37 Vaymakhongthanh - Anne H | Lofi VietNam /watch?v=iUVcW-3ekI8&list=RDSvtElr977lU&index=38 Như Việt | Bông Hoa Chẳng Thuộc Về Ta (Sykor lofi mix) | Lofi Ver | Lofi VietNam /watch?v=StL15ERpY-M&list=RDSvtElr977lU&index=39 (lofi) pixel neko - cà phê đêm ft. nauq (official mv) /watch?v=ImkUymq-Qc4&list=RDSvtElr977lU&index=40 Hoa Nở Không Màu - Hoài Lâm (Ekid Lofi Ver.) | Lofi VietNam /watch?v=ClDbezeLekA&list=RDSvtElr977lU&index=41 ''I love you, you hate me'' - Thành Đức /watch?v=5mJ2zwhAYFM&list=RDSvtElr977lU&index=42 mai nay gap nhau - T/n | Lofi VietNam /watch?v=sy478EWRlEY&list=RDSvtElr977lU&index=43 She and Blue - FiG | Lofi VietNam /watch?v=0o2BDSz1tck&list=RDSvtElr977lU&index=44 Ngày một người không còn là tất cả - Chí | Lofi Vietnam /watch?v=3lXZ2HNroKA&list=RDSvtElr977lU&index=45 hoà vào cây, vương vào nắng và giấc mơ tôi có nàng - duokies | Lofi VietNam /watch?v=ZCrg3PZ7jsc&list=RDSvtElr977lU&index=46 Còn chút gì để nhớ - Chí | Lofi VietNam /watch?v=UehgUGnivCE&list=RDSvtElr977lU&index=47 3 1 0 7 - Duonng / Nau / W/n (Hiếu Đào Lofi mix) | Lofi VietNam /watch?v=qp4qSVWfzfc&list=RDSvtElr977lU&index=48 anh sẽ cùng em đi đến bất kì nơi đâu - fujishen. /watch?v=QiNqyp1-xGk&list=RDSvtElr977lU&index=49 donphuong - /piisuke ft. Rym /watch?v=KA6_O8MzAJk&list=RDSvtElr977lU&index=50 bao gio moi quen duoc em? - Duy Khanh | Lofi VietNam | Hy vọng em sẽ không còn cô đơn | Lofi buồn ``` note the indices into the Mix are renumbered as more videos are loaded in the Mix
7UR7L3 commented 3 years ago

This issue continues to persist on version 2021.01.24.1.

(logs with updated version, identical behavior/issue. click to expand) ``` [debug] System config: [] [debug] User config: [] [debug] Custom config: [] [debug] Command-line args: ['-v', '-e', '--playlist-end', '35', 'https://www.youtube.com/watch?v=SvtElr977lU&list=RDSvtElr977lU&index=1'] [debug] Encodings: locale cp1252, fs utf-8, out utf-8, pref cp1252 [debug] youtube-dl version 2021.01.24.1 [debug] Python version 3.8.2 (CPython) - Windows-10-10.0.19041-SP0 [debug] exe versions: ffmpeg 4.2.2, ffprobe 4.2.2 [debug] Proxy map: {} [debug] Default format spec: bestvideo+bestaudio/best gudnite - cận [debug] Default format spec: bestvideo+bestaudio/best nói với anh tìm kiếm nơi đâu..? - kris d x m.hanh x snazzy [debug] Default format spec: bestvideo+bestaudio/best winter wind, i hug u [debug] Default format spec: bestvideo+bestaudio/best Xe 58 [debug] Default format spec: bestvideo+bestaudio/best EMOTINE - LIMITLESS (Prod by LIMITLESS)(ELLE-THE MIXTAPE) | Lofi VietNam [debug] Default format spec: bestvideo+bestaudio/best kudasai - technicolor [debug] Default format spec: bestvideo+bestaudio/best bản tình ca - cận [debug] Default format spec: bestvideo+bestaudio/best Memories We Made (Original Mix) [debug] Default format spec: bestvideo+bestaudio/best kudasai - dream of her [debug] Default format spec: bestvideo+bestaudio/best LẦN CUỐI (đi bên em xót xa người ơi) [debug] Default format spec: bestvideo+bestaudio/best I like ice cream, they are sweet just like you - karrot x marzuz [debug] Default format spec: bestvideo+bestaudio/best Vài câu nói vào lúc mười giờ bốn lăm [debug] Default format spec: bestvideo+bestaudio/best Phía Sau Đôi Mắt - Anh Bạn Thành ft. SIDO | Official Lyrics Video | Lofi VietNam [debug] Default format spec: bestvideo+bestaudio/best Bình thường [debug] Default format spec: bestvideo+bestaudio/best Em Có Muốn Nghe Nỗi Buồn Của Anh [debug] Default format spec: bestvideo+bestaudio/best willistic - smile (Official Lyric Video) [debug] Default format spec: bestvideo+bestaudio/best She Said No. - Levi [debug] Default format spec: bestvideo+bestaudio/best Hope (Original Mix) [debug] Default format spec: bestvideo+bestaudio/best Nghe Bài Này Đi Em (feat. Specter, Chu) [debug] Default format spec: bestvideo+bestaudio/best Eddie Rohosy - Night Ride [debug] Default format spec: bestvideo+bestaudio/best Thịnh Suy - MỘT ĐÊM SAY (X) [debug] Default format spec: bestvideo+bestaudio/best Có ai đó nhớ ai ướt mi - yunghuy [debug] Default format spec: bestvideo+bestaudio/best Leaves covered by snow [debug] Default format spec: bestvideo+bestaudio/best Ai rồi cũng bỏ anh đi - VoVanDuc | Lofi VietNam [debug] Default format spec: bestvideo+bestaudio/best Nước mắt em lau bằng tình yêu mới ``` ``` PS C:\Users\7UR7L3> youtube-dl -v -e "https://www.youtube.com/watch?v=ETrWMvicKps&list=RDETrWMvicKps&index=1" [debug] System config: [] [debug] User config: [] [debug] Custom config: [] [debug] Command-line args: ['-v', '-e', 'https://www.youtube.com/watch?v=ETrWMvicKps&list=RDETrWMvicKps&index=1'] [debug] Encodings: locale cp1252, fs utf-8, out utf-8, pref cp1252 [debug] youtube-dl version 2021.01.24.1 [debug] Python version 3.8.2 (CPython) - Windows-10-10.0.19041-SP0 [debug] exe versions: ffmpeg 4.2.2, ffprobe 4.2.2 [debug] Proxy map: {} [debug] Default format spec: bestvideo+bestaudio/best Girl honks at ship [debug] Default format spec: bestvideo+bestaudio/best Boy's Epic Staredown Battle Goes Viral [debug] Default format spec: bestvideo+bestaudio/best ✨🎺✨ ```