{"id":1397,"date":"2025-10-03T19:11:16","date_gmt":"2025-10-03T19:11:16","guid":{"rendered":"https:\/\/geeksmob.com\/?p=1397"},"modified":"2025-10-03T19:11:17","modified_gmt":"2025-10-03T19:11:17","slug":"%e5%9c%a8%e7%b7%9a%e8%a7%80%e7%9c%8b%e4%bf%84%e7%be%85%e6%96%af%e9%80%a3%e7%ba%8c%e5%8a%87%e7%9a%84%e6%87%89%e7%94%a8%e7%a8%8b%e5%ba%8f","status":"publish","type":"post","link":"https:\/\/geeksmob.com\/zh\/aplicativo-para-assistir-series-russas-online\/","title":{"rendered":"\u5728\u7dda\u89c0\u770b\u4fc4\u7f85\u65af\u9023\u7e8c\u5287\u7684\u61c9\u7528\u7a0b\u5e8f"},"content":{"rendered":"<p>\u5982\u679c\u60a8\u6b63\u5728\u5c0b\u627e\u4e00\u7a2e\u5728\u7dda\u89c0\u770b\u4fc4\u7f85\u65af\u9023\u7e8c\u5287\u7684\u5be6\u7528\u65b9\u6cd5\uff0c <strong>\u8eca\u7528\u767c\u52d5\u6a5f<\/strong> \u662f\u6700\u597d\u7684\u9078\u64c7\u4e4b\u4e00\u3002\u9019\u6b3e\u61c9\u7528\u7a0b\u5f0f\u5df2\u5728 Google Play \u5546\u5e97\u4e0a\u7dda\uff0c\u532f\u96c6\u4e86\u5927\u91cf\u672c\u5730\u4f5c\u54c1\uff0c\u5305\u62ec\u5176\u4ed6\u5e73\u53f0\u4e0a\u7f55\u898b\u7684\u5287\u96c6\u3001\u96fb\u5f71\u548c\u96fb\u8996\u7bc0\u76ee\u3002\u60a8\u53ef\u4ee5\u9ede\u64ca\u4e0b\u65b9\u9023\u7d50\u4e0b\u8f09\u4e26\u958b\u59cb\u4f7f\u7528\u3002<\/p>\n\n\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\n    <style>\n    \/* Cont\u00eainer para centralizar o cart\u00e3o *\/\n    .app-card-sc-wrapper {\n        display: flex;\n        justify-content: center;\n        padding: 40px 0;\n    }\n\n    \/* Cart\u00e3o do aplicativo *\/\n    .app-card-sc {\n        background-color: #f0f0f0;\n        border-radius: 16px;\n        padding: 20px;\n        width: 100%;\n        max-width: 800px;\n        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);\n    }\n\n    \/* Container para layout flex\u00edvel *\/\n    .app-card-sc-container {\n        display: flex;\n        justify-content: space-between;\n        align-items: flex-start;\n        gap: 20px;\n    }\n\n    \/* Informa\u00e7\u00f5es do aplicativo *\/\n    .app-card-sc-info {\n        display: flex;\n        align-items: center;\n        flex: 1;\n        max-width: 60%;\n    }\n\n    .app-card-sc-icon {\n        flex-shrink: 0;\n        margin-right: 20px;\n    }\n\n    .app-card-sc-icon img {\n        width: 90px;\n        height: 90px;\n        border-radius: 15px;\n        object-fit: cover;\n    }\n\n    .app-card-sc-details {\n        flex-grow: 1;\n    }\n\n    .app-card-sc-name {\n        font-size: 28px;\n        font-weight: 700;\n        margin-bottom: 10px;\n        color: #000;\n    }\n\n    .app-card-sc-stats {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 20px;\n    }\n\n    .app-card-sc-rating, .app-card-sc-downloads {\n        display: flex;\n        flex-direction: column;\n    }\n\n    .app-card-sc-rating-value, .app-card-sc-downloads-count {\n        font-size: 18px;\n        font-weight: 600;\n        color: #333;\n        display: flex;\n        align-items: center;\n    }\n\n    .app-card-sc-rating-value i {\n        color: #ffc107;\n        margin-left: 4px;\n        font-size: 16px;\n    }\n\n    .app-card-sc-rating-count, .app-card-sc-downloads-label {\n        font-size: 14px;\n        color: #666;\n        margin-top: 2px;\n    }\n\n    \/* Bot\u00f5es *\/\n    .app-card-sc-buttons {\n        display: flex;\n        flex-direction: column;\n        gap: 15px;\n        width: 300px;\n    }\n\n    .app-card-sc-btn {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        padding: 15px 25px;\n        border-radius: 8px;\n        font-size: 18px;\n        font-weight: 500;\n        text-decoration: none;\n        color: white;\n        transition: all 0.3s ease;\n        width: 100%;\n        white-space: nowrap;\n    }\n\n    .app-card-sc-btn i {\n        margin-right: 8px;\n        font-size: 18px;\n    }\n\n    .app-card-sc-btn-google {\n        background-color: #01875f;\n    }\n\n    .app-card-sc-btn-google:hover {\n        background-color: #095943;\n    }\n\n    .app-card-sc-btn-apple {\n        background-color: #0b57cf;\n    }\n\n    .app-card-sc-btn-apple:hover {\n        background-color: #ecf1f4;\n        color: #0b57cf;\n    }\n\n    \/* Responsividade *\/\n    @media (max-width: 768px) {\n        .app-card-sc-container {\n            flex-direction: column;\n            align-items: stretch;\n        }\n\n        .app-card-sc {\n            padding: 15px;\n        }\n\n        .app-card-sc-info {\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            margin-bottom: 20px;\n            max-width: 100%;\n            margin: 0 auto;\n        }\n\n        .app-card-sc-icon {\n            margin-right: 0;\n            margin-bottom: 15px;\n            align-self: center;\n        }\n\n        .app-card-sc-details {\n            width: 100%;\n            text-align: center;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n        }\n\n        .app-card-sc-stats {\n            justify-content: center;\n        }\n\n        .app-card-sc-buttons {\n            width: 100%;\n            flex-direction: column;\n        }\n\n        .app-card-sc-btn {\n            padding: 18px 25px;\n            font-size: 20px;\n        }\n\n        .app-card-sc-btn i {\n            font-size: 20px;\n        }\n    }\n\n    @media (max-width: 480px) {\n        .app-card-sc-name {\n            font-size: 24px;\n        }\n\n        .app-card-sc-rating-value, .app-card-sc-downloads-count {\n            font-size: 16px;\n        }\n\n        .app-card-sc-rating-count, .app-card-sc-downloads-label {\n            font-size: 12px;\n        }\n\n        .app-card-sc-btn {\n            font-size: 18px;\n            padding: 16px 20px;\n        }\n    }\n\n    @keyframes app-card-sc-pulse {\n        0% {\n            box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7);\n        }\n        70% {\n            box-shadow: 0 0 0 10px rgba(59, 130, 246, 0);\n        }\n        100% {\n            box-shadow: 0 0 0 0 rgba(59, 130, 246, 0);\n        }\n    }\n\n    .app-card-sc-pulse {\n        animation: app-card-sc-pulse 2s infinite;\n    }\n\t\t\n    @keyframes app-card-sc-pulse2 {\n        0% {\n            box-shadow: 0 0 0 0 rgba(1, 135, 95, 1);\n        }\n        70% {\n            box-shadow: 0 0 0 10px rgba(1, 135, 95, 0);\n        }\n        100% {\n            box-shadow: 0 0 0 0 rgba(1, 135, 95, 0);\n        }\n    }\n\n    .app-card-sc-pulse2 {\n        animation: app-card-sc-pulse 2s infinite;\n    }\n    <\/style>\n        <div class=\"app-card-sc-wrapper\">\n        <div class=\"app-card-sc\">\n            <div class=\"app-card-sc-container\">\n                <div class=\"app-card-sc-info\">\n                    <div class=\"app-card-sc-icon\">\n                        <img decoding=\"async\" src=\"https:\/\/play-lh.googleusercontent.com\/GKBFhzd6BuA_gx5z51INJ_shZxWh1rqbkUcDBIZURe0iVArMC66wA3O4YM2F8Yql_1g=w240-h480-rw\" alt=\"\u985e\u578b: \u0441\u0435\u0440\u0438\u0430\u043b\u044b, film\u044b \u0438 \u0422\u0412\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">\u985e\u578b: \u0441\u0435\u0440\u0438\u0430\u043b\u044b, film\u044b \u0438 \u0422\u0412<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">3,5<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">535,234\u689d\u8a55\u8ad6<\/span>\n                                                            <\/div>\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">50\u82f1\u91cc\u4ee5\u4e0a<\/span>\n                                <span class=\"app-card-sc-downloads-label\">\u4e0b\u8f09<\/span>\n                            <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"app-card-sc-buttons\">\n                                        <a id=\"clique\" href=\"https:\/\/geeksmob.com\/zh\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=ru.ivi.client&#038;hl=pt_BR\" class=\"app-card-sc-btn app-card-sc-btn-google app-card-sc-pulse2\">\n                        <i class=\"fab fa-google-play\"><\/i>\n                        \u5728 Google Play \u4e0a\u5b89\u88dd\n                    <\/a>\n                                        \n                                        <a id=\"clique\" href=\"https:\/\/geeksmob.com\/zh\/redir\/?url=https:\/\/apps.apple.com\/ru\/app\/ivi--\/id455705533\" class=\"app-card-sc-btn app-card-sc-btn-apple app-card-sc-pulse\">\n                        <i class=\"fab fa-apple\"><\/i>\n                        \u5f9e Apple Store \u5b89\u88dd\n                    <\/a>\n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n\n\n\n<h2 class=\"wp-block-heading\">\u591a\u6a23\u5316\u76ee\u9304<\/h2>\n\n\n\n<p>IVI \u63d0\u4f9b <strong>\u4e0d\u540c\u985e\u578b\u7684\u4fc4\u7f85\u65af\u9023\u7e8c\u5287<\/strong>\uff0c\u5305\u62ec\u5287\u60c5\u7247\u3001\u559c\u5287\u7247\u3001\u611b\u60c5\u7247\u548c\u6b77\u53f2\u5287\u3002\u5b83\u9084\u63d0\u4f9b\u50b3\u7d71\u4e32\u6d41\u5a92\u9ad4\u670d\u52d9\u6240\u4e0d\u5177\u5099\u7684\u7368\u5bb6\u5167\u5bb9\uff0c\u78ba\u4fdd\u70ba\u71b1\u611b\u63a2\u7d22\u7684\u89c0\u773e\u63d0\u4f9b\u6e90\u6e90\u4e0d\u7d55\u7684\u65b0\u9bae\u5167\u5bb9\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u7c21\u55ae\u7684\u4ecb\u9762<\/h2>\n\n\n\n<p>\u5c0e\u822a\u975e\u5e38\u76f4\u89ba\u3002\u641c\u5c0b\u7cfb\u7d71\u901f\u5ea6\u5f88\u5feb\uff0c\u53ef\u4ee5\u8f15\u9b06\u627e\u5230\u66f8\u76ee\uff0c\u6b64\u5916\u9084\u6703\u63a8\u85a6\u4ee5\u4e0b\u985e\u5225\uff1a <strong>\u767c\u5e03<\/strong>, <strong>\u6700\u53d7\u95dc\u6ce8<\/strong> \u548c <strong>\u53d7\u5230\u63a8\u5d07\u7684<\/strong>\uff0c\u5e6b\u52a9\u60a8\u9078\u64c7\u7406\u60f3\u7684\u7cfb\u5217\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u8996\u8a0a\u54c1\u8cea<\/h2>\n\n\n\n<p>\u8a72\u61c9\u7528\u7a0b\u5f0f\u53ef\u8b93\u60a8\u4ee5\u5404\u7a2e\u89e3\u6790\u5ea6\u89c0\u770b\uff0c\u5305\u62ec <strong>\u9ad8\u756b\u8cea<\/strong>\uff0c\u50b3\u8f38\u7a69\u5b9a\u3002\u5c0d\u65bc\u559c\u6b61\u5927\u87a2\u5e55\u7684\u7528\u6236\uff0cIVI \u76f8\u5bb9\u65bc\u667a\u6167\u96fb\u8996\u3001Chromecast \u548c\u904a\u6232\u6a5f\uff0c\u64f4\u5c55\u4e86\u5b58\u53d6\u9078\u9805\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u984d\u5916\u8cc7\u6e90<\/h2>\n\n\n\n<p>IVI \u63d0\u4f9b\u589e\u5f37\u9ad4\u9a57\u7684\u529f\u80fd\uff1a<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u6839\u64da\u4f7f\u7528\u6b77\u53f2\u9032\u884c\u500b\u4eba\u5316\u63a8\u85a6<\/li>\n\n\n\n<li>\u6536\u85cf\u593e\u6e05\u55ae\u53ef\u4fdd\u5b58\u60a8\u559c\u611b\u7684\u6a19\u984c<\/li>\n\n\n\n<li>\u81ea\u52d5\u5f9e\u4e0a\u6b21\u4e2d\u65b7\u7684\u5730\u65b9\u7e7c\u7e8c\u64ad\u653e\u5287\u96c6<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">\u59cb\u7d42\u4fdd\u6301\u6700\u65b0<\/h2>\n\n\n\n<p>\u76ee\u9304\u5b9a\u671f\u66f4\u65b0\uff0c <strong>\u65b0\u5b63\u8fd1\u671f\u9996\u64ad<\/strong>\uff0c\u8b93\u7528\u6236\u96a8\u6642\u4e86\u89e3\u4fc4\u7f85\u65af\u6700\u65b0\u7684\u5a1b\u6a02\u8cc7\u8a0a\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u6587\u5316\u8207\u5b78\u7fd2<\/h2>\n\n\n\n<p>\u89c0\u770b\u539f\u7248\u8a9e\u8a00\u7684\u96fb\u8996\u5287\u4e5f\u6709\u52a9\u65bc\u90a3\u4e9b\u60f3\u8981 <strong>\u5b78\u7fd2\u6216\u7df4\u7fd2\u4fc4\u8a9e<\/strong>\uff0c\u6b64\u5916\u9084\u63d0\u4f9b\u8207\u7576\u5730\u6587\u5316\u548c\u8868\u9054\u65b9\u5f0f\u7684\u76f4\u63a5\u63a5\u89f8\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u7d50\u8ad6<\/h2>\n\n\n\n<p>\u6c27 <strong>\u8eca\u7528\u767c\u52d5\u6a5f<\/strong> \u662f\u6700\u5168\u9762\u7684\u4fc4\u7f85\u65af\u5287\u96c6\u7dda\u4e0a\u89c0\u770b\u61c9\u7528\u7a0b\u5f0f\u4e4b\u4e00\u3002\u5b83\u64c1\u6709\u8c50\u5bcc\u7684\u5287\u96c6\u3001\u6613\u65bc\u4f7f\u7528\u7684\u4ecb\u9762\u3001\u9ad8\u54c1\u8cea\u7684\u5f71\u7247\u4ee5\u53ca\u6301\u7e8c\u66f4\u65b0\uff0c\u5c0d\u65bc\u8ffd\u6c42\u4fbf\u5229\u6027\u548c\u7368\u5bb6\u5167\u5bb9\u7684\u7528\u6236\u4f86\u8aaa\uff0c\u662f\u4e00\u500b\u7d55\u4f73\u7684\u9078\u64c7\u3002<\/p>\n\n\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\n    <style>\n    \/* Cont\u00eainer para centralizar o cart\u00e3o *\/\n    .app-card-sc-wrapper {\n        display: flex;\n        justify-content: center;\n        padding: 40px 0;\n    }\n\n    \/* Cart\u00e3o do aplicativo *\/\n    .app-card-sc {\n        background-color: #f0f0f0;\n        border-radius: 16px;\n        padding: 20px;\n        width: 100%;\n        max-width: 800px;\n        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);\n    }\n\n    \/* Container para layout flex\u00edvel *\/\n    .app-card-sc-container {\n        display: flex;\n        justify-content: space-between;\n        align-items: flex-start;\n        gap: 20px;\n    }\n\n    \/* Informa\u00e7\u00f5es do aplicativo *\/\n    .app-card-sc-info {\n        display: flex;\n        align-items: center;\n        flex: 1;\n        max-width: 60%;\n    }\n\n    .app-card-sc-icon {\n        flex-shrink: 0;\n        margin-right: 20px;\n    }\n\n    .app-card-sc-icon img {\n        width: 90px;\n        height: 90px;\n        border-radius: 15px;\n        object-fit: cover;\n    }\n\n    .app-card-sc-details {\n        flex-grow: 1;\n    }\n\n    .app-card-sc-name {\n        font-size: 28px;\n        font-weight: 700;\n        margin-bottom: 10px;\n        color: #000;\n    }\n\n    .app-card-sc-stats {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 20px;\n    }\n\n    .app-card-sc-rating, .app-card-sc-downloads {\n        display: flex;\n        flex-direction: column;\n    }\n\n    .app-card-sc-rating-value, .app-card-sc-downloads-count {\n        font-size: 18px;\n        font-weight: 600;\n        color: #333;\n        display: flex;\n        align-items: center;\n    }\n\n    .app-card-sc-rating-value i {\n        color: #ffc107;\n        margin-left: 4px;\n        font-size: 16px;\n    }\n\n    .app-card-sc-rating-count, .app-card-sc-downloads-label {\n        font-size: 14px;\n        color: #666;\n        margin-top: 2px;\n    }\n\n    \/* Bot\u00f5es *\/\n    .app-card-sc-buttons {\n        display: flex;\n        flex-direction: column;\n        gap: 15px;\n        width: 300px;\n    }\n\n    .app-card-sc-btn {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        padding: 15px 25px;\n        border-radius: 8px;\n        font-size: 18px;\n        font-weight: 500;\n        text-decoration: none;\n        color: white;\n        transition: all 0.3s ease;\n        width: 100%;\n        white-space: nowrap;\n    }\n\n    .app-card-sc-btn i {\n        margin-right: 8px;\n        font-size: 18px;\n    }\n\n    .app-card-sc-btn-google {\n        background-color: #01875f;\n    }\n\n    .app-card-sc-btn-google:hover {\n        background-color: #095943;\n    }\n\n    .app-card-sc-btn-apple {\n        background-color: #0b57cf;\n    }\n\n    .app-card-sc-btn-apple:hover {\n        background-color: #ecf1f4;\n        color: #0b57cf;\n    }\n\n    \/* Responsividade *\/\n    @media (max-width: 768px) {\n        .app-card-sc-container {\n            flex-direction: column;\n            align-items: stretch;\n        }\n\n        .app-card-sc {\n            padding: 15px;\n        }\n\n        .app-card-sc-info {\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            margin-bottom: 20px;\n            max-width: 100%;\n            margin: 0 auto;\n        }\n\n        .app-card-sc-icon {\n            margin-right: 0;\n            margin-bottom: 15px;\n            align-self: center;\n        }\n\n        .app-card-sc-details {\n            width: 100%;\n            text-align: center;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n        }\n\n        .app-card-sc-stats {\n            justify-content: center;\n        }\n\n        .app-card-sc-buttons {\n            width: 100%;\n            flex-direction: column;\n        }\n\n        .app-card-sc-btn {\n            padding: 18px 25px;\n            font-size: 20px;\n        }\n\n        .app-card-sc-btn i {\n            font-size: 20px;\n        }\n    }\n\n    @media (max-width: 480px) {\n        .app-card-sc-name {\n            font-size: 24px;\n        }\n\n        .app-card-sc-rating-value, .app-card-sc-downloads-count {\n            font-size: 16px;\n        }\n\n        .app-card-sc-rating-count, .app-card-sc-downloads-label {\n            font-size: 12px;\n        }\n\n        .app-card-sc-btn {\n            font-size: 18px;\n            padding: 16px 20px;\n        }\n    }\n\n    @keyframes app-card-sc-pulse {\n        0% {\n            box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7);\n        }\n        70% {\n            box-shadow: 0 0 0 10px rgba(59, 130, 246, 0);\n        }\n        100% {\n            box-shadow: 0 0 0 0 rgba(59, 130, 246, 0);\n        }\n    }\n\n    .app-card-sc-pulse {\n        animation: app-card-sc-pulse 2s infinite;\n    }\n\t\t\n    @keyframes app-card-sc-pulse2 {\n        0% {\n            box-shadow: 0 0 0 0 rgba(1, 135, 95, 1);\n        }\n        70% {\n            box-shadow: 0 0 0 10px rgba(1, 135, 95, 0);\n        }\n        100% {\n            box-shadow: 0 0 0 0 rgba(1, 135, 95, 0);\n        }\n    }\n\n    .app-card-sc-pulse2 {\n        animation: app-card-sc-pulse 2s infinite;\n    }\n    <\/style>\n        <div class=\"app-card-sc-wrapper\">\n        <div class=\"app-card-sc\">\n            <div class=\"app-card-sc-container\">\n                <div class=\"app-card-sc-info\">\n                    <div class=\"app-card-sc-icon\">\n                        <img decoding=\"async\" src=\"https:\/\/play-lh.googleusercontent.com\/GKBFhzd6BuA_gx5z51INJ_shZxWh1rqbkUcDBIZURe0iVArMC66wA3O4YM2F8Yql_1g=w240-h480-rw\" alt=\"\u985e\u578b: \u0441\u0435\u0440\u0438\u0430\u043b\u044b, film\u044b \u0438 \u0422\u0412\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">\u985e\u578b: \u0441\u0435\u0440\u0438\u0430\u043b\u044b, film\u044b \u0438 \u0422\u0412<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">3,5<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">535,234\u689d\u8a55\u8ad6<\/span>\n                                                            <\/div>\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">50\u82f1\u91cc\u4ee5\u4e0a<\/span>\n                                <span class=\"app-card-sc-downloads-label\">\u4e0b\u8f09<\/span>\n                            <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"app-card-sc-buttons\">\n                                        <a id=\"clique\" href=\"https:\/\/geeksmob.com\/zh\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=ru.ivi.client&#038;hl=pt_BR\" class=\"app-card-sc-btn app-card-sc-btn-google app-card-sc-pulse2\">\n                        <i class=\"fab fa-google-play\"><\/i>\n                        \u5728 Google Play \u4e0a\u5b89\u88dd\n                    <\/a>\n                                        \n                                        <a id=\"clique\" href=\"https:\/\/geeksmob.com\/zh\/redir\/?url=https:\/\/apps.apple.com\/ru\/app\/ivi--\/id455705533\" class=\"app-card-sc-btn app-card-sc-btn-apple app-card-sc-pulse\">\n                        <i class=\"fab fa-apple\"><\/i>\n                        \u5f9e Apple Store \u5b89\u88dd\n                    <\/a>\n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>","protected":false},"excerpt":{"rendered":"<p>Se voc\u00ea busca uma forma pr\u00e1tica de assistir s\u00e9ries russas online, o IVI \u00e9 uma das melhores op\u00e7\u00f5es. Dispon\u00edvel na Google Play Store, o aplicativo re\u00fane um vasto cat\u00e1logo de produ\u00e7\u00f5es locais, com s\u00e9ries, filmes e programas de TV que dificilmente aparecem em outras plataformas. Voc\u00ea pode baix\u00e1-lo logo abaixo para come\u00e7ar a usar. Cat\u00e1logo [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1395,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[32],"tags":[],"class_list":{"0":"post-1397","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-aplicativos"},"_links":{"self":[{"href":"https:\/\/geeksmob.com\/zh\/wp-json\/wp\/v2\/posts\/1397","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/geeksmob.com\/zh\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/geeksmob.com\/zh\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/geeksmob.com\/zh\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/geeksmob.com\/zh\/wp-json\/wp\/v2\/comments?post=1397"}],"version-history":[{"count":1,"href":"https:\/\/geeksmob.com\/zh\/wp-json\/wp\/v2\/posts\/1397\/revisions"}],"predecessor-version":[{"id":1398,"href":"https:\/\/geeksmob.com\/zh\/wp-json\/wp\/v2\/posts\/1397\/revisions\/1398"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/geeksmob.com\/zh\/wp-json\/wp\/v2\/media\/1395"}],"wp:attachment":[{"href":"https:\/\/geeksmob.com\/zh\/wp-json\/wp\/v2\/media?parent=1397"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/geeksmob.com\/zh\/wp-json\/wp\/v2\/categories?post=1397"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/geeksmob.com\/zh\/wp-json\/wp\/v2\/tags?post=1397"}],"curies":[{"name":"\u53ef\u6fd5\u6027\u7c89\u5291","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}