{"id":3982,"date":"2024-02-01T14:09:42","date_gmt":"2024-02-01T14:09:42","guid":{"rendered":"https:\/\/novaiptv.org\/?page_id=3982"},"modified":"2024-02-01T14:09:42","modified_gmt":"2024-02-01T14:09:42","slug":"laptops-pc-2025","status":"publish","type":"page","link":"https:\/\/novaiptv.to\/he\/laptops-pc-2025\/","title":{"rendered":"IPTV Player on Laptops &amp; PC"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"3982\" class=\"elementor elementor-3982\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-84018bc e-flex e-con-boxed e-con e-parent\" data-id=\"84018bc\" 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-7470269 elementor-widget elementor-widget-html\" data-id=\"7470269\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>VLC Media Player IPTV Setup Guide<\/title>\n    <style>\n        :root {\n            --primary-color: #ff8800;\n            --secondary-color: #ff6600;\n            --dark-color: #333333;\n            --light-color: #F3F3F3;\n            --text-color: #333333;\n            --light-text: #F3F3F3;\n            --success-color: #00c853;\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        body {\n            background-color: var(--light-color);\n            color: var(--text-color);\n            line-height: 1.6;\n            padding: 20px 0;\n        }\n        \n        .container {\n            max-width: 900px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .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(255, 136, 0, 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.2);\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(255, 136, 0, 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: var(--primary-color);\n            font-weight: 600;\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(0, 200, 83, 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 img {\n            max-width: 100%;\n            height: auto;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);\n        }\n        \n        .footer {\n            text-align: center;\n            margin-top: 50px;\n            padding: 20px;\n            color: #555555;\n            font-size: 0.9rem;\n        }\n        \n        .cta-container {\n            text-align: center;\n            margin: 40px 0;\n            padding: 30px;\n            background: linear-gradient(135deg, rgba(255, 136, 0, 0.1), rgba(255, 102, 0, 0.1));\n            border-radius: 15px;\n        }\n        \n        .cta-title {\n            font-size: 1.8rem;\n            margin-bottom: 15px;\n            color: var(--dark-color);\n        }\n        \n        .cta-description {\n            font-size: 1.1rem;\n            margin-bottom: 25px;\n            color: #555;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            padding: 15px 40px;\n            background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));\n            color: white;\n            text-decoration: none;\n            font-weight: bold;\n            border-radius: 30px;\n            box-shadow: 0 5px 15px rgba(255, 136, 0, 0.4);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n        \n        .cta-button:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 8px 20px rgba(255, 136, 0, 0.6);\n        }\n        \n        @media (max-width: 768px) {\n            .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<\/head>\n<body>\n    <div class=\"container\">\n        <div class=\"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=\"M12,3.5C6.92,3.5 2.75,7 2.75,11.25C2.75,13.25 3.69,15.03 5.18,16.31C4.97,16.67 4.77,17.03 4.67,17.41C4.54,17.89 4.46,18.39 4.46,18.91C4.46,19.31 5.06,19.61 5.36,19.31C6.05,18.71 6.11,18.13 6.87,17.56C8.4,18.34 10.13,18.8 12,18.8C17.07,18.8 21.25,15.31 21.25,11.06C21.25,6.8 17.07,3.5 12,3.5M12,17.5C10.32,17.5 8.73,17.12 7.33,16.5C6.76,16.8 6.23,17.27 5.85,17.85C5.76,18 5.76,18.03 5.75,18.25C5.75,18.26 5.75,18.28 5.75,18.29C6.62,17.74 7.18,17.5 8.01,17.5C8.22,17.5 8.45,17.56 8.64,17.63C9.56,18.05 10.75,18.3 12,18.3C16.34,18.3 19.85,15.31 19.85,11.8C19.85,8.28 16.34,5.29 12,5.29C7.65,5.29 4.15,8.29 4.15,11.8C4.15,13.39 4.86,14.8 6.05,15.89C6.16,16 6.27,16.09 6.39,16.18C8.08,17.14 10,17.5 12,17.5M14.46,10.08L12.87,9.67V7.94C12.87,7.83 12.7,7.7 12.5,7.7C12.31,7.7 12.13,7.83 12.13,7.94V9.67L10.54,10.08C10.39,10.13 10.27,10.23 10.27,10.4C10.27,10.57 10.44,10.71 10.64,10.71H12.13V14.07C12.13,14.18 12.31,14.32 12.5,14.32C12.7,14.32 12.87,14.18 12.87,14.07V10.71H14.36C14.56,10.71 14.73,10.57 14.73,10.4C14.73,10.23 14.61,10.13 14.46,10.08Z\" \/>\n                    <\/svg>\n                <\/div>\n            <\/div>\n            <h1>VLC Media Player IPTV Setup Guide<\/h1>\n            <p class=\"subtitle\">Stream thousands of channels easily with VLC Media Player<\/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\">Download VLC Media Player<\/h2>\n                <div class=\"step-content\">\n                    <p>First, you need to download and install VLC Media Player if you don't already have it installed.<\/p>\n                    \n                    <ol>\n                        <li>Visit the official VLC website at <span class=\"highlight\"><a href=\"https:\/\/www.videolan.org\/vlc\/index.html\" target=\"_blank\" rel=\"noopener\">https:\/\/www.videolan.org\/vlc\/index.html<\/a><\/span><\/li>\n                        <li>Click on the download button for your operating system (Windows, macOS, Linux, etc.)<\/li>\n                        <li>Once downloaded, run the installer and follow the on-screen instructions to complete the installation<\/li>\n                    <\/ol>\n                    \n                    <div class=\"tip\">\n                        <p class=\"tip-title\">\u05d8\u05d9\u05e4 \u05de\u05e7\u05e6\u05d5\u05e2\u05d9<\/p>\n                        <p>VLC is available for almost all platforms including Windows, macOS, Linux, Android, and iOS, making it a versatile choice for <a href=\"https:\/\/novaiptv.to\/he\/iptv\/usa\/\" title=\"IPTV \u05d0\u05e8\u05d4&quot;\u05d1 2025 \u2013 \u05d4\u05de\u05d3\u05e8\u05d9\u05da \u05d4\u05d0\u05d5\u05dc\u05d8\u05d9\u05de\u05d8\u05d9\u05d1\u05d9 \u05dc-Nova IPTV (\u05d4\u05ea\u05d5\u05db\u05e0\u05d9\u05d5\u05ea, \u05d4\u05de\u05db\u05e9\u05d9\u05e8\u05d9\u05dd \u05d5\u05d4\u05d4\u05ea\u05e7\u05e0\u05d4 \u05d4\u05d8\u05d5\u05d1\u05d9\u05dd \u05d1\u05d9\u05d5\u05ea\u05e8)\" data-wpil-monitor-id=\"112\">IPTV viewing across all your devices<\/a>.<\/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\">Open VLC Player<\/h2>\n                <div class=\"step-content\">\n                    <p>After installation is complete, launch VLC Media Player from your desktop or applications folder.<\/p>\n                    \n                    <div class=\"note\">\n                        <p class=\"note-title\">\u05e4\u05bc\u05b6\u05ea\u05b6\u05e7<\/p>\n                        <p>Make sure you're using the latest version of VLC for the best performance and compatibility with <a href=\"https:\/\/novaiptv.to\/he\/%d7%a0%d7%95%d7%91%d7%94-iptv\/\">\u05d6\u05e8\u05de\u05d9 IPTV<\/a>.<\/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\">Access Network Stream<\/h2>\n                <div class=\"step-content\">\n                    <p>To open your <a href=\"https:\/\/novaiptv.to\/he\/android-tv-2025\/\">IPTV stream<\/a>, you need to access the network stream feature:<\/p>\n                    \n                    <ol>\n                        <li>In the VLC menu, click on <span class=\"highlight\">Media<\/span><\/li>\n                        <li>\u05dc\u05b4\u05d1\u05d7\u05d5\u05b9\u05e8 <span class=\"highlight\">Open Network Stream<\/span> from the dropdown menu<\/li>\n                        <li>Alternatively, you can use the keyboard shortcut: <span class=\"highlight\">Ctrl+N<\/span> (Windows\/Linux) or <span class=\"highlight\">Command+N<\/span> (macOS)<\/li>\n                    <\/ol>\n                <\/div>\n            <\/div>\n            \n            <!-- Step 4 -->\n            <div class=\"step\">\n                <div class=\"step-number\">4<\/div>\n                <h2 class=\"step-title\">Enter Your IPTV URL<\/h2>\n                <div class=\"step-content\">\n                    <p>In the network stream dialog box:<\/p>\n                    \n                    <ol>\n                        <li>Paste your <a class=\"wpil_keyword_link\" href=\"https:\/\/novaiptv.to\/he\/\" title=\"\u05de\u05e0\u05d5\u05d9 IPTV\" data-wpil-keyword-link=\"linked\">\u05de\u05e0\u05d5\u05d9 IPTV<\/a> URL in the field provided (this is the URL that was sent to you after subscribing)<\/li>\n                        <li>\u05dc\u05d7\u05e5 \u05e2\u05dc \u05d4 <span class=\"highlight\">\u05dc\u05b0\u05e9\u05c2\u05b7\u05d7\u05b5\u05e7<\/span> button to start loading your channels<\/li>\n                    <\/ol>\n                    \n                    <div class=\"tip\">\n                        <p class=\"tip-title\">\u05d8\u05d9\u05e4 \u05de\u05e7\u05e6\u05d5\u05e2\u05d9<\/p>\n                        <p>If you plan to use this playlist frequently, check the \"Save as playlist\" option before clicking Play. This will allow you to quickly access your IPTV channels in the future.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Step 5 -->\n            <div class=\"step\">\n                <div class=\"step-number\">5<\/div>\n                <h2 class=\"step-title\">\u05d4\u05de\u05ea\u05df \u05dc\u05d8\u05e2\u05d9\u05e0\u05ea \u05d4\u05e2\u05e8\u05d5\u05e6\u05d9\u05dd<\/h2>\n                <div class=\"step-content\">\n                    <p>After entering the URL and pressing Play:<\/p>\n                    \n                    <ol>\n                        <li>VLC will begin loading your IPTV channels<\/li>\n                        <li>This process may take some time depending on the number of channels in your subscription<\/li>\n                        <li>Be patient as the playlist is being processed<\/li>\n                    <\/ol>\n                    \n                    <div class=\"note\">\n                        <p class=\"note-title\">\u05e4\u05bc\u05b6\u05ea\u05b6\u05e7<\/p>\n                        <p>Larger playlists with thousands of channels may take longer to load initially. This is normal.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Step 6 -->\n            <div class=\"step\">\n                <div class=\"step-number\">6<\/div>\n                <h2 class=\"step-title\">Select a Channel and Enjoy<\/h2>\n                <div class=\"step-content\">\n                    <p>Once the channels have loaded:<\/p>\n                    \n                    <ol>\n                        <li>You will see a playlist with all available channels<\/li>\n                        <li>Browse through the list or use the search function to find specific channels<\/li>\n                        <li>Click on a channel to start watching<\/li>\n                        <li>Enjoy your <a href=\"https:\/\/novaiptv.to\/he\/embarking-on-the-iptv-odyssey\/\">IPTV streaming<\/a> experience!<\/li>\n                    <\/ol>\n                    \n                    <div class=\"tip\">\n                        <p class=\"tip-title\">\u05d8\u05d9\u05e4 \u05de\u05e7\u05e6\u05d5\u05e2\u05d9<\/p>\n                        <p>You can adjust playback settings in VLC by right-clicking on the video and accessing the playback menu. This allows you to control aspects like video quality, aspect ratio, and audio tracks.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n        \n        <div class=\"cta-container\">\n            <h2 class=\"cta-title\">\u05de\u05d5\u05db\u05e0\u05d9\u05dd \u05dc\u05e9\u05d3\u05e8\u05d2 \u05d0\u05ea \u05d7\u05d5\u05d5\u05d9\u05d9\u05ea \u05d4\u05d1\u05d9\u05d3\u05d5\u05e8 \u05e9\u05dc\u05db\u05dd?<\/h2>\n            <p class=\"cta-description\">\u05d4\u05d6\u05de\u05d9\u05e0\u05d5 \u05d0\u05ea \u05d4\u05de\u05d5\u05e6\u05e8\u05d9\u05dd \u05d4\u05d7\u05d3\u05e9\u05e0\u05d9\u05d9\u05dd \u05e9\u05dc\u05e0\u05d5 <a href=\"https:\/\/novaiptv.to\/he\/%d7%9e%d7%a0%d7%95%d7%99-%d7%94-iptv-%d7%94%d7%98%d7%95%d7%91-%d7%91%d7%99%d7%95%d7%aa%d7%a8-%d7%9c%d7%a1%d7%a4%d7%95%d7%a8%d7%98-%d7%97%d7%99\/\">\u05e9\u05d9\u05e8\u05d5\u05ea\u05d9 IPTV \u05e2\u05db\u05e9\u05d9\u05d5 \u05d5\u05e4\u05ea\u05d7\u05d5 \u05e2\u05d5\u05dc\u05dd \u05e9\u05dc \u05e9\u05d9\u05d3\u05d5\u05e8 \u05d7\u05d9<\/a> \u05e2\u05e8\u05d5\u05e6\u05d9\u05dd, \u05e7\u05d8\u05e2\u05d9 VOD, \u05e1\u05d3\u05e8\u05d5\u05ea \u05d5\u05e1\u05e8\u05d8\u05d9\u05dd! \u05e2\u05dd NovaIPTV, <a href=\"https:\/\/novaiptv.to\/he\/%d7%90%d7%a1%d7%98%d7%a8%d7%98%d7%92%d7%99%d7%95%d7%aa-iptv-%d7%90%d7%95%d7%93%d7%99%d7%a1%d7%99%d7%90%d7%94\/\">\u05e1\u05d8\u05e8\u05d9\u05de\u05d9\u05e0\u05d2 \u05d7\u05dc\u05e7<\/a> \u05d5\u05d1\u05d9\u05d3\u05d5\u05e8 \u05d0\u05d9\u05e0\u05e1\u05d5\u05e4\u05d9 \u05de\u05d7\u05db\u05d4 \u05dc\u05db\u05dd.<\/p>\n            <a href=\"#\" class=\"cta-button\">Join the Future of TV Today!<\/a>\n        <\/div>\n        \n        <div class=\"footer\">\n            <p>\u00a9 2025 NovaIPTV | VLC Media <a href=\"https:\/\/novaiptv.to\/he\/nova-iptv-online-player\/\">Player IPTV<\/a> \u05de\u05d3\u05e8\u05d9\u05da \u05d4\u05ea\u05e7\u05e0\u05d4<\/p>\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-28a3148 elementor-widget elementor-widget-html\" data-id=\"28a3148\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<section style=\"max-width: 820px; margin: 54px auto; background: #181820; border-radius: 2.1em; box-shadow: 0 8px 32px rgba(18,17,34,0.13); padding: 3.3rem 3rem 3rem 3rem; text-align: center;\">\n  <h2 style=\"font-size: 2.3rem; margin-bottom: 0.6em; color:#fff; font-weight:800; letter-spacing:-0.5px; font-family: 'Montserrat',Arial,sans-serif;\">\n    \u05de\u05d7\u05e4\u05e9 \u05d2\u05d9\u05e9\u05d4 \u05d1\u05dc\u05e2\u05d3\u05d9\u05ea \u05dc-IPTV?\n  <\/h2>\n  <p style=\"font-size: 1.32rem; margin-bottom: 2em; color:#bdbdbd; font-weight: 400; font-family: 'Montserrat',Arial,sans-serif;\">\n    \u05d2\u05dc\u05d5 \u05e2\u05d5\u05dc\u05dd \u05e9\u05dc \u05e2\u05e8\u05d5\u05e6\u05d9 \u05e4\u05e8\u05d9\u05de\u05d9\u05d5\u05dd, \u05e1\u05e8\u05d8\u05d9\u05dd \u05d5\u05e1\u05e4\u05d5\u05e8\u05d8. <br>\n    \u05e9\u05d3\u05e8\u05d2\u05d5 \u05d0\u05ea \u05d7\u05d5\u05d5\u05d9\u05d9\u05ea \u05d4\u05e6\u05e4\u05d9\u05d9\u05d4 \u05e9\u05dc\u05db\u05dd - \u05d4\u05e6\u05d8\u05e8\u05e4\u05d5 \u05dc\u05d0\u05dc\u05d9\u05d8\u05d4.\n  <\/p>\n  <a href=\"https:\/\/panel.novaiptv.org\" style=\"display:inline-block; background: #fff; color:#191820; font-weight:700; font-size:1.25rem; border-radius:1.4em; padding: 1.1em 3.5em; text-decoration:none; box-shadow:0 2px 20px rgba(0,0,0,0.10); transition: box-shadow 0.16s, transform 0.16s; border:none; letter-spacing: 0.5px;\" onmouseover=\"this.style.boxShadow=&#039;0 6px 32px rgba(0,0,0,0.22)&#039;;this.style.transform=&#039;translateY(-2px)&#039;;\" onmouseout=\"this.style.boxShadow=&#039;0 2px 20px rgba(0,0,0,0.10)&#039;;this.style.transform=&#039;none&#039;;\" target=\"_blank\" rel=\"noopener\">\n    \u05e7\u05e0\u05d4 IPTV \u05e2\u05db\u05e9\u05d9\u05d5\n  <\/a>\n<\/section>\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>VLC Media Player IPTV Setup Guide VLC Media Player IPTV Setup Guide Stream thousands of channels easily with VLC Media Player 1 Download VLC Media Player First, you need to download and install VLC Media Player if you don&#8217;t already&#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-3982","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/novaiptv.to\/he\/wp-json\/wp\/v2\/pages\/3982","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/novaiptv.to\/he\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/novaiptv.to\/he\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/novaiptv.to\/he\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/novaiptv.to\/he\/wp-json\/wp\/v2\/comments?post=3982"}],"version-history":[{"count":0,"href":"https:\/\/novaiptv.to\/he\/wp-json\/wp\/v2\/pages\/3982\/revisions"}],"wp:attachment":[{"href":"https:\/\/novaiptv.to\/he\/wp-json\/wp\/v2\/media?parent=3982"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}