Commit Graph

6 Commits

Author SHA1 Message Date
Mike Fährmann
f33c2ef73b [cyberdrop] extract direct download URLs (#1943)
do not rely on redirects from f.cyberdrop.cc
2021-10-10 23:05:29 +02:00
cyberdrop-me
c83668c2ff [CyberDrop] Change directory name format (#1871)
Album IDs are random, organization would be much better having the album name then the identifier at the end
2021-09-20 15:20:47 +02:00
Mike Fährmann
e39c4633ba [cyberdrop] b64decode -> a2b_base64 2021-06-03 02:53:55 +02:00
Mike Fährmann
ffce8d85e7 [cyberdrop] update
- add test and archive_fmt
- extract more metadata
2021-02-22 19:36:34 +01:00
Mike Fährmann
e39aea42cd fix supportedsites.py for modules without docstring
(fixes #1332)
2021-02-21 22:57:37 +01:00
loragja
7b5ee922b7 cyberdrop extractor (#1328)
* create cyberdrop extractor

* add cyberdrop to list of extractors

* fix formatting

* change class name from CyberdropExtractor to CyberdropAlbumExtractor

* add cyberdrop to list of supported sites

* attempt to clean up diff of supportedsites.rst

* replace regex with functions from text library
2021-02-21 20:42:45 +01:00