This commit is contained in:
TPD94 2025-04-28 18:36:28 -04:00
commit 5ab76ed088
2 changed files with 11 additions and 11 deletions

View File

@ -1,5 +1,5 @@
data = { data = {
'discord': 'https://discord.cdrm-project.com/', 'discord': '#',
'telegram': 'https://telegram.cdrm-project.com/', 'telegram': '#',
'gitea': 'https://cdm-project.com/tpd94/cdm-project' 'gitea': 'https://github.com/tpd94/cdrm-project-2.0'
} }

View File

@ -4,8 +4,8 @@ tags = {
'keywords': 'CDRM, Widevine, PlayReady, DRM, Decrypt, CDM, CDM-Project, CDRM-Project, TPD94, Decryption', 'keywords': 'CDRM, Widevine, PlayReady, DRM, Decrypt, CDM, CDM-Project, CDRM-Project, TPD94, Decryption',
'opengraph_title': 'CDRM-Project', 'opengraph_title': 'CDRM-Project',
'opengraph_description': 'Self Hosted web application written in Python/JavaScript utilizing the Flask/Tailwind Framework and ReactJS library to decrypt Widevine & Playready content', 'opengraph_description': 'Self Hosted web application written in Python/JavaScript utilizing the Flask/Tailwind Framework and ReactJS library to decrypt Widevine & Playready content',
'opengraph_image': 'https://cdrm-project.com/og-home.jpg', 'opengraph_image': '',
'opengraph_url': 'https://cdm-project.com/tpd94/cdrm-project', 'opengraph_url': '',
'tab_title': 'CDRM-Project', 'tab_title': 'CDRM-Project',
}, },
'cache': { 'cache': {
@ -13,8 +13,8 @@ tags = {
'keywords': 'Cache, Vault, Widevine, PlayReady, DRM, Decryption, CDM, CDRM-Project, CDRM-Project, TPD94, Decryption', 'keywords': 'Cache, Vault, Widevine, PlayReady, DRM, Decryption, CDM, CDRM-Project, CDRM-Project, TPD94, Decryption',
'opengraph_title': 'Search the Cache', 'opengraph_title': 'Search the Cache',
'opengraph_description': 'Search the cache by KID or PSSH for decryption keys', 'opengraph_description': 'Search the cache by KID or PSSH for decryption keys',
'opengraph_image': 'https://cdrm-project.com/og-cache.jpg', 'opengraph_image': '',
'opengraph_url': 'https://cdrm-project.com/cache', 'opengraph_url': '',
'tab_title': 'Cache', 'tab_title': 'Cache',
}, },
'testplayer': { 'testplayer': {
@ -22,8 +22,8 @@ tags = {
'keywords': 'Shaka, Player, DRM, CDRM, CDM, CDRM-Project, TPD94, Decryption, CDM-Project, KID, KEY', 'keywords': 'Shaka, Player, DRM, CDRM, CDM, CDRM-Project, TPD94, Decryption, CDM-Project, KID, KEY',
'opengraph_title': 'Test Player', 'opengraph_title': 'Test Player',
'opengraph_description': 'Shaka Player for testing decryption keys', 'opengraph_description': 'Shaka Player for testing decryption keys',
'opengraph_image': 'https://cdrm-project.com/og-testplayer.jpg', 'opengraph_image': '',
'opengraph_url': 'https://cdrm-project.com/testplayer', 'opengraph_url': '',
'tab_title': 'Test Player', 'tab_title': 'Test Player',
}, },
'api': { 'api': {
@ -31,8 +31,8 @@ tags = {
'keywords': 'API, python, requests, send, remotecdm, remote, cdm, CDM-Project, CDRM-Project, TPD94, Decryption, DRM, Web, Vault', 'keywords': 'API, python, requests, send, remotecdm, remote, cdm, CDM-Project, CDRM-Project, TPD94, Decryption, DRM, Web, Vault',
'opengraph_title': 'API', 'opengraph_title': 'API',
'opengraph_description': 'Documentation for the program "CDRM-Project"', 'opengraph_description': 'Documentation for the program "CDRM-Project"',
'opengraph_image': 'https://cdrm-project.com/og-api.jpg', 'opengraph_image': '',
'opengraph_url': 'https://cdrm-project.com/api', 'opengraph_url': '',
'tab_title': 'API', 'tab_title': 'API',
} }
} }