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

Unsupported URL: https://m.tnaflix.com/ #9769

Open
10 of 11 tasks
SquitoExxx opened this issue Apr 23, 2024 · 1 comment
Open
10 of 11 tasks

Unsupported URL: https://m.tnaflix.com/ #9769

SquitoExxx opened this issue Apr 23, 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

@SquitoExxx
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

United States

Example URLs

https://m.tnaflix.com/blowjob-videos/TEENY-LOVERS-Good-licking-and-fucking/video531508

Provide a description that is worded well enough to be understood

Upon running yt-dlp this is the result I get, and on all videos on this website:
WARNING: [generic] Falling back on generic informati
on extractor
[generic] video531508: Extracting information
ERROR: Unsupported URL: https://m.tnaflix.com/blowjo
b-videos/TEENY-LOVERS-Good-licking-and-fucking/video
531508

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

ebug] Command-line config: ['-vU']
[debug] Encodings: locale UTF-8, fs utf-8, pref UTF-
8, out utf-8, error utf-8, screen utf-8
[debug] yt-dlp version [email protected] from yt-dlp
/yt-dlp [ff0779267] (pip)
[debug] Python 3.11.0 (CPython iPhone16,2 64bit) - m
acOS-17.4.1-iPhone16,2-arm-64bit (OpenSSL 1.1.1i  8 
Dec 2020)
[debug] exe versions: ffmpeg n5.1.2-11-g30d432f205 (
setts), ffprobe present, phantomjs broken, rtmpdump 
broken
[debug] Optional libraries: Cryptodome-3.18.0, certi
fi-2024.02.02, mutagen-1.47.0, requests-2.31.0, sqli
te3-3.43.2, urllib3-2.2.1, websockets-12.0
[debug] Proxy map: {}
[debug] Request Handlers: urllib, requests, websocke
ts
[debug] Loaded 1810 extractors
[debug] Fetching release info: https://api.github.co
m/repos/yt-dlp/yt-dlp/releases/latest
Latest version: [email protected] from yt-dlp/yt-dlp
yt-dlp is up to date ([email protected] from yt-dlp/
yt-dlp)
@SquitoExxx SquitoExxx added site-request Request to support a new website triage Untriaged issue labels Apr 23, 2024
@bashonly bashonly added NSFW site-bug Issue with a specific website and removed site-request Request to support a new website labels Apr 23, 2024
@dirkf
Copy link
Contributor

dirkf commented Apr 24, 2024

User work-around: change m. to www..

Final solution:

 class TNAFlixIE(TNAEMPFlixBaseIE):
-    _VALID_URL = r'https?://(?:www\.)?(?P<host>tnaflix)\.com/[^/]+/(?P<display_id>[^/]+)/video(?P<id>\d+)'
+    _VALID_URL = r'https?://(?:(?:www|m)\.)?(?P<host>tnaflix)\.com/[^/]+/(?P<display_id>[^/]+)/video(?P<id>\d+)'

@pukkandan pukkandan added the patch-available There is patch available that should fix this issue. Someone needs to make a PR with it label Apr 24, 2024
@bashonly bashonly removed the triage Untriaged issue label Apr 24, 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

4 participants