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

[NoodleMagazine] Unable to extract player path #9936

Open
11 tasks done
Ed3151 opened this issue May 16, 2024 · 1 comment
Open
11 tasks done

[NoodleMagazine] Unable to extract player path #9936

Ed3151 opened this issue May 16, 2024 · 1 comment
Labels
NSFW patch-available There is patch available that should fix this issue. Someone needs to make a PR with it site-bug Issue with a specific website

Comments

@Ed3151
Copy link

Ed3151 commented May 16, 2024

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

India

Provide a description that is worded well enough to be understood

I tried noodlemagazine with nightly and new latest version it didn't work please kindly solve the issue

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: ['-v', 'https://noodlemagazine.com/watch/680025502_456239392']
[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.13.232704 from yt-dlp/yt-dlp-nightly-builds [351dc0bc3] (win_exe)
[debug] Python 3.8.10 (CPython AMD64 64bit) - Windows-10-10.0.22621-SP0 (OpenSSL 1.1.1k  25 Mar 2021)
[debug] exe versions: none
[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 1803 extractors
[NoodleMagazine] Extracting URL: https://noodlemagazine.com/watch/680025502_456239392
[NoodleMagazine] 680025502_456239392: Downloading webpage
ERROR: [NoodleMagazine] 680025502_456239392: Unable to extract player path; 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\noodlemagazine.py", line 47, in _real_extract
  File "yt_dlp\extractor\common.py", line 1357, in _html_search_regex
  File "yt_dlp\extractor\common.py", line 1321, in _search_regex
@Ed3151 Ed3151 added site-bug Issue with a specific website triage Untriaged issue labels May 16, 2024
@bashonly bashonly added the NSFW label May 16, 2024
@bashonly bashonly changed the title noodlemagazine not working ffffffffffffffffffffffffffff [NoodleMagazine] Unable to extract player path May 16, 2024
@Ed3151
Copy link
Author

Ed3151 commented May 19, 2024

        #player_path = self._html_search_regex(
        #   r'<iframe[^>]+\bid="iplayer"[^>]+\bsrc="([^"]+)"', webpage, 'player path')
        #player_iframe = self._download_webpage(
        #    build_url(player_path), video_id, 'Downloading iframe page', headers=headers)
        playlist_url = self._search_regex(
            r'window\.playlistUrl\s*=\s*["\']([^"\']+)["\']', webpage, 'playlist url')

@Ed3151 Ed3151 closed this as completed May 30, 2024
@bashonly bashonly added patch-available There is patch available that should fix this issue. Someone needs to make a PR with it and removed triage Untriaged issue labels May 30, 2024
@bashonly bashonly reopened this May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NSFW patch-available There is patch available that should fix this issue. Someone needs to make a PR with it site-bug Issue with a specific website
Projects
None yet
Development

No branches or pull requests

2 participants