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

[Piapro] Unable to extract view count and content ID #9884

Closed
9 of 11 tasks
nathanielcwm opened this issue May 8, 2024 · 1 comment · Fixed by #9311
Closed
9 of 11 tasks

[Piapro] Unable to extract view count and content ID #9884

nathanielcwm opened this issue May 8, 2024 · 1 comment · Fixed by #9311
Labels
site-bug Issue with a specific website

Comments

@nathanielcwm
Copy link

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

Region

Malaysia

Provide a description that is worded well enough to be understood

Occurs with both nightly and 2024.04.09.
Occurs with multiple songs:

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

.\yt-dlp.exe -FvU "https://piapro.jp/t/D-Gw"
[debug] Command-line config: ['-FvU', 'https://piapro.jp/t/D-Gw']
[debug] Encodings: locale cp1252, fs utf-8, pref cp1252, out utf-8, error utf-8, screen utf-8
[debug] yt-dlp version nightly@2024.05.05.232701 from yt-dlp/yt-dlp-nightly-builds [5904853ae] (win_exe)
[debug] Python 3.8.10 (CPython AMD64 64bit) - Windows-10-10.0.22631-SP0 (OpenSSL 1.1.1k  25 Mar 2021)
[debug] exe versions: ffmpeg N-104598-g8f476d5cf1-gb2aec70bd6 (setts), ffprobe N-105341-g8b6d800038-g7247a6fed8
[debug] Optional libraries: Cryptodome-3.20.0, brotli-1.1.0, certifi-2024.02.02, curl_cffi-0.5.10, mutagen-1.47.0, requests-2.31.0, sqlite3-3.35.5, urllib3-2.2.1, websockets-12.0
[debug] Proxy map: {}
[debug] Request Handlers: urllib, requests, websockets, curl_cffi
[debug] Loaded 1810 extractors
[debug] Fetching release info: https://api.github.com/repos/yt-dlp/yt-dlp-nightly-builds/releases/latest
Latest version: nightly@2024.05.05.232701 from yt-dlp/yt-dlp-nightly-builds
yt-dlp is up to date (nightly@2024.05.05.232701 from yt-dlp/yt-dlp-nightly-builds)
[Piapro] Extracting URL: https://piapro.jp/t/D-Gw
[Piapro] D-Gw: Downloading webpage
WARNING: [Piapro] unable to extract view count; 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
ERROR: [Piapro] D-Gw: Unable to extract content ID; 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 734, in extract
  File "yt_dlp\extractor\piapro.py", line 99, in _real_extract
  File "yt_dlp\extractor\common.py", line 1321, in _search_regex
@nathanielcwm nathanielcwm added site-bug Issue with a specific website triage Untriaged issue labels May 8, 2024
@dirkf
Copy link
Contributor

dirkf commented May 8, 2024

These site pages have a new page structure. On the plus side, the mp3 URL is now in the page and the player page doesn't need to be loaded, which is also fortunate as it gives 404. The extractor code will need to be revised.

@bashonly bashonly removed the triage Untriaged issue label May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
site-bug Issue with a specific website
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants