{"id":28575002,"url":"https://github.com/linux13524/youtubedecipher","last_synced_at":"2025-07-19T03:03:53.322Z","repository":{"id":177292909,"uuid":"120788285","full_name":"Linux13524/YoutubeDecipher","owner":"Linux13524","description":"Library to decipher youtube signatures","archived":false,"fork":false,"pushed_at":"2021-09-13T16:33:30.000Z","size":115,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"release/1.0","last_synced_at":"2025-06-10T22:13:54.788Z","etag":null,"topics":["decipher","signature","youtube"],"latest_commit_sha":null,"homepage":"https://www.linux13524.de","language":"CMake","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/Linux13524.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null}},"created_at":"2018-02-08T16:41:22.000Z","updated_at":"2022-11-24T15:35:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"c88fc699-32cf-4320-9f5b-a4d3c8fe5c2e","html_url":"https://github.com/Linux13524/YoutubeDecipher","commit_stats":null,"previous_names":["linux13524/youtubedecipher"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Linux13524/YoutubeDecipher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Linux13524%2FYoutubeDecipher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Linux13524%2FYoutubeDecipher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Linux13524%2FYoutubeDecipher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Linux13524%2FYoutubeDecipher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Linux13524","download_url":"https://codeload.github.com/Linux13524/YoutubeDecipher/tar.gz/refs/heads/release/1.0","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Linux13524%2FYoutubeDecipher/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265878971,"owners_count":23843047,"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":["decipher","signature","youtube"],"created_at":"2025-06-10T22:13:47.154Z","updated_at":"2025-07-19T03:03:53.310Z","avatar_url":"https://github.com/Linux13524.png","language":"CMake","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status Travis](https://app.travis-ci.com/Linux13524/YoutubeDecipher.svg)](https://app.travis-ci.com/Linux13524/YoutubeDecipher)\n[![Build Status AppVeyor](https://ci.appveyor.com/api/projects/status/9g8p38mi3pa8onsp?svg=true)](https://ci.appveyor.com/project/Linux13524/youtube-decipher)\n\n\n\n## Conan package recipe for *youtube_decipher*\n\nLibrary to decipher youtube signatures\n\nThe packages generated with this **conanfile** can be found on [Bintray](https://bintray.com/linux13524/conan/youtube_decipher%3Alinux13524).\n\n## For Users\n\n### Basic setup\n\n    $ conan install youtube_decipher/1.0.1@linux13524/testing\n\n### Project setup\n\nIf you handle multiple dependencies in your project is better to add a *conanfile.txt*\n\n    [requires]\n    youtube_decipher/1.0.1@linux13524/testing\n\n    [generators]\n    cmake\n\nComplete the installation of requirements for your project running:\n\n    $ mkdir build \u0026\u0026 cd build \u0026\u0026 conan install ..\n\nNote: It is recommended that you run conan install from a build directory and not the root of the project directory.  This is because conan generates *conanbuildinfo* files specific to a single build configuration which by default comes from an autodetected default profile located in ~/.conan/profiles/default .  If you pass different build configuration options to conan install, it will generate different *conanbuildinfo* files.  Thus, they should not be added to the root of the project, nor committed to git.\n\n\n## Build and package\n\nThe following command both runs all the steps of the conan file, and publishes the package to the local system cache.  This includes downloading dependencies from \"build_requires\" and \"requires\" , and then running the build() method.\n\n    $ conan create . linux13524/testing\n\n\n### Available Options\n| Option        | Default | Possible Values  |\n| ------------- |:----------------- |:------------:|\n| shared      | False |  [True, False] |\n| fPIC      | True |  [True, False] |\n\n\n## Add Remote\n\n    $ conan remote add linux13524 \"https://api.bintray.com/conan/linux13524/conan\"\n\n## Usage\n\n- Include the `decipher.h` into your code\n- call `Youtube::Decipher::instance(videoHtml).DecipherSignature(signature)`\n\n   `videoHtml`: \n   - Any Youtube video HTML (used to extract the ytplayer.js)\n      \n      It is not necessary to provide the whole html due to simple regexing (see section \"How does it work?\") \n      \n   `signature`:\n   - The signature you want to decipher\n   \n## Dependencies:\n`boost/1.69.0@conan/stable`, `cpr/1.3.0@linux13524/stable`\n\n## How does it work?\nSee the [wiki](https://github.com/Linux13524/Youtube-Decipher/wiki)\n\n## License\n\n[MIT](https://github.com/Linux13524/Youtube-Decipher/blob/testing/1.0.1/LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinux13524%2Fyoutubedecipher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinux13524%2Fyoutubedecipher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinux13524%2Fyoutubedecipher/lists"}