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

Unable to extract title; have tried to skip warnings; on latest version #7527

Closed
10 tasks done
kendrafan opened this issue Jul 7, 2023 · 1 comment
Closed
10 tasks done
Labels
account-needed Account details are needed to test/fix this NSFW site-bug Issue with a specific website triage Untriaged issue

Comments

@kendrafan
Copy link

kendrafan commented Jul 7, 2023

DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE

  • I understand that I will be blocked if I intentionally remove or skip any mandatory* field

Checklist

  • I'm reporting a bug unrelated to a specific site
  • I've verified that I'm running yt-dlp version 2023.07.06 (update instructions) or later (specify commit)
  • I've checked that all provided URLs are playable in a browser with the same IP and same login details
  • I've checked that all URLs and arguments with special characters are properly quoted or escaped
  • I've searched known issues and the bugtracker for similar issues including closed ones. DO NOT post duplicates
  • I've read the guidelines for opening an issue

Provide a description that is worded well enough to be understood

Available version: stable@2023.07.06, Current version: stable@2023.07.06
Current Build Hash: 5ff3e702171a50175c34397494e2d18ce35d771c2110b1e59bd173ec2fb352aa
yt-dlp is up to date (stable@2023.07.06)

Provide verbose output that clearly demonstrates the problem

  • Run your yt-dlp command with -vU flag added (yt-dlp -vU <your command line>)
  • If using API, add 'verbose': True to YoutubeDL params instead
  • Copy the WHOLE output (starting with [debug] Command-line config) and insert it below

Complete Verbose Output

[debug] Command-line config: ['--cookies-from-browser', 'chrome', '-f', 'b/bv+ba', 'https://www.pornhubpremium.com/view_video.php?viewkey=ph600dbfe5a5a86', '-vU']
[debug] Encodings: locale cp1252, fs utf-8, pref cp1252, out utf-8, error utf-8, screen utf-8
[debug] yt-dlp version stable@2023.07.06 [b532a3481] (win_exe)
[debug] Python 3.8.10 (CPython AMD64 64bit) - Windows-10-10.0.19045-SP0 (OpenSSL 1.1.1k  25 Mar 2021)
[debug] exe versions: ffmpeg 6.0-full_build-www.gyan.dev (setts), ffprobe 6.0-full_build-www.gyan.dev
[debug] Optional libraries: Cryptodome-3.18.0, brotli-1.0.9, certifi-2023.05.07, mutagen-1.46.0, sqlite3-2.6.0, websockets-11.0.3
[Cookies] Extracting cookies from chrome
[debug] Extracting cookies from: "C:\Users\xyz\AppData\Local\Google\Chrome\User Data\Default\Network\Cookies"
[debug] Found local state file at "C:\Users\xyz\AppData\Local\Google\Chrome\User Data\Local State"
[Cookies] Extracted 3104 cookies from chrome
[debug] cookie version breakdown: {'v10': 3112, 'other': 0, 'unencrypted': 1}
[debug] Proxy map: {}
[debug] Loaded 1855 extractors
[debug] Fetching release info: https://api.github.com/repos/yt-dlp/yt-dlp/releases/latest
Available version: stable@2023.07.06, Current version: stable@2023.07.06
Current Build Hash: 5ff3e702171a50175c34397494e2d18ce35d771c2110b1e59bd173ec2fb352aa
yt-dlp is up to date (stable@2023.07.06)
[PornHub] Extracting URL: https://www.pornhubpremium.com/view_video.php?viewkey=ph600dbfe5a5a86
[PornHub] ph600dbfe5a5a86: Downloading pc webpage
ERROR: [PornHub] ph600dbfe5a5a86: Unable to extract title; please report this issue on  https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using  yt-dlp -U
  File "yt_dlp\extractor\common.py", line 710, in extract
    if 'no-live-chat' in self.get_param('compat_opts'):
  File "yt_dlp\extractor\pornhub.py", line 304, in _real_extract
    'twitter:title', webpage, default=None) or self._html_search_regex(
  File "yt_dlp\extractor\common.py", line 1294, in _html_search_regex
    username = None
  File "yt_dlp\extractor\common.py", line 1258, in _search_regex
    contains_pattern=r'{(?s:.+)}', fatal=True, default=NO_DEFAULT, **kwargs):
@kendrafan kendrafan added bug Bug that is not site-specific triage Untriaged issue labels Jul 7, 2023
@pukkandan pukkandan added NSFW account-needed Account details are needed to test/fix this site-bug Issue with a specific website and removed bug Bug that is not site-specific labels Jul 7, 2023
@kendrafan
Copy link
Author

On subsequent retry, this did work hence closing the issue. Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
account-needed Account details are needed to test/fix this NSFW site-bug Issue with a specific website triage Untriaged issue
Projects
None yet
Development

No branches or pull requests

2 participants