{"id":16401257,"url":"https://github.com/benzhaomin/franck","last_synced_at":"2026-02-16T07:01:43.082Z","repository":{"id":36176685,"uuid":"40480807","full_name":"Benzhaomin/franck","owner":"Benzhaomin","description":"Python 3 library, API and CLI to get download links from video pages on Jeuxvideo.com.","archived":false,"fork":false,"pushed_at":"2015-08-10T16:18:03.000Z","size":444,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-09T14:02:09.644Z","etag":null,"topics":["defunct","old-project"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Benzhaomin.png","metadata":{"files":{"readme":"README","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-10T12:15:40.000Z","updated_at":"2019-03-05T23:47:38.000Z","dependencies_parsed_at":"2022-08-18T14:21:38.514Z","dependency_job_id":null,"html_url":"https://github.com/Benzhaomin/franck","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/Benzhaomin/franck","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Benzhaomin%2Ffranck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Benzhaomin%2Ffranck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Benzhaomin%2Ffranck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Benzhaomin%2Ffranck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Benzhaomin","download_url":"https://codeload.github.com/Benzhaomin/franck/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Benzhaomin%2Ffranck/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29502928,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T05:57:17.024Z","status":"ssl_error","status_checked_at":"2026-02-16T05:56:49.929Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["defunct","old-project"],"created_at":"2024-10-11T05:29:50.836Z","updated_at":"2026-02-16T07:01:43.066Z","avatar_url":"https://github.com/Benzhaomin.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# franck\n\nPython 3 library, API and CLI to get download links from video pages on Jeuxvideo.com.\n\n## Installing\n\n- Source: clone the repo, ```cd``` into it, ```python setup.py install```\n- Arch Linux: get the [PKGBUILD](pkg/archlinux/PKGBUILD), ```makepkg```, ```sudo pacman -U pkg```\n\n## Video\n\nThe sole model of franck, videos. A basic usage would look like:\n```\n v = Video(\"http://www.jeuxvideo.com/somevideopage\")\n v.load()\n\n print(v.json.title)\n\n print(v.get_best_quality())\n```\n\n## API\n\nTwo functions are available to find videos at a single URL:\n- video(url): use on single video page, containing a video player\n- videos(url): use on video lists or any page with links to video pages\n\n## Cache\n\nEach video requires two files to be retrieved: its video page (HTML) and its config file (XML).\u003cbr\u003e\nWeb requests use a local cache with its own expiration policy. Jeuxvideo.com HTTP headers can't be relied upon as they expire immediately.\u003cbr\u003e\nCached files go under ```user_cache_dir/Franck```, eg. ```\"/home/user/.cache/Franck/\"```\n\n## Crawler\n\nThe crawler can be used to heat up the cache with all video pages of a section.\nIt returns all the video page url found in a whole section, those pages can then be loaded/cached and their associated config file too.\n\n# franck-http\n\nThe http module contains two parts:\n\n- a JSON API to get a list of videos with cover and details found at a given URL\n- an HTML page to query that API, display results and an inline video player.\n\nMore details at [http/README.md](http/README.md)\n\n# franck-cli\n\nCLI API to get the download URL of one of more videos from an URL.\n\nMore details at [cli/README.md](cli/README.md)\n\n# License\n\n\u003e Franck, a Python 3 library, API and CLI to get download links from video pages on Jeuxvideo.com.\n\u003e Copyright (C) 2015 Benjamin Maisonnas\n\n\u003e This program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License version 3 as published by\nthe Free Software Foundation.\n\n\u003e This program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\n\u003e You should have received a copy of the GNU General Public License\nalong with this program.  If not, see \u003chttp://www.gnu.org/licenses/gpl-3.0.en.html\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenzhaomin%2Ffranck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenzhaomin%2Ffranck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenzhaomin%2Ffranck/lists"}