u/Acceptable_Visual_79

How does the treasure hunt work?

Been eyeing the treasure hunt section recently to get some coins, but not quite sure how it works, since there doesn't seem to be anything connecting webtoon with the apps, so i don't know how it would count one as completed. A few of them also say "complete all quests within X days", does that mean if I don't do every single mission in the time given I don't get any coins? Especially since some of the ones with that have making in app purchases as a quest, and if i was going to spend money i'd just buy the coins

reddit.com
u/Acceptable_Visual_79 — 6 days ago

Been eyeing the treasure hunt section recently to get some coins, but not quite sure how it works, since there doesn't seem to be anything connecting webtoon with the apps, so i don't know how it would count one as completed. A few of them also say "complete all quests within X days", does that mean if I don't do every single mission in the time given I don't get any coins? Especially since some of the ones with that have making in app purchases as a quest

reddit.com
u/Acceptable_Visual_79 — 8 days ago

So to download video audio, I'm using code I blatantly stole from someone else

set /p url=Enter video url:

yt-dlp -o "out/%%(title)s.%%(ext)s" %url% -f "bestaudio" --extract-audio

However, as is, the videos output as webm files, and while I know webm is better than mp3, my phone doesn't pick up webms for audio, so I need to convert all of them to play it anyway. I tried a few things to add to make it output mp3 instead but it didn't worl, so I'm hoping someone here can help because I only barely understand how this even works

reddit.com
u/Acceptable_Visual_79 — 19 days ago