[cyberfile] add 'shared' extractor (#8323)

https://github.com/mikf/gallery-dl/issues/8323#issuecomment-3366857916
This commit is contained in:
Mike Fährmann
2025-10-25 20:40:55 +02:00
parent caa76e071e
commit c0e665e3db
4 changed files with 55 additions and 1 deletions

View File

@@ -104,4 +104,24 @@ __tests__ = (
"#exception": exception.AuthorizationError,
},
{
"#url" : "https://cyberfile.me/shared/tao35avvfc",
"#class" : cyberfile.CyberfileSharedExtractor,
},
{
"#url" : "https://cyberfile.me/shared/l7zoinbctg",
"#class" : cyberfile.CyberfileSharedExtractor,
"#results" : (
"https://cyberfile.me/gb3s",
"https://cyberfile.me/gb8m"
),
},
{
"#url" : "https://cyberfile.me/shared/wqpd9n0si5",
"#class" : cyberfile.CyberfileSharedExtractor,
"#results" : "https://cyberfile.me/folder/9f611ebab76f363e4b818397c7828a73/CF_DSPRMTRS",
},
)