ytdl_core icon indicating copy to clipboard operation
ytdl_core copied to clipboard

[ 🧹 ] Editorconfig , Querystring Replacement , Shorter Test Video

Open PhoneDroid opened this issue 2 years ago • 1 comments

( Check the inidivual commits for changes instead of the File Changes tab -> editorconfig was applied to all files )

  • Added editorconfig for basic consistency
  • Applied editorconfig to all files
  • Replaced deprecated querystring library with standard URLSearchParams API
  • Replaced test video for shorter + much smaller filesize one

closes #10

PhoneDroid avatar Jun 30 '23 14:06 PhoneDroid

Thanks for the PR! After it is landed, I will setup formatting & linting via deno fmt and deno lint in CI.

Unrelated but I recommend making PRs from non-main branch, so it allows maintainers to make changes to the PR!

DjDeveloperr avatar Jul 31 '23 07:07 DjDeveloperr