DanSleeman

Results 11 comments of DanSleeman

Same issue here. Only affects Nyaa.si RSS feeds and does not get corrected when relaunching qB. My PC never sleeps or hibernates. Other feeds that are working as expected: https://subsplease.org/rss...

That makes sense. I apparently did not understand the full scope of the problem. I've updated this using a random string based on the current timestamp and a random number....

This appears to be fixable by modifying this piece of the userscript. I don't know how to apply this to the actual project, and have just manually modified the userscript...

@yomukana Did you check out my pull request? It should already be updated with the randomized version, and it is working for me with the download button. Your issue seems...

It should probably remain open in case someone else searches for the issue. Not sure how often pull requests are reviewed. This info could at least serve as a workaround...

@ef1500 I'm curious how you are using this together with the rest of your code. I'm trying to use your solution but not having any luck with mine. My filename:...

I appreciate the reply. Unfortunate that I can't see your example, but I'm still trying to get this working. For now, I think I'm resorting to using a symbolic link...

The escaping for subtitle filters seems overzealous with the drive path. Unsure if it affects other filters, but I had no ill effects from my testing with my other FilterNodes....

The documentation shows an example of how to do this. ``` // If video title contains "something" // and If the channel name contains "otherthing" if (video.title.match("something") && video.channelName.match("otherthing")) {...

Throwing in my anecdote as well. Multiple errors of "video.title is undefined" in the console. No custom filtering is working. I use title text and watch time filtering which seems...