soundboard icon indicating copy to clipboard operation
soundboard copied to clipboard

Question: How does the download script work?

Open BradKML opened this issue 3 years ago • 0 comments

There are some "downloader scripts" in https://github.com/gamebooster/soundboard/tree/master/scripts but they seemed to only make TOML files. It would be nice if you could assist in the creation of a proper downloader.

Question 1: It seemed that Soundboard.com requires a header to operate as

  • https://github.com/gamebooster/soundboard/blob/master/soundboards/duke_nukem.toml
  • https://github.com/BaumFX/soundboard_downloader/blob/master/downloader.py (other example)

Question 2: It seemed that 101soundboards is annoying to download.

  • https://github.com/gamebooster/soundboard/blob/master/scripts/101soundboards_download.py
  • view-source:https://www.101soundboards.com/sounds/420068-no
  • sound_data_preload and "sound_file_url":"/storage/board_sounds_rendered/420068.mp3?md5=&expires="

Question 3: There are no header requirements for MyInstants!

Aid in reference:

  • https://github.com/ytdl-org/youtube-dl/issues/28311
  • https://github.com/ytdl-org/youtube-dl/issues/28312
  • https://github.com/ytdl-org/youtube-dl/issues/28313

Other links of interest:

  • https://github.com/BaumFX/soundboard_downloader/blob/master/downloader.py
  • https://github.com/Soundux/Soundux/issues/47

BradKML avatar Apr 02 '21 01:04 BradKML