{"id":19639023,"url":"https://github.com/timsutton/pyvideo-urlgrabber","last_synced_at":"2025-11-22T07:02:26.530Z","repository":{"id":16137394,"uuid":"18882741","full_name":"timsutton/pyvideo-urlgrabber","owner":"timsutton","description":"Script to print out video URLs from http://pyvideo.org","archived":false,"fork":false,"pushed_at":"2015-04-17T20:06:01.000Z","size":148,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-16T01:14:02.858Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/timsutton.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2014-04-17T15:12:05.000Z","updated_at":"2019-11-14T06:27:45.000Z","dependencies_parsed_at":"2022-07-21T06:47:21.463Z","dependency_job_id":null,"html_url":"https://github.com/timsutton/pyvideo-urlgrabber","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/timsutton/pyvideo-urlgrabber","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timsutton%2Fpyvideo-urlgrabber","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timsutton%2Fpyvideo-urlgrabber/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timsutton%2Fpyvideo-urlgrabber/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timsutton%2Fpyvideo-urlgrabber/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timsutton","download_url":"https://codeload.github.com/timsutton/pyvideo-urlgrabber/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timsutton%2Fpyvideo-urlgrabber/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285748794,"owners_count":27225088,"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","status":"online","status_checked_at":"2025-11-22T02:00:05.934Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-11T12:43:48.749Z","updated_at":"2025-11-22T07:02:26.507Z","avatar_url":"https://github.com/timsutton.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"pyvideo-urlgrabber\n==================\n\nThis is a very basic script that parses the metadata on http://pyvideo.org for the source video URLs, and prints them to stdout.\n\nUse it like this:\n\n```bash\n./pyvideo-urlgrabber.py --category \"PyCon US 2014\"\n\nhttp://www.youtube.com/watch?v=GeQt7CxzmPo\nhttp://www.youtube.com/watch?v=nAqklQ4wzhY\nhttp://www.youtube.com/watch?v=SBQB_yS2K4M\nhttp://www.youtube.com/watch?v=Kdrp1Kt1dSw\n[...]\n```\n\nThe idea is to then feed these URLs into other purpose-built tools. For example, feeding these to [youtube-dl](http://rg3.github.io/youtube-dl/):\n\n```bash\n./pyvideo-urlgrabber.py -s \"Guido van Rossum\" -c \"PyCon US 2015\" | xargs youtube-dl --get-title\nKeynote - Guido van Rossum - PyCon 2015\nType Hints  - Guido van Rossum - PyCon 2015\n\n./pyvideo-urlgrabber.py -s \"Guido van Rossum\" -c \"PyCon US 2015\" | xargs youtube-dl --title\n[youtube] G-uKNd5TSBw: Downloading webpage\n[youtube] G-uKNd5TSBw: Extracting video information\n[youtube] G-uKNd5TSBw: Downloading DASH manifest\n[download] Destination: Keynote - Guido van Rossum - PyCon 2015-G-uKNd5TSBw.mp4\n[download] 100% of 227.70MiB in 00:05\n[youtube] 2wDvzy6Hgxg: Downloading webpage\n[youtube] 2wDvzy6Hgxg: Extracting video information\n[youtube] 2wDvzy6Hgxg: Downloading DASH manifest\n[download] Destination: Type Hints  - Guido van Rossum - PyCon 2015-2wDvzy6Hgxg.mp4\n[download] 100% of 323.68MiB in 00:06\n```\nRun it with `--help` for more details.\n\nThe first run will take a while, as it builds a cache of all the JSON metadata available on the site. There are currently over 2000 videos, resulting in a cache of around 4MB. This data is saved to a local cache file that must be manually rebuilt (using the `-r` option) to pick up new changes.\n\nIn addition to being able to filter to a specific category, you can also filter by a speaker name or video file type.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimsutton%2Fpyvideo-urlgrabber","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimsutton%2Fpyvideo-urlgrabber","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimsutton%2Fpyvideo-urlgrabber/lists"}