From cee08aa31513bb3b00276f595a6b76ba72671c52 Mon Sep 17 00:00:00 2001 From: nbats <44333466+nbats@users.noreply.github.com> Date: Thu, 19 Jun 2025 22:28:20 -0700 Subject: [PATCH 1/2] small fix --- docs/videopiracyguide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/videopiracyguide.md b/docs/videopiracyguide.md index f861c38a0..e922a0faa 100644 --- a/docs/videopiracyguide.md +++ b/docs/videopiracyguide.md @@ -26,8 +26,8 @@ * [Vidbox](https://vidbox.to/) - Movies / TV / Anime / Auto-Next / [Discord](https://discord.gg/VGQKGPM9Ej) * [Vidora](https://watch.vidora.su/) - Movies / TV / Anime / Auto-Next / [Discord](https://discord.gg/PP3MAAQCrM) * [Willow](https://willow.arlen.icu/), [2](https://salix.pages.dev/) - Movies / TV / Anime / [4K Guide](https://rentry.co/willow-guide) / [Discord](https://discord.com/invite/gmXvwcmxWR) -* [BEECH](https://beech.watch/) or [Mocine](https://mocine.cam/) - Movies / TV / Anime / Auto-Next / [Discord](https://discord.gg/MhuUqxwy) * [uira.live](https://uira.live/) - Movies / TV / Anime / [Discord](https://discord.com/invite/5ACWhK4Dzf) +* [BEECH](https://beech.watch/) or [Mocine](https://mocine.cam/) - Movies / TV / Anime / Auto-Next / [Discord](https://discord.gg/MhuUqxwy) * [NetPlay](https://netplayz.ru/) - Movies / TV / Anime / Auto-Next / [Discord](https://discord.gg/NCH4rzxJ36) * [Nunflix](https://nunflix.org/), [2](https://nunflix-firebase.web.app/), [3](https://nunflix-ey9.pages.dev/), [4](https://nunflix-firebase.firebaseapp.com/) - Movies / TV / Anime / Watch Parties / [Docs](https://nunflix-doc.pages.dev/) / [Discord](https://discord.gg/CXVyfhgn26) * [Qstream](https://qstream.pages.dev/) - Movies / TV / Anime From 634350e9c2d1a7eccdf8a3a9565d700ab22bb746 Mon Sep 17 00:00:00 2001 From: Hugo <149513282+hugo9655@users.noreply.github.com> Date: Fri, 20 Jun 2025 06:36:15 +0100 Subject: [PATCH 2/2] Update (#3626) --- docs/devtools.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/docs/devtools.md b/docs/devtools.md index c54d81259..c927fe86a 100644 --- a/docs/devtools.md +++ b/docs/devtools.md @@ -990,19 +990,17 @@ ## ▷ Regex Tools -* **Note** - You can use AI chatbots like ChatGPT to create complex regex patterns more easily. +* **Note** - You can use [AI chatbots](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai/#wiki_.25B7_online_chatbots) to create regex patterns more easily. *** -* 🌐 **[Awesome Regex](https://github.com/aloisdg/awesome-regex)** - Regex Resources -* ⭐ **[Regex Vis](https://regex-vis.com/)**, [Regulex](https://jex.im/regulex/), [Regexper](https://regexper.com/) - Regex Visualizer -* ⭐ **[RegexLearn](https://regexlearn.com/)**, [refrf.dev](https://refrf.dev/) or [learn-regex](https://github.com/ziishaned/learn-regex) - Learn Regex -* ⭐ **[RegExr](https://regexr.com/)**, [Rubular](https://rubular.com/) or [Regex101](https://regex101.com/) - Regex Editors -* ⭐ **[grex](https://pemistahl.github.io/grex-js/)** or [Regex Generator](https://regex-generator.olafneumann.org/) - Regex Generators -* [RegexOne](https://regexone.com/) - Regex Practice -* [iHateRegex](https://ihateregex.io/) - Regex Patterns +* 🌐 **[Awesome Regex](https://github.com/aloisdg/awesome-regex)** - Regex Tools & Resources +* ⭐ **[Regex Vis](https://regex-vis.com/)** - Regex Visualizer +* ⭐ **[regex101](https://regex101.com/)** or [RegExr](https://regexr.com/) - Regex Editors +* [RegexLearn](https://regexlearn.com/), [RegexOne](https://regexone.com/), [refrf.dev](https://refrf.dev/) or [learn-regex](https://github.com/ziishaned/learn-regex) - Regex Learning / Practice Resources +* [Regex Syntax Cheatsheet](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_expressions/Cheatsheet) - Regex Cheatsheet (JS Flavor) +* [iHateRegex](https://ihateregex.io/) - Premade Regex Patterns List * [Melody](https://yoav-lavi.github.io/melody/book/) - Compile to Regex / [GitHub](https://github.com/yoav-lavi/melody) -* [PyRegex](http://www.pyregex.com/) - Python Regex Playground ***