ℭ𝔲𝔯𝔰𝔢𝔡 ℭ𝔬𝔡𝔢 ⁶⁶⁶ 🇱🇰
رفتن به کانال در Telegram
"Beyond the Firewall🔥. Beneath the Surface." 🇱🇰 Big Brain 🧠 Community Ahead >> ~ සිරි ලන්කන් Alice 👾 ⭕️Main chanel ㅤ @cursed_code ⭕️Discussion ㅤ @cursed_code_chat ⭕️Cloud ㅤ @backup_yo ⭕️Official Books @behind_the_scene_book
نمایش بیشتراطلاعاتی وجود ندارد
مشترکین
+324 ساعت
+437 روز
+22230 روز
آرشیو پست ها
import tkinter as tk from tkinter import messagebox, filedialog, BooleanVar import threading import yt_dlp import http.server import socketserver import socket import os # Global variables downloaded_file_path = "" def get_local_ip(): """Get the local IP address to share over LAN.""" s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) try: # Connect to any IP; doesn't need to succeed s.connect(('10.255.255.255', 1)) IP = s.getsockname()[0] except Exception: IP = '127.0.0.1' finally: s.close() return IP def serve_video(file_path): """Serve the downloaded video file via HTTP on port 8000.""" os.chdir(os.path.dirname(file_path)) handler = http.server.SimpleHTTPRequestHandler httpd = socketserver.TCPServer(("", 8000), handler) video_name = os.path.basename(file_path) ip = get_local_ip() link = f"http://{ip}:8000/{video_name}" messagebox.showinfo("Localhost Server Running", f"Access video at:\n\n{link}") httpd.serve_forever() def download_video(): url = url_entry.get() if not url: messagebox.showwarning("Input Error", "Please paste a YouTube link.") return download_path = filedialog.askdirectory(title="Select Download Folder") if not download_path: return def run_download(): global downloaded_file_path try: ydl_opts = { 'format': 'bestvideo[height<=720]+bestaudio/best[height<=720]', 'outtmpl': f'{download_path}/%(title)s.%(ext)s', 'merge_output_format': 'mp4', } with yt_dlp.YoutubeDL(ydl_opts) as ydl: info = ydl.extract_info(url, download=True) filename = ydl.prepare_filename(info).replace(".webm", ".mp4").replace(".mkv", ".mp4") downloaded_file_path = filename messagebox.showinfo("Download Complete", "Video downloaded successfully!") if serve_var.get(): threading.Thread(target=serve_video, args=(downloaded_file_path,), daemon=True).start() except Exception as e: messagebox.showerror("Error", str(e)) threading.Thread(target=run_download).start() # GUI Setup app = tk.Tk() app.title("YouTube 720p Downloader with Localhost Server") app.geometry("450x250") app.resizable(False, False) tk.Label(app, text="Paste YouTube URL:", font=('Arial', 12)).pack(pady=10) url_entry = tk.Entry(app, width=55) url_entry.pack(pady=5) serve_var = BooleanVar() serve_checkbox = tk.Checkbutton(app, text="Serve via Localhost after download", variable=serve_var) serve_checkbox.pack(pady=5) download_btn = tk.Button(app, text="Download Video (720p)", command=download_video, bg="#4CAF50", fg="white", font=('Arial', 12)) download_btn.pack(pady=20) app.mainloop()AI එකින් ආතල් එකට වගේ එකක් හදාගත්ත. Download කරල localhost කරනවා, එච්චරයි. ඇත්තටම yt එකේ එහෙම option එකක් තිබ්බනම් මරු. මං කිව්වෙ download කරපු video එකක් transfer කරන්න වගේ. 🫠 #small_things
Yt video එක tool එකකින් download කරල localhost කරල video එක වෙන device එක්කින් view කරන්න පුළුවන් විදියට පොඩි tool එකක් හදාගන්න හිතුවා. හරි ගියොත් දාන්නම්.
Laptop එකේ crome එකෙන් yt ගිහිල්ලා video download කරනවා කියල හිතමු.
ඒක වෙන device එකකින් offline access කරන්න බෑනෙ. ඒ කියන්නෙ download කරපු එකේ විතරනෙ බලන්න පුළුවන්.
මොකක් හරි ක්රමයකින් ඒ yt හරහා already download කරපු එක වෙන device එක්කට ගන්න පුළුවන් ද? Data use කරන් නැතුව.
(දැං කියන්න එපා ඕක වෙන site එක්කින් download කරල share කරගනිංකො, හරි ඕන device එකෙන්ම download කරගනිංකො කියල හරි.)
මං හොයපු විදිහට නම් මොන මගුලෙ ක්රමයක්වත් නෑ. ඒ වුනාට දන්නවනම් තියෙනවනම් කියන්න?
#yt
Repost from Pavel Durov
🔥 This summer, Telegram users will gain access to the best AI technology on the market. Elon Musk and I have agreed to a 1-year partnership to bring xAI’s chatbot Grok to our billion+ users and integrate it across all Telegram apps 🤝
💪 This also strengthens Telegram’s financial position: we will receive $300M in cash and equity from xAI, plus 50% of the revenue from xAI subscriptions sold via Telegram 💰
Telegram + Grok = ❤️📈🏆
Repost from ℭ𝔲𝔯𝔰𝔢𝔡 ℭ𝔬𝔡𝔢 ⁶⁶⁶ 🇱🇰
4k video download unlimited.
මට තිබ්බ ප්රශ්නයක් තමා yt එකෙන් 4k video බලන්න බැරිකම. අනාගතය ඇදකම නිසා තමා.
ඉතිං download කරල බලන එකතමා එකම විසදුම. ඒත් තියෙන software වුනත් දෙකක් තුනක් download කරගන්න දීල limit වෙනවනේ. 🫠
Cmd එකෙන් පුළුවන් මේ code එක හරහා yt video download කරගන්න.
yt-dlp -f "bestvideo[height=2160]+bestaudio/best" -o "C:\Users\YourName\Downloads\%(title)s.%(ext)s" VIDEO_URL
*height=2160 ( මෙතනිං ඕන්නම් ඔයාට quality එක වෙනස් කරන්න පුළුවන්.)
*C:\User\YourName\Downloads\ (download වෙලා save වෙන්න ඕන location එක.)
*VIDEO_URL ( yt video එකේ url එක. මෙතනදි ඔයාට 4k ඕන නම් yt video එක 4k වලින් තියෙන්න ඕන.)
#small_tipsතියෙන හැම එකම try කරල බලන්න මෙච්චර හරියක් කරන්න පුලුවන්ද කියල දවසින්.
ඇත්තටම කිව්වොත් මම ඒක හරියට promt කරේ නෑ නැත්තම් no bugs | secured | full responsive | server side and public කුපිරි site එකක් හැදුවෑකි.
මම ඕකෙ හදල තියෙන gallery එක කොහොමද ඒක වැඩ නැත්තෙ server side එක run කරන්න මගෙ අතේ සල්ලි 😕 නෑ.
නැත්තම් uploading | updating | වගෙ හැම feature එකක්ම වැඩ.
ආ තව දෙයක් මම මේක හදන්න use කරේ
Coding වලට
•Codepen site templates
•Gemani cording partner (පික්කුවක්)
Email respond කරන්නයි hosting වලටයි
•Formspree
•Github
•Vercel.com
කියන්න ඕනේ ඕකෙ තියෙන ගොඩක් ඒව templates අරගෙන හදපුවා නෙවේ උට කිව්වාම gen කරපුවා.
Full experience එක ගම්න PC එකෙන්ම යන්න.
#ai #gemani #coding_partner
+1
https://my-web-azure-eight.vercel.app
මේ තියෙන්නෙ මම කියපු site එක අර එක coding line එකක්වත් code කරේ නෑ කිව්වෙ. ඉතින මට ඕක තව dev කර කර ඉන්න වෙලාවක් නෑ ආතල එකට publish කරා.
Pc එකෙන් Enter වෙම්න
මොකද මම responsive code gen කරේ නෑ. වැඩ වැඩිවෙනව එතකොට .
ආ තව දෙයක් ඕකෙ my files වල මම login page එකක් හදල ඇති ගිහින් පුලුවන්නම් bug එක හොයාන login වෙන්න.
වැඩි දෙයක් නෑ පට්ට bugs ගොඩක් තියෙව login page එකේ.
ආ ඒක නෙවේ ඔයා login වුනොත් මට msg එකක් එනවා.
තියෙන හැම එකම try කරල බලන්න මෙච්චර හරියක් කරන්න පුලුවන්ද කියල දවසින්.
ඇත්තටම කිව්වොත් මම ඒක හරියට promt කරේ නෑ නැත්තම් no bugs | secured | full responsive | server side and public කුපිරි site එකක් හැදුවෑකි.
මම ඕකෙ හදල තියෙන gallery එක කොහොමද ඒක වැඩ නැත්තෙ server side එක run කරන්න මගෙ අතේ සල්ලි 😕 නෑ.
නැත්තම් uploading | updating | වගෙ හැම feature එකක්ම වැඩ.
ආ තව දෙයක් මම මේක හදන්න use කරේ
Coding වලට
•Codepen site templates
•Gemani cording partner (පික්කුවක්)
Email respond කරන්නයි hosting වලටයි
•Formspree
•Github
•Vercel.com
කියන්න ඕනේ ඕකෙ තියෙන ගොඩක් ඒව templates අරගෙන හදපුවා නෙවේ උට කිව්වාම gen කරපුවා.
Full experience එක ගම්න PC එකෙන්ම යන්න.
#ai #gemani #coding_partner
https://my-web-azure-eight.vercel.app
මේ තියෙන්නෙ මම කියපු site එක අර එක coding line එකක්වත් code කරේ නෑ කිව්වෙ. ඉතින මට ඕක තව dev කර කර ඉන්න වෙලාවක් නෑ ආතල එකට publish කරා.
Pc එකෙන් Enter වෙම්න
මොකද මම responsive code gen කරේ නෑ. වැඩ වැඩිවෙනව එතකොට .
ආ තව දෙයක් ඕකෙ my files වල මම login page එකක් හදල ඇති ගිහින් පුලුවන්නම් bug එක හොයාන login වෙන්න.
වැඩි දෙයක් නෑ පට්ට bugs ගොඩක් තියෙව login page එකේ.
ආ ඒක නෙවේ ඔයා login වුනොත් මට msg එකක් එනවා.
තියෙන හැම එකම try කරල බලන්න මෙච්චර හරියක් කරන්න පුලුවන්ද කියල දවසින්.
ඇත්තටම කිව්වොත් මම ඒක හරියට promt කරේ නෑ නැත්තම් no bugs | secured | full responsive | server side and public කුපිරි site එකක් හැදුවෑකි.
මම ඕකෙ හදල තියෙන gallery එක කොහොමද ඒක වැඩ නැත්තෙ server side එක run කරන්න මගෙ අතේ සල්ලි 😕 නෑ.
නැත්තම් uploading | updating | වගෙ හැම feature එකක්ම වැඩ.
Orb = bro 😁
Captcha හැම තිස්සෙම පුරවන්න වෙනුවට දීල තියෙන smart solution එකක්.
ළගම තියෙන orb center එකට ගිහිල්ලා human කෙනෙක් කියල id එකක් ගන්න පුළුවන්. Captcha පුරවනව වෙනුවට ඒක දෙන්න පුළුවන් ඊට පස්සෙ. මේකෙ තව මොනවහරි features ඇති. Coin එක promote කරන්නද දන්නෙත් නෑ😑
ලංකාවෙ නෑ...usa වල විතරයි වගේ දැනට...
දැං ඉතිං කියන්න එපා ඕකට ඕන තරං ලේසි ක්රම තියෙනවනෙ කියල... මේ වගේ method එකක් තියෙනව කියල කිව්වෙ.
Girls & Boys දවස ගානෙ post නැත්තෙ ඇයි කිව්වොත් මම හිතුව විශේම ඒව ඒ වෙලවට දානව ඇරෙන්නෙ අනිත් ඒව සති අන්තයේ දාන්න.. chanel එකක් හදලා අතෑරල යම්න නෙවේ
මොකකද තව ටික කාලයක් මට ඕනෙ මගෙ dream එකට යම්න. ඒ path එකේ ඔයාලත් ඉම්නවා.
ඒකයි limit කරන්න හිතුවේ.ඒත් තව brothers ල ඉන්නව මේ chanel එක maintain කරන්න. එයාලටත් sup එක දීගෙන අපේ mind set එක හොද විදිහකට වෙනස් කරගමු !!
Log Out
කියල movie එකක් තියෙනව. Social media වලට ඇබ්බැහි වෙලානම්. පිස්සෙක් වගේ likes subs and comments පස්සෙ යන්වනම් මේක බලන්න. සාමාන්යයෙන් හොද story එකක්
#movie #recommend
Repost from BleepingComputer
ChatGPT Deep Research can now pull data from Dropbox and Box
You can now connect your Box and Dropbox accounts to Deep Research on ChatGPT and pull data, which will be used by the AI to conduct research. [...]
https://www.bleepingcomputer.com/news/artificial-intelligence/chatgpt-deep-research-can-now-pull-data-from-dropbox-and-box/
