Added support for sex.com's feed (cookie required) (#8519)

* Added Extractor for sex.com feed
* Removed old comment
* add test URL
* update supportedsites
* simplify & fix flake8 newlines
* warn about missing session cookie

---------

Co-authored-by: Mike Fährmann <mike_faehrmann@web.de>
This commit is contained in:
gengenson-code
2025-11-09 11:57:12 +01:00
committed by GitHub
parent aba68f8643
commit a9018d1911
4 changed files with 24 additions and 1 deletions

View File

@@ -250,4 +250,9 @@ __tests__ = (
"url" : str,
},
{
"#url" : "https://www.sex.com/feed/",
"#class": sexcom.SexcomFeedExtractor,
},
)