Giter VIP home page Giter VIP logo

x-url-uploader's Introduction

Noid

Telegram


Noid Stats

x-url-uploader's People

Contributors

arunpt avatar bfaschat avatar muhammedfurkan avatar shubhampandeyy avatar spechide avatar tgexplore avatar x-gorn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

x-url-uploader's Issues

Plz Add New UI

In First Case Like This Screenshot_20211018_201618
Second Case LIKE this
Screenshot_20211018_201626 and Replace Youtube-dl With Yt-dlp Plz

Please Replace Youtube-dl to Yt-dlp

Youtube dl has a bug of 50kb download limit . Yt-dlp fixed that bug . and its more powerful than youtube-dl. Can U plz update your bot according yt-dlp

[Question] 4GB Tg Upload Support

Hi! I'm looking for a bot that can upload files up to 4GB in telegram, i have premium account but most of the bot can't upload more than 2GB

ValueError: invalid literal for int() with base 10: ''

Hi X-Noid,
After deployed to heroku give error below on runtime consule log :

2020-12-30T14:45:38.447942+00:00 app[worker.1]: File "/app/sample_config.py", line 23, in Config

2020-12-30T14:45:38.448186+00:00 app[worker.1]: CHUNK_SIZE = int(os.environ.get("CHUNK_SIZE", 128))

2020-12-30T14:45:38.448311+00:00 app[worker.1]: ValueError: invalid literal for int() with base 10: ''

waiting for your response
finest regards

Update

Can you update ytdlp to yt-dlp in database branch ple please

yt-dlp

python3 bot.py
2023-09-14 18:04:36,305 - pyrogram.crypto.aes - INFO - Using TgCrypto
2023-09-14 18:04:36,373 - asyncio - DEBUG - Using selector: EpollSelector
2023-09-14 18:04:38,650 - requests_cache.backends - DEBUG - Initializing backend: sqlite /home/coder/.lk21-requests-cache
2023-09-14 18:04:38,650 - requests_cache.backends.base - DEBUG - Initialized SQLiteDict with serializer: SerializerPipeline(name=pickle, n_stages=2)
2023-09-14 18:04:38,650 - requests_cache.backends.sqlite - DEBUG - Opening connection to /home/coder/.lk21-requests-cache.sqlite:responses
2023-09-14 18:04:38,651 - requests_cache.backends.base - DEBUG - Initialized SQLiteDict with serializer: None
2023-09-14 18:04:38,651 - requests_cache.backends.sqlite - DEBUG - Opening connection to /home/coder/.lk21-requests-cache.sqlite:redirects
2023-09-14 18:04:38,651 - requests_cache.patcher - DEBUG - Patching requests.Session with class: ConfiguredCachedSession
2023-09-14 18:04:38,662 - requests_cache.backends - DEBUG - Initializing backend: <SQLiteCache(name=/home/coder/.lk21-requests-cache)> /home/coder/.lk21-requests-cache
2023-09-14 18:04:46,181 - plugins.youtube_dl_echo - INFO - {
"
": "User",
"id": 2096475011,
"is_self": false,
"is_contact": false,
"is_mutual_contact": false,
"is_deleted": false,
"is_bot": false,
"is_verified": false,
"is_restricted": false,
"is_scam": false,
"is_fake": false,
"is_support": false,
"first_name": "ᴍᴀᴊᴇꜱᴛʏ ʏᴇᴀʀɪ",
"status": "recently",
"username": "yeari_xxm",
"language_code": "en",
"dc_id": 5,
"photo": {
"_": "ChatPhoto",
"small_file_id": "AQADBQADPrcxGxYo4VcAEAIAA4Or9XwABIA8bQgRUQ7HAAQeBA",
"small_photo_unique_id": "AgADPrcxGxYo4Vc",
"big_file_id": "AQADBQADPrcxGxYo4VcAEAMAA4Or9XwABIA8bQgRUQ7HAAQeBA",
"big_photo_unique_id": "AgADPrcxGxYo4Vc"
}
}
2023-09-14 18:04:46,181 - filelock - DEBUG - Attempting to acquire lock 140300429860576 on /home/coder/.cache/python-tldextract/3.8.10.final__usr__7d8fdf__tldextract-3.5.0/publicsuffix.org-tlds/de84b5ca2167d4c83e38fb162f2e8738.tldextract.json.lock
2023-09-14 18:04:46,182 - filelock - DEBUG - Lock 140300429860576 acquired on /home/coder/.cache/python-tldextract/3.8.10.final__usr__7d8fdf__tldextract-3.5.0/publicsuffix.org-tlds/de84b5ca2167d4c83e38fb162f2e8738.tldextract.json.lock
2023-09-14 18:04:46,183 - filelock - DEBUG - Attempting to release lock 140300429860576 on /home/coder/.cache/python-tldextract/3.8.10.final__usr__7d8fdf__tldextract-3.5.0/publicsuffix.org-tlds/de84b5ca2167d4c83e38fb162f2e8738.tldextract.json.lock
2023-09-14 18:04:46,183 - filelock - DEBUG - Lock 140300429860576 released on /home/coder/.cache/python-tldextract/3.8.10.final__usr__7d8fdf__tldextract-3.5.0/publicsuffix.org-tlds/de84b5ca2167d4c83e38fb162f2e8738.tldextract.json.lock
2023-09-14 18:04:46,264 - pyrogram.dispatcher - ERROR - [Errno 2] No such file or directory: 'yt-dlp'
Traceback (most recent call last):
File "/home/coder/.local/lib/python3.8/site-packages/pyrogram/dispatcher.py", line 222, in handler_worker
await handler.callback(self.client, *args)
File "/home/coder/project/X-URL-Uploader/plugins/youtube_dl_echo.py", line 184, in echo
process = await asyncio.create_subprocess_exec(
File "/usr/lib/python3.8/asyncio/subprocess.py", line 236, in create_subprocess_exec
transport, protocol = await loop.subprocess_exec(
File "/usr/lib/python3.8/asyncio/base_events.py", line 1630, in subprocess_exec
transport = await self._make_subprocess_transport(
File "/usr/lib/python3.8/asyncio/unix_events.py", line 197, in _make_subprocess_transport
transp = _UnixSubprocessTransport(self, protocol, args, shell,
File "/usr/lib/python3.8/asyncio/base_subprocess.py", line 36, in init
self._start(args=args, shell=shell, stdin=stdin, stdout=stdout,
File "/usr/lib/python3.8/asyncio/unix_events.py", line 789, in _start
self._proc = subprocess.Popen(
File "/usr/lib/python3.8/subprocess.py", line 858, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/lib/python3.8/subprocess.py", line 1704, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'yt-dlp'

Featured Request

/prename for custom prefix filename (Ex. @MSPmoviesOffl FILENAME)

prename help to replace the TMV & TBL site name . No need to give custom name every time.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.