Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Title of the first video in a youtube playlist is always "play all" #21927

Closed
FDMX2 opened this issue Jul 29, 2019 · 0 comments
Closed

Title of the first video in a youtube playlist is always "play all" #21927

FDMX2 opened this issue Jul 29, 2019 · 0 comments

Comments

@FDMX2
Copy link

@FDMX2 FDMX2 commented Jul 29, 2019

Checklist

  • I'm reporting a broken site support issue
  • I've verified that I'm running youtube-dl version 2019.07.27
  • I've checked that all provided URLs are alive and playable in a browser
  • I've checked that all URLs and arguments with special characters are properly quoted or escaped
  • I've searched the bugtracker for similar bug reports including closed ones
  • I've read bugs section in FAQ

Verbose log

youtube-dl -v --flat-playlist -j
"https://www.youtube.com/watch?v=qwypH3YvMKc&list=PLbpAWbHbi5rMF2j5n6imm0enrSD9e
QUaM"
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', '--flat-playlist', '-j', 'https://www.youtube.com/watch?v=qwypH3YvMKc&list=PLbpAWbHbi5rMF2j5n6imm0enrSD9eQUaM']
[debug] Encodings: locale cp1252, fs mbcs, out cp1252, pref cp1252
[debug] youtube-dl version 2019.07.27
[debug] Python version 3.4.4 (CPython) - Windows-7-6.1.7601-SP1
[debug] exe versions: ffmpeg N-80129-ga1953d4, ffprobe N-80129-ga1953d4
{"url": "qwypH3YvMKc", "title": "\u25ba Play all", "id": "qwypH3YvMKc", "_type": "url", "ie_key": "Youtube"}
{"url": "0MrgsYswT1c", "title": "Django Testing Tutorial - How To Set Up Tests And Testing URLs #2", "id": "0MrgsYswT1c", "_type": "url", "ie_key": "Youtube"}
{"url": "hA_VxnxCHbo", "title": "Django Testing Tutorial - Testing Views #3", "id": "hA_VxnxCHbo", "_type": "url", "ie_key": "Youtube"}
{"url": "IKnp2ckuhzg", "title": "Django Testing Tutorial - Testing Models #4", "id": "IKnp2ckuhzg", "_type": "url", "ie_key": "Youtube"}
{"url": "zUl-Tf-UEzw", "title": "Django Testing Tutorial - Testing Forms #5", "id": "zUl-Tf-UEzw", "_type": "url", "ie_key": "Youtube"}
{"url": "28zdhLPZ1Zk", "title": "Python Selenium Tutorial - Django Functional Testing #6", "id": "28zdhLPZ1Zk", "_type": "url", "ie_key": "Youtube"}

Description

As seen in the output above, the first videos title is given as "play all" instead of the actual title.
This happens with every playlist I tested. It worked correctly in the previous version (2019.07.16):

youtube-dl_2019.07.16 -v --flat-playlist -j "https://www.youtube.com/watch?v=qwypH3YvMKc&list=PLbpAWbHbi5rMF2j5n6imm0enrSD9eQUaM"
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', '--flat-playlist', '-j', 'https://www.youtube.com/watch?v=qwypH3YvMKc&list=PLbpAWbHbi5rMF2j5n6imm0enrSD9eQUaM']
[debug] Encodings: locale cp1252, fs mbcs, out cp1252, pref cp1252
[debug] youtube-dl version 2019.07.16
[debug] Python version 3.4.4 (CPython) - Windows-7-6.1.7601-SP1
[debug] exe versions: ffmpeg N-80129-ga1953d4, ffprobe N-80129-ga1953d4
[debug] Proxy map: {}
{"url": "qwypH3YvMKc", "title": "Django Testing Tutorial - What Is Testing? #1", "id": "qwypH3YvMKc", "ie_key": "Youtube", "_type": "url"}
{"url": "0MrgsYswT1c", "title": "Django Testing Tutorial - How To Set Up Tests And Testing URLs #2", "id": "0MrgsYswT1c", "ie_key": "Youtube", "_type": "url"}
{"url": "hA_VxnxCHbo", "title": "Django Testing Tutorial - Testing Views #3", "id": "hA_VxnxCHbo", "ie_key": "Youtube", "_type": "url"}
{"url": "IKnp2ckuhzg", "title": "Django Testing Tutorial - Testing Models #4", "id": "IKnp2ckuhzg", "ie_key": "Youtube", "_type": "url"}
{"url": "zUl-Tf-UEzw", "title": "Django Testing Tutorial - Testing Forms #5", "id": "zUl-Tf-UEzw", "ie_key": "Youtube", "_type": "url"}
{"url": "28zdhLPZ1Zk", "title": "Python Selenium Tutorial - Django Functional Testing #6", "id": "28zdhLPZ1Zk", "ie_key": "Youtube", "_type": "url"}
@ytdl-org ytdl-org locked and limited conversation to collaborators Jul 30, 2019
@ytdl-org ytdl-org deleted a comment from phamnhungoctuan Jul 30, 2019
@dstftw dstftw closed this in 351f37c Aug 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.