abhishekjnvk / telegram-channel-downloader

Open Source Node.js script that simplifies scraping media files and messages from Telegram channels, groups, or users, facilitating offline access and storage of images, videos, and documents
79 stars 15 forks source link

fix: regex error for german telephone number length add: option to search for a channel to change to #18

Closed dev-steinbrecher closed 2 weeks ago

dev-steinbrecher commented 1 month ago

after pulling your latest changes I couldn't login anymore, because I got the "Please enter a valid mobile number with country code" after checking out the code I saw that you onlu accept 9 numbers after the country code. German telephone numbers are 11 (+2 for the country code) numbers long while having the project open in intellij I added the possibility to search for a spefic channel, that's a feature I wanted to have, because with 500+ channels it gets tedious to scroll through them all

noahkw commented 4 weeks ago

LGTM and fixed the same issue I had, thanks.