mikf / gallery-dl

Command-line program to download image galleries and collections from several image hosting sites
GNU General Public License v2.0
11.45k stars 937 forks source link

Unsupported URL 'oauth:reddit' #6103

Closed Skyofflad closed 1 month ago

Skyofflad commented 1 month ago

Tried to authorize reddit, but:

~/gallery-dl> gallery-dl oauth:reddit
gallery-dl: Unsupported URL 'oauth:reddit'
~/gallery-dl> gallery-dl oauth:reddit.com
gallery-dl: Unsupported URL 'oauth:reddit.com'
~/gallery-dl> gallery-dl oauth:https://www.reddit.com/
gallery-dl: Unsupported URL 'oauth:https://www.reddit.com/'
mikf commented 1 month ago

gallery-dl oauth:reddit does definitely work with default settings. Are you perhaps using extractor.modules? If so, add oauth to it.

Skyofflad commented 1 month ago

Oh, sorry, I didn't know oauth is a module