{"id":14979604,"url":"https://github.com/borisklco/nextjs.videodownloader","last_synced_at":"2025-10-28T18:32:05.800Z","repository":{"id":181857566,"uuid":"667478164","full_name":"BorisKlco/nextjs.videoDownloader","owner":"BorisKlco","description":"Multi-site video/audio downloader","archived":false,"fork":false,"pushed_at":"2024-06-08T19:47:42.000Z","size":364,"stargazers_count":8,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-11T19:42:45.895Z","etag":null,"topics":["flask","instagram","nextjs","openmoji","python3","reddit","tiktok","twitch","twitter","video-downloader","youtube","youtube-video","yt-dlp"],"latest_commit_sha":null,"homepage":"https://scrappy.tricksofthe.trade/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BorisKlco.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-17T15:37:36.000Z","updated_at":"2024-06-30T17:09:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"821ce83e-a6c2-42c6-8fc0-8ed3a43df370","html_url":"https://github.com/BorisKlco/nextjs.videoDownloader","commit_stats":{"total_commits":53,"total_committers":2,"mean_commits":26.5,"dds":"0.15094339622641506","last_synced_commit":"57bd7f09eee581606337434e3e000155c7a9b410"},"previous_names":["borisklco/nextjs.ytmp3","borisklco/nextjs.videodownloader"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BorisKlco%2Fnextjs.videoDownloader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BorisKlco%2Fnextjs.videoDownloader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BorisKlco%2Fnextjs.videoDownloader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BorisKlco%2Fnextjs.videoDownloader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BorisKlco","download_url":"https://codeload.github.com/BorisKlco/nextjs.videoDownloader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219859016,"owners_count":16556038,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flask","instagram","nextjs","openmoji","python3","reddit","tiktok","twitch","twitter","video-downloader","youtube","youtube-video","yt-dlp"],"created_at":"2024-09-24T14:00:23.464Z","updated_at":"2025-10-28T18:32:00.350Z","avatar_url":"https://github.com/BorisKlco.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nextjs.videoDownloader\nMulti-site video/audio downloader , mp3/mp4 formats.\n\nnext.js + Flask API + SQLAlchemy\n\n- Youtube/Youtube Music/Youtube Shorts\n- Insta reels/Insta videos\n- TikToks/Twitter/Twitch clips/Reddit videos\n\nTested on Python 3.10\n1. set default port for python api server (/python/api.py)\n```\nif __name__ == \"__main__\":\n    app.run(threaded=True, debug=True, port=8080)\n```\n2. App using api in 3 files \n```\n/components/fetchData.tsx\n/components/fetchLink.tsx\nThis is used on client side. So you want to create reverse proxy for api.py port (for example: api.domain.tld)\n\n/components/fetchHistory.tsx\nThis is fetched from server side.. So you can use localhost.\n\n/python/api.py\nLink for download for client.\n@app.route(\"/get_me_link\", methods=[\"POST\"])\ndef get_download_link():\n    data = request.json\n    print(data)\n    file = download.get_file(data[\"url\"], data[\"type\"])\n    return {\"url\": \"{(for example: api.domain.tld)}/serve_file/\" + file} \n```\n3. set default app port in package.json\n```\nnpm run build (first start python api server)\n\"start\": \"next start -p 8090\",\n```\n4. npm run build\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://i.imgur.com/lNqFxhp.jpeg\" style=\"width:100%\" /\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborisklco%2Fnextjs.videodownloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fborisklco%2Fnextjs.videodownloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborisklco%2Fnextjs.videodownloader/lists"}