{"id":5723,"date":"2024-12-02T09:29:42","date_gmt":"2024-12-02T09:29:42","guid":{"rendered":"https:\/\/novaiptv.org\/?page_id=5723"},"modified":"2024-12-02T09:29:42","modified_gmt":"2024-12-02T09:29:42","slug":"online-prehravac-nova-iptv-2025","status":"publish","type":"page","link":"https:\/\/novaiptv.to\/cs\/online-prehravac-nova-iptv-2025\/","title":{"rendered":"Online p\u0159ehr\u00e1va\u010d IPTV Nova"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"5723\" class=\"elementor elementor-5723\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b9e2257 e-flex e-con-boxed e-con e-parent\" data-id=\"b9e2257\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ed3c694 elementor-widget elementor-widget-html\" data-id=\"ed3c694\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"iptv-tutorial-wrapper\">\n    <style>\n        :root {\n            --primary-color: #0099ff;\n            --secondary-color: #0066cc;\n            --dark-color: #333333;\n            --light-color: #F3F3F3;\n            --text-color: #333333;\n            --light-text: #F3F3F3;\n            --success-color: #33cc33;\n            --warning-color: #ff9100;\n        }\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        .iptv-tutorial-wrapper {\n            background-color: var(--light-color);\n            color: var(--text-color);\n            line-height: 1.6;\n            padding: 20px 0;\n        }\n        \n        .iptv-container {\n            max-width: 1000px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .iptv-header {\n            text-align: center;\n            margin-bottom: 40px;\n            position: relative;\n            padding-top: 30px;\n        }\n        \n        .logo-container {\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            margin-bottom: 20px;\n        }\n        \n        .logo {\n            width: 120px;\n            height: 120px;\n            background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));\n            border-radius: 20px;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            box-shadow: 0 10px 20px rgba(0, 153, 255, 0.3);\n        }\n        \n        .logo svg {\n            width: 70px;\n            height: 70px;\n            fill: white;\n        }\n        \n        h1 {\n            font-size: 2.5rem;\n            margin-bottom: 10px;\n            background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));\n            -webkit-background-clip: text;\n            background-clip: text;\n            color: transparent;\n            display: inline-block;\n        }\n        \n        .subtitle {\n            font-size: 1.2rem;\n            color: #555555;\n            margin-bottom: 20px;\n        }\n        \n        .steps-container {\n            display: flex;\n            flex-direction: column;\n            gap: 30px;\n        }\n        \n        .step {\n            background-color: white;\n            border-radius: 15px;\n            padding: 25px;\n            position: relative;\n            overflow: hidden;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n            border-left: 4px solid var(--primary-color);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n        \n        .step:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);\n        }\n        \n        .step-number {\n            position: absolute;\n            top: -10px;\n            right: -10px;\n            width: 60px;\n            height: 60px;\n            background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));\n            border-radius: 50%;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            font-size: 1.5rem;\n            font-weight: bold;\n            color: white;\n            box-shadow: 0 5px 10px rgba(0, 153, 255, 0.4);\n        }\n        \n        .step-title {\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            color: var(--primary-color);\n            padding-right: 50px;\n        }\n        \n        .step-content {\n            margin-left: 15px;\n        }\n        \n        .step-content p {\n            margin-bottom: 15px;\n        }\n        \n        ul, ol {\n            margin-left: 30px;\n            margin-bottom: 15px;\n        }\n        \n        li {\n            margin-bottom: 10px;\n        }\n        \n        .highlight {\n            color: #0099ff;\n            font-weight: 600;\n        }\n        \n        .link {\n            color: #0066cc;\n            text-decoration: underline;\n            font-weight: bold;\n            cursor: pointer;\n        }\n        \n        .note {\n            background-color: rgba(255, 145, 0, 0.1);\n            border-left: 3px solid var(--warning-color);\n            padding: 15px;\n            margin: 20px 0;\n            border-radius: 5px;\n        }\n        \n        .note-title {\n            color: var(--warning-color);\n            font-weight: bold;\n            margin-bottom: 5px;\n        }\n        \n        .tip {\n            background-color: rgba(51, 204, 51, 0.1);\n            border-left: 3px solid var(--success-color);\n            padding: 15px;\n            margin: 20px 0;\n            border-radius: 5px;\n        }\n        \n        .tip-title {\n            color: var(--success-color);\n            font-weight: bold;\n            margin-bottom: 5px;\n        }\n        \n        .illustration {\n            margin: 20px 0;\n            text-align: center;\n        }\n        \n        .illustration svg {\n            max-width: 100%;\n            height: auto;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);\n            background-color: #2D3748;\n        }\n        \n        .iptv-footer {\n            text-align: center;\n            margin-top: 50px;\n            padding: 20px;\n            color: #555555;\n            font-size: 0.9rem;\n        }\n        \n        @media (max-width: 768px) {\n            .iptv-container {\n                padding: 15px;\n            }\n            \n            h1 {\n                font-size: 2rem;\n            }\n            \n            .step {\n                padding: 20px;\n            }\n            \n            .step-number {\n                width: 50px;\n                height: 50px;\n                font-size: 1.2rem;\n            }\n            \n            .step-title {\n                font-size: 1.3rem;\n            }\n        }\n    <\/style>\n    <div class=\"iptv-container\">\n        <div class=\"iptv-header\">\n            <div class=\"logo-container\">\n                <div class=\"logo\">\n                    <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M9,5V9H21V5M9,19H21V15H9M9,14H21V10H9M4,9H8V5H4M4,19H8V15H4M4,14H8V10H4V14Z\" \/>\n                    <\/svg>\n                <\/div>\n            <\/div>\n            <h1>Jak pou\u017e\u00edvat online p\u0159ehr\u00e1va\u010d Nova IPTV<\/h1>\n            <p class=\"subtitle\">Streamujte sv\u016fj obl\u00edben\u00fd obsah p\u0159\u00edmo z prohl\u00ed\u017ee\u010de<\/p>\n        <\/div>\n        \n        <div class=\"steps-container\">\n            <!-- Step 1 -->\n            <div class=\"step\">\n                <div class=\"step-number\">1<\/div>\n                <h2 class=\"step-title\">P\u0159ihl\u00e1\u0161en\u00ed do IPTV p\u0159ehr\u00e1va\u010de<\/h2>\n                <div class=\"step-content\">\n                    <p>P\u0159\u00edstup k Nova IPTV prost\u0159ednictv\u00edm prohl\u00ed\u017ee\u010de je jednoduch\u00fd a pohodln\u00fd. Chcete-li za\u010d\u00edt, postupujte podle t\u011bchto krok\u016f:<\/p>\n                    \n                    <ol>\n                        <li>Otev\u0159ete si preferovan\u00fd webov\u00fd prohl\u00ed\u017ee\u010d (Chrome, Firefox, Safari, Edge atd.)<\/li>\n                        <li>Nav\u0161tivte \u00fa\u0159edn\u00edka <a href=\"https:\/\/novaiptv.to\/cs\/koupit-iptv-predplatne-v-usa-2025\/\">Nova IPTV<\/a> webov\u00fd p\u0159ehr\u00e1va\u010d: http:\/\/web.loginurl.xyz\/<\/span><\/li>\n                        <li>Zadejte sv\u016fj <span class=\"highlight\">u\u017eivatelsk\u00e9 jm\u00e9no<\/span> a <span class=\"highlight\">heslo<\/span> v p\u0159ihla\u0161ovac\u00edm formul\u00e1\u0159i<\/li>\n                        <li>Klikn\u011bte na <span class=\"highlight\">P\u0159ihl\u00e1\u0161en\u00ed<\/span> tla\u010d\u00edtko pro spu\u0161t\u011bn\u00ed streamov\u00e1n\u00ed<\/li>\n                    <\/ol>\n                    \n                    <div class=\"illustration\">\n                        <svg width=\"600\" height=\"250\" viewbox=\"0 0 600 250\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <rect width=\"600\" height=\"250\" fill=\"#1E293B\" rx=\"10\" \/>\n                            \n                            <!-- Browser Window -->\n                            <rect x=\"100\" y=\"30\" width=\"400\" height=\"30\" rx=\"5\" fill=\"#4A5568\" \/>\n                            <circle cx=\"115\" cy=\"45\" r=\"5\" fill=\"#ff3b30\" \/>\n                            <circle cx=\"135\" cy=\"45\" r=\"5\" fill=\"#ffcc00\" \/>\n                            <circle cx=\"155\" cy=\"45\" r=\"5\" fill=\"#34c759\" \/>\n                            <rect x=\"175\" y=\"37\" width=\"250\" height=\"16\" rx=\"8\" fill=\"#2D3748\" \/>\n                            <text x=\"225\" y=\"49\" font-family=\"Arial\" font-size=\"10\" fill=\"#A0AEC0\">player.novaiptvplayer.com<\/text>\n                            \n                            <!-- Login Page -->\n                            <rect x=\"100\" y=\"60\" width=\"400\" height=\"170\" rx=\"5\" fill=\"#2D3748\" \/>\n                            \n                            <!-- Login Box -->\n                            <rect x=\"200\" y=\"80\" width=\"200\" height=\"130\" rx=\"10\" fill=\"#1A1A2E\" \/>\n                            \n                            <!-- Logo in Login Box -->\n                            <rect x=\"250\" y=\"90\" width=\"100\" height=\"30\" rx=\"5\" fill=\"none\" stroke=\"#0099ff\" stroke-width=\"2\" \/>\n                            <text x=\"265\" y=\"110\" font-family=\"Arial\" font-size=\"14\" fill=\"#00b0ff\" font-weight=\"bold\"><a href=\"https:\/\/novaiptv.to\/cs\/koupit-iptv-predplatne-v-usa-2025\/\">NOVA IPTV<\/a><\/text>\n                            \n                            <!-- Username field -->\n                            <rect x=\"220\" y=\"130\" width=\"160\" height=\"25\" rx=\"5\" fill=\"#2D3748\" \/>\n                            <text x=\"230\" y=\"147\" font-family=\"Arial\" font-size=\"12\" fill=\"#A0AEC0\">U\u017eivatelsk\u00e9 jm\u00e9no<\/text>\n                            \n                            <!-- Password field -->\n                            <rect x=\"220\" y=\"165\" width=\"160\" height=\"25\" rx=\"5\" fill=\"#2D3748\" \/>\n                            <text x=\"230\" y=\"182\" font-family=\"Arial\" font-size=\"12\" fill=\"#A0AEC0\">Heslo<\/text>\n                            \n                            <!-- Login Button -->\n                            <rect x=\"240\" y=\"200\" width=\"120\" height=\"30\" rx=\"15\" fill=\"#00b0ff\" \/>\n                            <text x=\"285\" y=\"220\" font-family=\"Arial\" font-size=\"14\" fill=\"white\" text-anchor=\"middle\">P\u0158IHL\u00c1\u0160EN\u00cd<\/text>\n                        <\/svg>\n                    <\/div>\n                    \n                    <div class=\"tip\">\n                        <p class=\"tip-title\">Tip pro profesion\u00e1ly<\/p>\n                        <p>Pokud pou\u017e\u00edv\u00e1te osobn\u00ed za\u0159\u00edzen\u00ed, pou\u017eijte mo\u017enost \"Zapamatovat si m\u011b\", abyste si ulo\u017eili p\u0159ihla\u0161ovac\u00ed \u00fadaje pro budouc\u00ed pou\u017eit\u00ed.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Step 2 -->\n            <div class=\"step\">\n                <div class=\"step-number\">2<\/div>\n                <h2 class=\"step-title\">Zkontrolujte si sv\u016fj tarif a p\u0159edplatn\u00e9<\/h2>\n                <div class=\"step-content\">\n                    <p>Je d\u016fle\u017eit\u00e9 sledovat sv\u00e9 <a href=\"https:\/\/novaiptv.to\/cs\/ceny-nova-iptv\/\">stav a tarif p\u0159edplatn\u00e9ho<\/a> podrobnosti. Nova IPTV to usnad\u0148uje prost\u0159ednictv\u00edm sv\u00e9ho z\u00e1kaznick\u00e9ho port\u00e1lu:<\/p>\n                    \n                    <ol>\n                        <li>P\u0159ejd\u011bte na z\u00e1kaznick\u00fd port\u00e1l Nova IPTV na adrese: <span class=\"link\">https:\/\/novaiptv.to<\/span><\/li>\n                        <li>Zadejte p\u0159ihla\u0161ovac\u00ed \u00fadaje k \u00fa\u010dtu (stejn\u00e9 u\u017eivatelsk\u00e9 jm\u00e9no a heslo, kter\u00e9 pou\u017e\u00edv\u00e1te pro streamov\u00e1n\u00ed)<\/li>\n                        <li>P\u0159ejd\u011bte do sekce \"Moje p\u0159edplatn\u00e9\" nebo \"\u00da\u010det\"<\/li>\n                        <li>Zde si m\u016f\u017eete prohl\u00e9dnout v\u0161echny d\u016fle\u017eit\u00e9 informace, v\u010detn\u011b:\n                            <ul>\n                                <li>Aktu\u00e1ln\u00ed stav p\u0159edplatn\u00e9ho<\/li>\n                                <li>Podrobnosti a funkce pl\u00e1nu<\/li>\n                                <li>Datum spot\u0159eby<\/li>\n                                <li>Historie plateb<\/li>\n                                <li>Mo\u017enosti obnoven\u00ed<\/li>\n                            <\/ul>\n                        <\/li>\n                    <\/ol>\n                    \n                    <div class=\"illustration\">\n                        <svg width=\"600\" height=\"250\" viewbox=\"0 0 600 250\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <rect width=\"600\" height=\"250\" fill=\"#1E293B\" rx=\"10\" \/>\n                            \n                            <!-- Browser Window -->\n                            <rect x=\"100\" y=\"30\" width=\"400\" height=\"30\" rx=\"5\" fill=\"#4A5568\" \/>\n                            <circle cx=\"115\" cy=\"45\" r=\"5\" fill=\"#ff3b30\" \/>\n                            <circle cx=\"135\" cy=\"45\" r=\"5\" fill=\"#ffcc00\" \/>\n                            <circle cx=\"155\" cy=\"45\" r=\"5\" fill=\"#34c759\" \/>\n                            <rect x=\"175\" y=\"37\" width=\"250\" height=\"16\" rx=\"8\" fill=\"#2D3748\" \/>\n                            <text x=\"260\" y=\"49\" font-family=\"Arial\" font-size=\"10\" fill=\"#A0AEC0\">novaiptv.org<\/text>\n                            \n                            <!-- Account Page -->\n                            <rect x=\"100\" y=\"60\" width=\"400\" height=\"170\" rx=\"5\" fill=\"#2D3748\" \/>\n                            \n                            <!-- Sidebar -->\n                            <rect x=\"100\" y=\"60\" width=\"100\" height=\"170\" fill=\"#1A1A2E\" \/>\n                            <rect x=\"100\" y=\"90\" width=\"100\" height=\"30\" fill=\"#00b0ff\" \/>\n                            <text x=\"110\" y=\"110\" font-family=\"Arial\" font-size=\"12\" fill=\"white\">Moje p\u0159edplatn\u00e9<\/text>\n                            <text x=\"110\" y=\"80\" font-family=\"Arial\" font-size=\"12\" fill=\"#A0AEC0\">Dashboard<\/text>\n                            <text x=\"110\" y=\"140\" font-family=\"Arial\" font-size=\"12\" fill=\"#A0AEC0\">Podpora<\/text>\n                            <text x=\"110\" y=\"170\" font-family=\"Arial\" font-size=\"12\" fill=\"#A0AEC0\">Nastaven\u00ed<\/text>\n                            \n                            <!-- Main Content Area -->\n                            <rect x=\"210\" y=\"70\" width=\"280\" height=\"30\" fill=\"none\" \/>\n                            <text x=\"210\" y=\"90\" font-family=\"Arial\" font-size=\"16\" fill=\"white\">Podrobnosti o m\u00e9m p\u0159edplatn\u00e9m<\/text>\n                            \n                            <!-- Subscription Info Box -->\n                            <rect x=\"210\" y=\"100\" width=\"280\" height=\"120\" rx=\"5\" fill=\"#1A1A2E\" \/>\n                            \n                            <!-- Subscription Details -->\n                            <text x=\"225\" y=\"120\" font-family=\"Arial\" font-size=\"12\" fill=\"white\">Pl\u00e1n: Pr\u00e9miov\u00fd bal\u00ed\u010dek<\/text>\n                            <text x=\"225\" y=\"145\" font-family=\"Arial\" font-size=\"12\" fill=\"white\">Stav: Aktivn\u00ed<\/text>\n                            <text x=\"225\" y=\"170\" font-family=\"Arial\" font-size=\"12\" fill=\"white\">Platnost vypr\u0161\u00ed: 24. 6. 2025<\/text>\n                            <text x=\"225\" y=\"195\" font-family=\"Arial\" font-size=\"12\" fill=\"white\">Kan\u00e1ly: 10 000+<\/text>\n                            \n                            <!-- Renew Button -->\n                            <rect x=\"380\" y=\"175\" width=\"100\" height=\"30\" rx=\"15\" fill=\"#33cc33\" \/>\n                            <text x=\"430\" y=\"195\" font-family=\"Arial\" font-size=\"12\" fill=\"white\" text-anchor=\"middle\">OBNOVIT<\/text>\n                        <\/svg>\n                    <\/div>\n                    \n                    <div class=\"note\">\n                        <p class=\"note-title\">Pozn\u00e1mka<\/p>\n                        <p>Pokud si v\u0161imnete, \u017ee va\u0161e p\u0159edplatn\u00e9 se bl\u00ed\u017e\u00ed ke konci, nezapome\u0148te si ho p\u0159ed datem vypr\u0161en\u00ed prodlou\u017eit, abyste p\u0159ede\u0161li p\u0159eru\u0161en\u00ed slu\u017eby.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Step 3 -->\n            <div class=\"step\">\n                <div class=\"step-number\">3<\/div>\n                <h2 class=\"step-title\">Vyu\u017eijte rychl\u00fd p\u0159\u00edstup ke sv\u00fdm slu\u017eb\u00e1m<\/h2>\n                <div class=\"step-content\">\n                    <p>Jakmile se \u00fasp\u011b\u0161n\u011b p\u0159ihl\u00e1s\u00edte do Nova <a href=\"https:\/\/novaiptv.to\/cs\/nejlepsi-iptv-prehravac-pro-firestick\/\">Online p\u0159ehr\u00e1va\u010d IPTV<\/a>, budete m\u00edt okam\u017eit\u00fd p\u0159\u00edstup ke v\u0161emu sv\u00e9mu obl\u00edben\u00e9mu obsahu:<\/p>\n                    \n                    <ul>\n                        <li>Proch\u00e1zejte tis\u00edce \u017eiv\u00fdch televizn\u00edch kan\u00e1l\u016f uspo\u0159\u00e1dan\u00fdch do kategori\u00ed<\/li>\n                        <li>Z\u00edskejte p\u0159\u00edstup k elektronick\u00e9mu programov\u00e9mu pr\u016fvodci (EPG) a zjist\u011bte, co se aktu\u00e1ln\u011b hraje a co bude n\u00e1sledovat.<\/li>\n                        <li>U\u017eijte si <a href=\"https:\/\/novaiptv.to\/cs\/strategie-iptv-odyssey\/\">bezprobl\u00e9mov\u00e9 streamov\u00e1n\u00ed<\/a> na jak\u00e9mkoli za\u0159\u00edzen\u00ed s modern\u00edm webov\u00fdm prohl\u00ed\u017ee\u010dem<\/li>\n                        <li>\u017d\u00e1dn\u00e9 dal\u0161\u00ed <a href=\"https:\/\/novaiptv.to\/cs\/firestick\/\">aplikace<\/a> vy\u017eaduj\u00ed se instalace \u2013 ide\u00e1ln\u00ed pro sledov\u00e1n\u00ed na ve\u0159ejn\u00fdch po\u010d\u00edta\u010d\u00edch nebo za\u0159\u00edzen\u00edch, kde nelze instalovat aplikace<\/li>\n                        <li>Rychl\u00e9 a snadn\u00e9 p\u0159ep\u00edn\u00e1n\u00ed mezi r\u016fzn\u00fdmi kan\u00e1ly<\/li>\n                    <\/ul>\n                    \n                    <div class=\"illustration\">\n                        <svg width=\"600\" height=\"250\" viewbox=\"0 0 600 250\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <rect width=\"600\" height=\"250\" fill=\"#1E293B\" rx=\"10\" \/>\n                            \n                            <!-- Browser Window -->\n                            <rect x=\"100\" y=\"30\" width=\"400\" height=\"30\" rx=\"5\" fill=\"#4A5568\" \/>\n                            <circle cx=\"115\" cy=\"45\" r=\"5\" fill=\"#ff3b30\" \/>\n                            <circle cx=\"135\" cy=\"45\" r=\"5\" fill=\"#ffcc00\" \/>\n                            <circle cx=\"155\" cy=\"45\" r=\"5\" fill=\"#34c759\" \/>\n                            <rect x=\"175\" y=\"37\" width=\"250\" height=\"16\" rx=\"8\" fill=\"#2D3748\" \/>\n                            <text x=\"225\" y=\"49\" font-family=\"Arial\" font-size=\"10\" fill=\"#A0AEC0\">player.novaiptvplayer.com<\/text>\n                            \n                            <!-- Player Page -->\n                            <rect x=\"100\" y=\"60\" width=\"400\" height=\"170\" rx=\"5\" fill=\"#1A1A2E\" \/>\n                            \n                            <!-- Channel List Sidebar -->\n                            <rect x=\"100\" y=\"60\" width=\"120\" height=\"170\" fill=\"#2D3748\" \/>\n                            <text x=\"110\" y=\"80\" font-family=\"Arial\" font-size=\"12\" fill=\"white\">Kategorie kan\u00e1l\u016f<\/text>\n                            \n                            <!-- Channel Categories -->\n                            <rect x=\"105\" y=\"90\" width=\"110\" height=\"20\" rx=\"3\" fill=\"#00b0ff\" \/>\n                            <text x=\"120\" y=\"105\" font-family=\"Arial\" font-size=\"11\" fill=\"white\">Sportovn\u00ed<\/text>\n                            \n                            <rect x=\"105\" y=\"115\" width=\"110\" height=\"20\" rx=\"3\" fill=\"#0066cc\" opacity=\"0.5\" \/>\n                            <text x=\"120\" y=\"130\" font-family=\"Arial\" font-size=\"11\" fill=\"white\">Filmy<\/text>\n                            \n                            <rect x=\"105\" y=\"140\" width=\"110\" height=\"20\" rx=\"3\" fill=\"#3d5afe\" opacity=\"0.5\" \/>\n                            <text x=\"120\" y=\"155\" font-family=\"Arial\" font-size=\"11\" fill=\"white\">Zpr\u00e1vy<\/text>\n                            \n                            <rect x=\"105\" y=\"165\" width=\"110\" height=\"20\" rx=\"3\" fill=\"#3d5afe\" opacity=\"0.5\" \/>\n                            <text x=\"120\" y=\"180\" font-family=\"Arial\" font-size=\"11\" fill=\"white\">Z\u00e1bava<\/text>\n                            \n                            <rect x=\"105\" y=\"190\" width=\"110\" height=\"20\" rx=\"3\" fill=\"#3d5afe\" opacity=\"0.5\" \/>\n                            <text x=\"120\" y=\"205\" font-family=\"Arial\" font-size=\"11\" fill=\"white\">D\u011bti<\/text>\n                            \n                            <!-- Video Player Area -->\n                            <rect x=\"230\" y=\"70\" width=\"260\" height=\"150\" rx=\"5\" fill=\"#000\" \/>\n                            <text x=\"340\" y=\"145\" font-family=\"Arial\" font-size=\"14\" fill=\"white\" text-anchor=\"middle\"><a href=\"https:\/\/novaiptv.to\/cs\/android-tv-2025\/\">\u017dIV\u00c9 VYSOUV\u00c1N\u00cd<\/a><\/text>\n                            \n                            <!-- Player Controls -->\n                            <rect x=\"230\" y=\"225\" width=\"260\" height=\"5\" rx=\"2.5\" fill=\"#4A5568\" \/>\n                            <rect x=\"230\" y=\"225\" width=\"120\" height=\"5\" rx=\"2.5\" fill=\"#00b0ff\" \/>\n                            \n                            <circle cx=\"280\" cy=\"210\" r=\"10\" fill=\"#4A5568\" \/>\n                            <text x=\"280\" y=\"214\" font-family=\"Arial\" font-size=\"14\" fill=\"white\" text-anchor=\"middle\">\u23ea<\/text>\n                            \n                            <circle cx=\"310\" cy=\"210\" r=\"12\" fill=\"#00b0ff\" \/>\n                            <text x=\"310\" y=\"215\" font-family=\"Arial\" font-size=\"14\" fill=\"white\" text-anchor=\"middle\">\u25b6<\/text>\n                            \n                            <circle cx=\"340\" cy=\"210\" r=\"10\" fill=\"#4A5568\" \/>\n                            <text x=\"340\" y=\"214\" font-family=\"Arial\" font-size=\"14\" fill=\"white\" text-anchor=\"middle\">\u23e9<\/text>\n                            \n                            <circle cx=\"460\" cy=\"210\" r=\"10\" fill=\"#4A5568\" \/>\n                            <text x=\"460\" y=\"214\" font-family=\"Arial\" font-size=\"14\" fill=\"white\" text-anchor=\"middle\">\u2699\ufe0f<\/text>\n                        <\/svg>\n                    <\/div>\n                    \n                    <div class=\"tip\">\n                        <p class=\"tip-title\">Tip pro profesion\u00e1ly<\/p>\n                        <p>Pro nejlep\u0161\u00ed streamovac\u00ed z\u00e1\u017eitek pou\u017e\u00edvejte modern\u00ed prohl\u00ed\u017ee\u010d, jako je Chrome, Firefox nebo Edge, a ujist\u011bte se, \u017ee m\u00e1te stabiln\u00ed internetov\u00e9 p\u0159ipojen\u00ed s rychlost\u00ed stahov\u00e1n\u00ed alespo\u0148 10 Mbps.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n        \n        <div class=\"iptv-footer\">\n            <p>\u00a9 2025 <a href=\"https:\/\/novaiptv.to\/cs\/podminky\/\">Nova IPTV<\/a> | Tato p\u0159\u00edru\u010dka je ur\u010dena pouze pro vzd\u011bl\u00e1vac\u00ed \u00fa\u010dely<\/p>\n        <\/div>\n    <\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>How to Use Nova IPTV Online Player Stream your favorite content directly from your browser 1 Login to the IPTV Player Accessing Nova IPTV through your browser is simple and convenient. Follow these steps to get started: Open your preferred&#8230;<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-5723","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/novaiptv.to\/cs\/wp-json\/wp\/v2\/pages\/5723","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/novaiptv.to\/cs\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/novaiptv.to\/cs\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/novaiptv.to\/cs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/novaiptv.to\/cs\/wp-json\/wp\/v2\/comments?post=5723"}],"version-history":[{"count":0,"href":"https:\/\/novaiptv.to\/cs\/wp-json\/wp\/v2\/pages\/5723\/revisions"}],"wp:attachment":[{"href":"https:\/\/novaiptv.to\/cs\/wp-json\/wp\/v2\/media?parent=5723"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}