-
-
Notifications
You must be signed in to change notification settings - Fork 34
Add 3 more URL shortener domains #137
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
base: master
Are you sure you want to change the base?
Conversation
📝 WalkthroughWalkthroughThree new domain entries were added to an existing list of URL shortener domains. The domains "linkcuts.org," "tw.psee.ly," and "urlshrt.co" were inserted at specific positions in the list. No other changes or modifications to the structure or logic were made. Changes
Possibly related PRs
Suggested reviewers
Note ⚡️ AI Code Reviews for VS Code, Cursor, WindsurfCodeRabbit now has a plugin for VS Code, Cursor and Windsurf. This brings AI code reviews directly in the code editor. Each commit is reviewed immediately, finding bugs before the PR is raised. Seamless context handoff to your AI code agent ensures that you can easily incorporate review feedback. Note ⚡️ Faster reviews with cachingCodeRabbit now supports caching for code and dependencies, helping speed up reviews. This means quicker feedback, reduced wait times, and a smoother review experience overall. Cached data is encrypted and stored securely. This feature will be automatically enabled for all accounts on May 16th. To opt out, configure 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🔇 Additional comments (3)
✨ Finishing Touches🧪 Generate Unit Tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR enhances the supported URL shortener list by including three additional active domains.
- Added
linkcuts.org - Added
tw.psee.ly - Added
urlshrt.co
Comments suppressed due to low confidence (1)
list:712
- Ensure the test suite or validation logic is updated to include these new domains so they are properly detected by any existing URL shortener checks.
linkcuts.org
| urlr.me | ||
| urls.fr | ||
| urls.kr | ||
| urlshrt.co |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From the example https://urlshrt.co/ElDM, it looks a bit different from other URL shortener behavior, it doesn't redirect directly, but displays some advertisements, which I may need to dig deeper into.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@PeterDaveHello Ok, I think it is a better way. About urlshrt, it seems like providing a temporary shortened URL, it perhaps be unavailable after several days.
20250602_225205.mp4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, so maybe just remove it for now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let me know when it's removed, then, thanks!
PeterDaveHello
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can merge for linkcuts.org and tw.psee.ly, but urlshrt.co would require a process to figure out, what do you think?
User description
Description
Add 3 active URL shortener domains
Domain Usage Proof
Checklist
Additional Notes
The domain "tw.psee.ly" is generated from
PicSee.io.PicSee.iousually generate the links with domain "pse.is" which has been indicated in active list, except the input links which comes from youtube.PR Type
enhancement
Description
Added three new active URL shortener domains.
Updated the
listfile to includelinkcuts.org,tw.psee.ly, andurlshrt.co.Changes walkthrough 📝
list
Add three new URL shortener domains to listlist
linkcuts.orgto the list of URL shortener domains.tw.psee.lyto the list of URL shortener domains.urlshrt.coto the list of URL shortener domains.Summary by CodeRabbit