-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
github-actions[bot] edited this page Jul 30, 2026
·
4 revisions
HDRezka.NET is an asynchronous .NET 10 library for HDRezka-compatible websites and can load movie and series metadata, select translations, resolve video streams and subtitles, enumerate seasons and episodes, search and browse the catalog, load curated collections, and work with authenticated account data
Important
Website mirrors can change their markup and endpoints without notice; the library does not contain a hard-coded domain, so always pass a mirror URL that you are allowed to access and comply with the laws and terms that apply to you
- Getting started — install the package and load the first media page
- Authentication — log in, restore cookies, inspect account state, and log out
- Account data — load the profile, continue-watching history, and bookmark folders
- Media metadata — work with titles, ratings, formats, categories, translators, and related parts
- Streams and subtitles — resolve movie and episode streams, qualities, and subtitle tracks
- Series and episodes — enumerate seasons and load a complete season
- Search — use fast suggestions or paginated catalog search
- Catalogs and collections — browse home-page sections and curated collections
-
Configuration — configure headers, cookies, proxies,
translator priorities, and a custom
HttpClient - Premium access — understand account tiers and protected qualities or translations
- Error handling — handle library-specific and standard exceptions
- Troubleshooting — diagnose the most common integration failures
- Site requests and parsing — understand direct endpoints, HTML parsing, remaining website sources, and concurrency
- .NET 10 SDK or a .NET 10 application
- An HDRezka-compatible website origin
All public types use the HdRezka namespace, while all network methods are
asynchronous and accept a CancellationToken