Skip to content

Conversation

@hanjm-github
Copy link

@hanjm-github hanjm-github commented Sep 30, 2025

Description

Add Korean URL shorteners

a.to
abit.ly
buly.kr
chzzk.me
glol.in
gourl.kr
iri.my
juso.ga
linc.kr
lrl.kr
muz.so
nu.gl
shor.kr
ssib.al
t2m.kr
tny.kr
tuney.kr
url.kr
url.sg
zed.kr
zrr.kr
zurl.kr
zza.ng
zzo.kr

Domain Usage Proof

I checked all of the sites are working, but I couldn't provide all of examples because of time.

a.to

1. https://github.com/PeterDaveHello/url-shorteners -> http://a.to/25wme8i
2. https://github.com/hanjm-github -> http://a.to/25XjrRw
3. https://myeo.ng -> http://a.to/258jjiy

shor.kr

1. https://github.com/PeterDaveHello/url-shorteners -> https://shor.kr/hkb
2. https://github.com/hanjm-github -> https://shor.kr/u67
3. https://github.com/PeterDaveHello -> https://shor.kr/amp

ssib.al

1. https://github.com/PeterDaveHello/url-shorteners -> https://ssib.al/url-short
2. https://github.com/hanjm-github -> https://ssib.al/mviiri
3. https://myeo.ng -> https://ssib.al/pd8bhn

Checklist

  • I have confirmed the shortener domain(s) are active/inactive as indicated.
  • I have verified that each domain's usage proof is correct and up to date.

Rationale

Explain why these domains should be added or removed (e.g., inactive, false positive, newly found).

newly found

Additional Notes

Summary by CodeRabbit

  • New Features
    • Expanded coverage of URL shortener domains, improving recognition and handling across the app. No removals.
    • Newly covered examples: abit.ly, chzzk.me, glol.in, gourl.kr, iri.my, juso.ga, linc.kr, lrl.kr, muz.so, nu.gl, shor.kr, tuney.kr, tny.kr, url.kr, url.sg, zed.kr, zrr.kr, zurl.kr, zxcv.be, zza.ng, zzo.kr, and more.
    • Users should notice more shortened links correctly identified and treated.

@coderabbitai
Copy link

coderabbitai bot commented Sep 30, 2025

Note

Other AI code review bot(s) detected

CodeRabbit has detected other AI code review bot(s) in this pull request and will avoid duplicating their findings in the review comments. This may lead to a less comprehensive review.

📝 Walkthrough

Walkthrough

Expanded the URL shortener domain list by adding multiple new entries to the exported list file. No deletions or logic changes; only content additions.

Changes

Cohort / File(s) Summary
Domain list update
list
Added domains: abit.ly, chzzk.me, glol.in, gourl.kr, iri.my, juso.ga, linc.kr, lrl.kr, muz.so, nu.gl, shor.kr, tuney.kr, tny.kr, url.kr, url.sg, zed.kr, zrr.kr, zurl.kr, zxcv.be, zza.ng, zzo.kr

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested labels

enhancement

Suggested reviewers

  • PeterDaveHello

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Title Check ✅ Passed The title “Add Korean URL shorteners” succinctly and accurately summarizes the primary change of the pull request—namely the inclusion of new Korean URL shortening domains—without extraneous detail or noise.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
Description Check ✅ Passed The pull request description follows the repository’s template by including a ## Description section listing the domains to be added, a ## Domain Usage Proof section with concrete redirection examples for three representative shorteners, a completed ## Checklist confirming domain status and proof verification, a ## Rationale noting that these are newly found services, and an ## Additional Notes heading (which is optional). All mandatory headings are present and filled in with relevant information, satisfying the core requirements.
✨ Finishing touches
  • 📝 Generate Docstrings
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Sep 30, 2025
@gemini-code-assist
Copy link

Summary of Changes

Hello @hanjm-github, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request significantly enhances the repository's ability to recognize and handle shortened URLs by integrating a comprehensive set of newly identified Korean URL shortener domains. The update ensures that the list remains current and globally relevant, particularly for content originating from the Korean web, thereby improving the overall utility and accuracy of the shortener detection mechanism.

Highlights

  • New URL Shorteners Added: This pull request introduces 24 new Korean URL shortener domains to the existing list, expanding its coverage.
  • Domain Verification: The author has confirmed that all added shortener domains are active and has provided usage proofs for several examples, including a.to, shor.kr, and ssib.al.
  • Rationale for Addition: The new domains were added because they were newly found and verified as active URL shorteners.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@dosubot dosubot bot added the enhancement New feature or request label Sep 30, 2025
Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

Thank you for adding a list of Korean URL shorteners. The new domains are all correctly sorted within the list. I've found one potential issue with an added domain that was not listed in the pull request description and may not fit the scope of this change. I've left a specific comment about it. Also, I noticed the pull request description had a typo juso..ga, which you correctly added as juso.ga in the list - great catch!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request size:S This PR changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant