-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Reddit extractor not calling child extractors and how to format complex reddit titles for filename export #7111
Comments
You need to set
|
Thanks. Now it does pick up the soundgasm link, but I'm getting the following error, with no file downloaded:
|
I was able to solve this for myself by removing the What's the best way to extract all those tags from the reddit title and condensing them for the filename limits? The soundgasm titles are often not very accurate, so I'd like to extract the basic reddit title, delete any emojis, and move all the tags to the end of the title while transforming them all to use fewer characters (standard abbreviations, removing any whitespaces/commas/square brackets and replacing them with single characters to denote a tag change).
Using the example post from above, I'd like to take the title
and turn it into
(replacement of common tags not shown here, but think something along the lines of turning #Script-Fill or [Script Fill] into #S-F) while still limiting the total filename length. Extra bonus points to anyone who can help me figure out the following:
I'm planning to get pretty complicated with this and attempt to standardize/condense some of the more common tags in my outputs. I welcome any recommendations to help make this work. |
I'm trying to give gallery-dl a list of post links and automatically call other extractors based on the content of the post, but it's not working and I can't figure it out. The docs are pretty light on details about parent/child extractors.
Example: I want to download a post and the linked audio from gonewildaudio, so I give gallery-dl the command
gallery-dl https://www.reddit.com/r/gonewildaudio/comments/1j2pxfn/f4m_your_timid_neighbor_asks_you_to_turn_your/
. There is a soundgasm link in the post, which should trigger the soundgasm extractor, but nothing happens and no files are created.Here are my configs (I'm sure these are not going to be helpful, since they have never worked and I've changed them so much to try and make them work, frankly I've lost track of all the changes) and logs.
reddit extractor config:
Soundgasm extractor config:
Thank you for any help in advance, and please tell me if I need to include or explain anything else
The text was updated successfully, but these errors were encountered: