Skip to content
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

fix: don't encode url for copy, support route param with regex #1017

Merged
merged 3 commits into from
Jun 13, 2024

Conversation

hyoban
Copy link
Sponsor Contributor

@hyoban hyoban commented Apr 26, 2024

  1. don't encode url for copy

https://rss-scraper.deno.dev/feed.xml?url=https%3A%2F%2Freact.dev%2Fblog&itemSelector=a&titleSelector=h2

original      : https://rss-scraper.deno.dev/feed.xml?url=https%3A%2F%2Freact.dev%2Fblog&itemSelector=a&titleSelector=h2
in copy button: https://rss-scraper.deno.dev/feed.xml?url=https%253A%252F%252Freact.dev%252Fblog&itemSelector=a&titleSelector=h2
  1. support route param with regex

https://www.npmjs.com/package/eslint-plugin-unused-imports

https://docs.rsshub.app/routes/program-update#npm

/npm/package/:name{(@[a-z0-9-~][a-z0-9-._~]*/)?[a-z0-9-~][a-z0-9-._~]*}

@hyoban hyoban changed the title fix: don't encode url for copy fix: don't encode url for copy, support route param with regex Jun 13, 2024
@DIYgod DIYgod merged commit 97d7470 into DIYgod:dev Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants