<?xml version="1.0" encoding="UTF-8" standalone="no"?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0"><channel><title>LIVE | Bibek Karkee</title><description></description><managingEditor>noreply@blogger.com (Unknown)</managingEditor><pubDate>Mon, 8 Dec 2025 21:58:25 +0545</pubDate><generator>Blogger http://www.blogger.com</generator><openSearch:totalResults xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">36</openSearch:totalResults><openSearch:startIndex xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">1</openSearch:startIndex><openSearch:itemsPerPage xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">25</openSearch:itemsPerPage><link>https://live.bibekkarkee.com.np/</link><language>en-us</language><itunes:explicit>no</itunes:explicit><itunes:subtitle/><itunes:owner><itunes:email>noreply@blogger.com</itunes:email></itunes:owner><item><title>invitation</title><link>https://live.bibekkarkee.com.np/2025/04/invitation.html</link><author>noreply@blogger.com (Unknown)</author><pubDate>Sat, 12 Apr 2025 19:51:00 +0545</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6255192145063904884.post-3713726654073197204</guid><description>&lt;!-- Container for the image and text --&gt;
&lt;div id="certificate" style="position: relative; text-align: center; color: white; font-family: Arial, sans-serif; width: 100%; max-width: 800px; margin: 0 auto;"&gt;

  &lt;!-- Background image embedded as base64 --&gt;
  &lt;img id="bgImage" src="https://www.weddingwire.in/wedding-tips/marriage-images--c8565" alt="Certificate Background" style="width: 100%; display: block;"&gt;

  &lt;!-- Overlay text --&gt;
  &lt;div style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"&gt;
    &lt;div style="position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
                background-color: rgba(0, 0, 0, 0.5); padding: 20px; border-radius: 10px; width: 80%;"&gt;
      &lt;input id="titleText" type="text" value="Your Bold Title Here" style="font-size: 24px; font-weight: bold; border: none; background: transparent; color: white; text-align: center; width: 100%;" /&gt;
      &lt;input id="subtitleText" type="text" value="A short description or subtitle here" style="font-size: 16px; border: none; background: transparent; color: white; text-align: center; width: 100%; margin-top: 5px;" /&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- Buttons to Save and Download --&gt;
&lt;div style="margin-top: 20px; text-align: center;"&gt;
  &lt;button onclick="saveText()" style="padding: 10px 20px; font-size: 16px; margin-right: 10px;"&gt;Save&lt;/button&gt;
  &lt;button onclick="downloadText()" style="padding: 10px 20px; font-size: 16px; margin-right: 10px;"&gt;Download Text&lt;/button&gt;
  &lt;button onclick="downloadImage()" style="padding: 10px 20px; font-size: 16px;"&gt;Download Image&lt;/button&gt;
&lt;/div&gt;

&lt;!-- Include html2canvas --&gt;
&lt;script src="https://cdnjs.cloudflare.com/ajax/libs/html2canvas/1.4.1/html2canvas.min.js"&gt;&lt;/script&gt;

&lt;script&gt;
function saveText() {
  localStorage.setItem('titleText', document.getElementById('titleText').value);
  localStorage.setItem('subtitleText', document.getElementById('subtitleText').value);
  alert('Text saved!');
}

function downloadText() {
  const title = document.getElementById('titleText').value;
  const subtitle = document.getElementById('subtitleText').value;
  const text = `Title: ${title}\nSubtitle: ${subtitle}`;

  const blob = new Blob([text], { type: 'text/plain' });
  const link = document.createElement('a');
  link.href = window.URL.createObjectURL(blob);
  link.download = 'certificate_text.txt';
  link.click();
}

function downloadImage() {
  const titleInput = document.getElementById('titleText');
  const subtitleInput = document.getElementById('subtitleText');

  const titleValue = titleInput.value;
  const subtitleValue = subtitleInput.value;

  const titleSpan = document.createElement('span');
  titleSpan.innerText = titleValue;
  titleSpan.style.cssText = titleInput.style.cssText;
  titleSpan.style.display = 'block';

  const subtitleSpan = document.createElement('span');
  subtitleSpan.innerText = subtitleValue;
  subtitleSpan.style.cssText = subtitleInput.style.cssText;
  subtitleSpan.style.display = 'block';

  const parent = titleInput.parentNode;
  parent.replaceChild(titleSpan, titleInput);
  parent.replaceChild(subtitleSpan, subtitleInput);

  html2canvas(document.getElementById('certificate')).then(canvas =&gt; {
    const link = document.createElement('a');
    link.href = canvas.toDataURL('image/png');
    link.download = 'certificate_with_text.png';
    link.click();

    // Revert to input fields
    parent.replaceChild(titleInput, titleSpan);
    parent.replaceChild(subtitleInput, subtitleSpan);
  });
}
&lt;/script&gt;
</description></item><item><title>bingo</title><link>https://live.bibekkarkee.com.np/2025/03/bingo.html</link><author>noreply@blogger.com (Unknown)</author><pubDate>Fri, 7 Mar 2025 17:24:00 +0545</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6255192145063904884.post-3659605657394840925</guid><description>&lt;!DOCTYPE html&gt;  
&lt;html lang="en"&gt;
&lt;head&gt;
    &lt;meta charset="UTF-8"&gt;
    &lt;meta name="viewport" content="width=device-width, initial-scale=1.0"&gt;
    &lt;title&gt;Simple Bingo (1-25)&lt;/title&gt;
    &lt;style&gt;
        body { font-family: Arial, sans-serif; text-align: center; background: #f4f4f4; }
        .grids {
            display: flex;
            gap: 10px;
            justify-content: center;
            margin-top: 20px;
        }
        .cells {
            width: 60px;
            height: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 24px;
            font-weight: bold;
            background-color: #3498db;
            color: white;
            border-radius: 8px;
            transition: background-color 0.3s, transform 0.2s;
            cursor: pointer;
            user-select: none;
        }
        .cells:hover {
            background-color: #2ecc71;
            transform: scale(1.1);
        }
        .cells.selected {
            background-color: #e74c3c;
        }
        .bingo-board { 
            display: grid; 
            grid-template-columns: repeat(5, 1fr); 
            gap: 5px; 
            max-width: 300px; 
            margin: 20px auto; 
            padding: 10px; 
            background: white; 
            border-radius: 10px; 
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
            position: relative;
        }
        .cell.marked { 
            background: #4CAF50; 
            color: white; 
        }
        .cell.selected { 
            border: 3px solid red; 
            background: white; 
            color: red;
        }
        .bingo-grid { 
            display: flex; 
            justify-content: center; 
            gap: 5px;
            margin: 20px auto;
        }
        .bingo-cell { 
            padding: 10px 15px;
            background: #992727;
            font-size: 30px;
            font-weight: bold;
            border-radius: 5px;
            cursor: pointer;
            transition: background 0.3s;
            border: 2px dotted #333;
        }
        .bingo-cell.marked { 
            background: #4CAF50; 
            color: white;
        }
        .cell { 
            padding: 15px; 
            font-size: 20px; 
            background: #ddd; 
            border-radius: 5px; 
            cursor: pointer; 
            user-select: none;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }
        .cell.selected { 
            border: 3px solid red; 
            border-radius: 50%; 
            background: white; 
            color: red;
        }
        .row-line, .col-line, .diag-line {
            position: absolute;
            background-color: #664b4b66;
            z-index: 9999;
            border-radius: 10px;
        }
        .row-line {
            width: 592%;
            height: 10px;
            text-align: center;
            margin: 10%;
            left: -13%;
        }
        .col-line {
            width: 10px;
            height: 596%;
            top: -5%;
            left: 50%;
            transform: translateX(-50%);
        }
        .diag-line {
            width: 799%;
            height: 10px;
            top: 283%;
            left: -105%;
            transform: rotate(45deg);
        }
        .diag-line.reverse {
            transform: rotate(-45deg);
            width: 799%;
            height: 10px;
            top: 283%;
            left: -591%;
            transform: rotate(-45deg);
        }
        .new-game-button {
            position: absolute;
            top: 26px;
            right: -105px;
            padding: 7px 7px;
            font-size: 16px;
            background-color: #28a745;
            color: #f7f7f7;
            border-radius: 20px;
            border-color: #ff00a5;
            cursor: pointer;
        }
        .new-game-button:hover {
            background-color: #218838;
        }
    &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;h1&gt;Simple Bingo (1-25)&lt;/h1&gt;
    &lt;div style="position: relative; display: inline-block;"&gt;
        &lt;div class="bingo-board" id="bingoBoard"&gt;&lt;/div&gt;
        &lt;button class="new-game-button" onclick="restartGame()"&gt;New Game&lt;/button&gt;
    &lt;/div&gt;
    
    &lt;div class="grids"&gt;
        &lt;div class="cells" data-column="0"&gt;B&lt;/div&gt;
        &lt;div class="cells" data-column="1"&gt;I&lt;/div&gt;
        &lt;div class="cells" data-column="2"&gt;N&lt;/div&gt;
        &lt;div class="cells" data-column="3"&gt;G&lt;/div&gt;
        &lt;div class="cells" data-column="4"&gt;O&lt;/div&gt;
    &lt;/div&gt;

    &lt;script&gt;
        function generateBingoCard() {
            let numbers = Array.from({length: 25}, (_, i) =&gt; i + 1);
            numbers = numbers.sort(() =&gt; Math.random() - 0.5);
            return numbers;
        }

        let bingoCard = generateBingoCard();
        const bingoBoard = document.getElementById("bingoBoard");

        function renderBoard() {
            bingoBoard.innerHTML = "";
            bingoCard.forEach((num, index) =&gt; {
                const cell = document.createElement("div");
                cell.textContent = num;
                cell.classList.add("cell");
                cell.dataset.index = index;
                cell.onclick = () =&gt; {
                    cell.classList.toggle("selected");
                    checkRowsColumnsDiagonals();
                };
                bingoBoard.appendChild(cell);
            });
        }

        function checkRowsColumnsDiagonals() {
            for (let i = 0; i &lt; 5; i++) {
                const rowCells = Array.from({ length: 5 }, (_, j) =&gt; bingoBoard.children[i * 5 + j]);
                const colCells = Array.from({ length: 5 }, (_, j) =&gt; bingoBoard.children[j * 5 + i]);

                if (rowCells.every(cell =&gt; cell.classList.contains("selected"))) {
                    removeExistingLines(rowCells, "row-line");
                    const line = document.createElement("div");
                    line.classList.add("row-line");
                    rowCells[0].appendChild(line);
                    autoSelectGridCell(i, "row");
                } else {
                    removeExistingLines(rowCells, "row-line");
                }

                if (colCells.every(cell =&gt; cell.classList.contains("selected"))) {
                    removeExistingLines(colCells, "col-line");
                    const line = document.createElement("div");
                    line.classList.add("col-line");
                    colCells[0].appendChild(line);
                    autoSelectGridCell(i, "col");
                } else {
                    removeExistingLines(colCells, "col-line");
                }
            }

            const diag1 = [0, 6, 12, 18, 24].map(i =&gt; bingoBoard.children[i]);
            const diag2 = [4, 8, 12, 16, 20].map(i =&gt; bingoBoard.children[i]);

            if (diag1.every(cell =&gt; cell.classList.contains("selected"))) {
                removeExistingLines(diag1, "diag-line");
                const line = document.createElement("div");
                line.classList.add("diag-line");
                diag1[0].appendChild(line);
                autoSelectGridCell(2, "diag1"); // Middle cell for diagonal
            } else {
                removeExistingLines(diag1, "diag-line");
            }

            if (diag2.every(cell =&gt; cell.classList.contains("selected"))) {
                removeExistingLines(diag2, "diag-line");
                const line = document.createElement("div");
                line.classList.add("diag-line", "reverse");
                diag2[0].appendChild(line);
                autoSelectGridCell(2, "diag2"); // Middle cell for diagonal
            } else {
                removeExistingLines(diag2, "diag-line");
            }
        }

        function autoSelectGridCell(index, type) {
            const gridCells = document.querySelectorAll('.grids .cells');
            if (type === "row") {
                gridCells[index].classList.add("selected");
            } else if (type === "col") {
                gridCells[index].classList.add("selected");
            } else if (type === "diag1" || type === "diag2") {
                gridCells[2].classList.add("selected"); // Middle cell for diagonal
            }
        }

        function removeExistingLines(cells, className) {
            cells.forEach(cell =&gt; {
                const existingLine = cell.querySelector(`.${className}`);
                if (existingLine) existingLine.remove();
            });
        }

        function restartGame() {
            const userConfirmed = confirm("Are you sure you want to start a new game?");
            if (userConfirmed) {
                bingoCard = generateBingoCard();
                renderBoard();
                document.querySelectorAll('.grids .cells').forEach(cell =&gt; cell.classList.remove("selected"));
            }
        }

        renderBoard();

        // Link grid cells to bingo-board columns
        document.querySelectorAll('.grids .cells').forEach(gridCell =&gt; {
            gridCell.addEventListener('click', () =&gt; {
                const column = parseInt(gridCell.dataset.column);
                for (let i = 0; i &lt; 5; i++) {
                    const cell = bingoBoard.children[i * 5 + column];
                    cell.classList.toggle("selected");
                }
                checkRowsColumnsDiagonals();
            });
        });
    &lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;</description></item><item><title>roamn to unicode1</title><link>https://live.bibekkarkee.com.np/2025/03/roamn-to-unicode.html</link><author>noreply@blogger.com (Unknown)</author><pubDate>Tue, 4 Mar 2025 10:27:00 +0545</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6255192145063904884.post-1618538509455261869</guid><description>&lt;script&gt;
function nepaliNumberToWords(number) {
    let nepaliUnits = ["", "एक", "दुई", "तीन", "चार", "पाँच", "छ", "सात", "आठ", "नौ"];
    let nepaliTens = ["", "", "बीस", "तीस", "चालीस", "पचास", "साठ्ठी", "सत्तरी", "असी", "नब्बे"];
    let nepaliHundreds = ["", "एक सय", "दुई सय", "तीन सय", "चार सय", "पाँच सय", "छ सय", "सात सय", "आठ सय", "नौ सय"];
    let specialCases = {
        10: "दस", 11: "एघार", 12: "बाह्र", 13: "तेह्र", 14: "चौध",
        15: "पन्ध्र", 16: "सोह्र", 17: "सत्र", 18: "अठार", 19: "उन्नाइस",
        21: "एक्काइस", 22: "बाइस", 23: "तेइस", 24: "चौबीस", 25: "पच्चीस", 26: "छब्बीस", 27: "सत्ताइस", 28: "अठ्ठाइस", 29: "उनन्तीस",
        31: "एकतीस", 32: "बत्तीस", 33: "तेत्तीस", 34: "चौँतीस", 35: "पैंतीस", 36: "छतीस", 37: "सैंतीस", 38: "अठतीस", 39: "उनन्चालीस",
        41: "एकचालीस", 42: "बयालीस", 43: "त्रियालीस", 44: "चवालीस", 45: "पैंतालीस", 46: "छयालीस", 47: "सतचालीस", 48: "अठचालीस", 49: "उनन्चास",
        51: "एकाउन्न", 52: "बाउन्न", 53: "त्रिपन्न", 54: "चौवन्न", 55: "पचपन्न", 56: "छपन्न", 57: "सन्ताउन्न", 58: "अन्ठाउन्न", 59: "उनन्साठी",
        61: "एकसठ्ठी", 62: "बयसठ्ठी", 63: "त्रिसठ्ठी", 64: "चौसठ्ठी", 65: "पैंसठ्ठी", 66: "छयसठ्ठी", 67: "सतसठ्ठी", 68: "अठसठ्ठी", 69: "उनन्सत्तरी",
        71: "एकहत्तर", 72: "बहत्तर", 73: "त्रिहत्तर", 74: "चौहत्तर", 75: "पचहत्तर", 76: "छयहत्तर", 77: "सतहत्तर", 78: "अठहत्तर", 79: "उनासी",
        81: "एकासी", 82: "बयासी", 83: "त्रियासी", 84: "चौरासी", 85: "पचासी", 86: "छयासी", 87: "सतासी", 88: "अठासी", 89: "उनान्नब्बे",
        91: "एकान्नब्बे", 92: "बयान्नब्बे", 93: "त्रियान्नब्बे", 94: "चौरान्नब्बे", 95: "पन्चान्नब्बे", 96: "छयान्नब्बे", 97: "सन्तान्नब्बे", 98: "अन्ठान्नब्बे", 99: "उनान्सय"
    };

    if (specialCases[number]) {
        return specialCases[number];
    }
    if (number &lt; 10) {
        return nepaliUnits[number];
    }
    if (number &lt; 100) {
        let tens = Math.floor(number / 10);
        let unit = number % 10;
        return nepaliTens[tens] + (unit ? " " + nepaliUnits[unit] : "");
    }
    if (number &lt; 1000) {
        let hundreds = Math.floor(number / 100);
        let remainder = number % 100;
        return nepaliHundreds[hundreds] + (remainder ? " " + nepaliNumberToWords(remainder) : "");
    }
    if (number &lt; 100000) {
        let thousands = Math.floor(number / 1000);
        let remainder = number % 1000;
        return nepaliNumberToWords(thousands) + " हजार" + (remainder ? " " + nepaliNumberToWords(remainder) : "");
    }
    if (number &lt; 10000000) {
        let lakhs = Math.floor(number / 100000);
        let remainder = number % 100000;
        return nepaliNumberToWords(lakhs) + " लाख" + (remainder ? " " + nepaliNumberToWords(remainder) : "");
    }
    if (number &lt; 1000000000) {
        let crores = Math.floor(number / 10000000);
        let remainder = number % 10000000;
        return nepaliNumberToWords(crores) + " करोड" + (remainder ? " " + nepaliNumberToWords(remainder) : "");
    }
    if (number &lt; 10000000000) {
        let crores = Math.floor(number / 100000000);
        let remainder = number % 100000000;
        return nepaliNumberToWords(crores) + " अर्ब " + (remainder ? " " + nepaliNumberToWords(remainder) : "");
    }
    return "संख्या धेरै ठूलो छ"; 
}
&lt;/script&gt;

&lt;input type="number" id="numInput" placeholder="Enter number" /&gt;
&lt;button onclick="document.getElementById('output').innerText = nepaliNumberToWords(parseInt(document.getElementById('numInput').value))"&gt;Convert&lt;/button&gt;
&lt;p id="output"&gt;&lt;/p&gt;
</description></item><item><title>try 2025</title><link>https://live.bibekkarkee.com.np/2025/03/try-2025.html</link><category>LIVE</category><author>noreply@blogger.com (Unknown)</author><pubDate>Mon, 3 Mar 2025 16:23:00 +0545</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6255192145063904884.post-1588278857424776688</guid><description>&lt;!DOCTYPE html&gt;
&lt;html lang="en"&gt;
&lt;head&gt;
    &lt;meta charset="UTF-8"&gt;
    &lt;meta name="viewport" content="width=device-width, initial-scale=1.0"&gt;
    &lt;title&gt;Premier League Standings&lt;/title&gt;
    &lt;link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css"&gt;
    &lt;style&gt;
        body {
            font-family: Arial, sans-serif;
        }
        .hero-section {
            background-image: linear-gradient(to bottom, #333, #555);
            background-size: 100% 300px;
            background-position: 0% 100%;
            height: 100vh;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #fff;
        }
        .league-standings {
            margin-top: 20px;
        }
        .league-standings th, .league-standings td {
            text-align: center;
        }
        .team-logo {
            width: 30px;
            height: 30px;
            margin-right: 10px;
        }
    &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;nav class="navbar navbar-expand-lg navbar-dark bg-dark"&gt;
        &lt;div class="container-fluid"&gt;
            &lt;a class="navbar-brand" href="#"&gt;Premier League&lt;/a&gt;
            &lt;button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"&gt;
                &lt;span class="navbar-toggler-icon"&gt;&lt;/span&gt;
            &lt;/button&gt;
            &lt;div class="collapse navbar-collapse" id="navbarSupportedContent"&gt;
                &lt;ul class="navbar-nav me-auto mb-2 mb-lg-0"&gt;
                    &lt;li class="nav-item"&gt;
                        &lt;a class="nav-link active" aria-current="page" href="#"&gt;Home&lt;/a&gt;
                    &lt;/li&gt;
                    &lt;li class="nav-item"&gt;
                        &lt;a class="nav-link" href="#"&gt;Standings&lt;/a&gt;
                    &lt;/li&gt;
                    &lt;li class="nav-item"&gt;
                        &lt;a class="nav-link" href="#"&gt;Teams&lt;/a&gt;
                    &lt;/li&gt;
                    &lt;li class="nav-item"&gt;
                        &lt;a class="nav-link" href="#"&gt;Players&lt;/a&gt;
                    &lt;/li&gt;
                    &lt;li class="nav-item"&gt;
                        &lt;a class="nav-link" href="#"&gt;Matches&lt;/a&gt;
                    &lt;/li&gt;
                &lt;/ul&gt;
                &lt;button type="button" class="btn btn-success" data-bs-toggle="modal" data-bs-target="#addModal" id="add-btn"&gt;
                    Add Team
                &lt;/button&gt;
                &lt;button type="button" class="btn btn-primary" id="login-btn" data-bs-toggle="modal" data-bs-target="#loginModal"&gt;
                    Login
                &lt;/button&gt;
                &lt;button type="button" class="btn btn-danger" id="logout-btn" style="display: none;" onclick="logout()"&gt;
                    Logout
                &lt;/button&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/nav&gt;
    &lt;div class="hero-section"&gt;
        &lt;h1 class="display-1"&gt;Premier League&lt;/h1&gt;
        &lt;p class="lead"&gt;Welcome to the official Premier League standings application&lt;/p&gt;
    &lt;/div&gt;
    &lt;div class="container"&gt;
        &lt;h1 class="text-center"&gt;Premier League Standings&lt;/h1&gt;
        &lt;table class="table table-striped league-standings" id="league-table"&gt;
            &lt;thead&gt;
                &lt;tr&gt;
                    &lt;th&gt;Position&lt;/th&gt;
                    &lt;th&gt;Team&lt;/th&gt;
                    &lt;th&gt;Played&lt;/th&gt;
                    &lt;th&gt;Won&lt;/th&gt;
                    &lt;th&gt;Drawn&lt;/th&gt;
                    &lt;th&gt;Lost&lt;/th&gt;
                    &lt;th&gt;Points&lt;/th&gt;
                    &lt;th id="update-header" style="display: none;"&gt;Update&lt;/th&gt;
                    &lt;th id="remove-header" style="display: none;"&gt;Remove&lt;/th&gt;
                &lt;/tr&gt;
            &lt;/thead&gt;
            &lt;tbody id="premier-league-standings"&gt;
            &lt;/tbody&gt;
        &lt;/table&gt;
    &lt;/div&gt;
    &lt;!-- Login Modal --&gt;
    &lt;div class="modal fade" id="loginModal" tabindex="-1" aria-hidden="true"&gt;
        &lt;div class="modal-dialog modal-dialog-centered"&gt;
            &lt;div class="modal-content"&gt;
                &lt;div class="modal-header"&gt;
                    &lt;h5 class="modal-title"&gt;Login&lt;/h5&gt;
                    &lt;button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"&gt;&lt;/button&gt;
                &lt;/div&gt;
                &lt;div class="modal-body"&gt;
                    &lt;form id="login-form"&gt;
                        &lt;div class="mb-3"&gt;
                            &lt;label for="username" class="form-label"&gt;Username:&lt;/label&gt;
                            &lt;input type="text" class="form-control" id="login-username" required&gt;
                        &lt;/div&gt;
                        &lt;div class="mb-3"&gt;
                            &lt;label for="password" class="form-label"&gt;Password:&lt;/label&gt;
                            &lt;input type="password" class="form-control" id="login-password" required&gt;
                        &lt;/div&gt;
                        &lt;button type="button" class="btn btn-primary" onclick="login()"&gt;Login&lt;/button&gt;
                    &lt;/form&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/div&gt;
    &lt;!-- Update Modal --&gt;
    &lt;div class="modal fade" id="updateModal" tabindex="-1" aria-hidden="true"&gt;
        &lt;div class="modal-dialog modal-dialog-centered"&gt;
            &lt;div class="modal-content"&gt;
                &lt;div class="modal-header"&gt;
                    &lt;h5 class="modal-title"&gt;Update Team&lt;/h5&gt;
                    &lt;button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"&gt;&lt;/button&gt;
                &lt;/div&gt;
                &lt;div class="modal-body"&gt;
                    &lt;form id="update-form"&gt;
                        &lt;div class="mb-3"&gt;
                            &lt;label for="update-position" class="form-label"&gt;Position:&lt;/label&gt;
                            &lt;input type="number" class="form-control" id="update-position" required&gt;
                        &lt;/div&gt;
                        &lt;div class="mb-3"&gt;
                            &lt;label for="update-team" class="form-label"&gt;Team:&lt;/label&gt;
                            &lt;input type="text" class="form-control" id="update-team" required&gt;
                        &lt;/div&gt;
                        &lt;div class="mb-3"&gt;
                            &lt;label for="update-played" class="form-label"&gt;Played:&lt;/label&gt;
                            &lt;input type="number" class="form-control" id="update-played" required&gt;
                        &lt;/div&gt;
                        &lt;div class="mb-3"&gt;
                            &lt;label for="update-won" class="form-label"&gt;Won:&lt;/label&gt;
                            &lt;input type="number" class="form-control" id="update-won" required&gt;
                        &lt;/div&gt;
                        &lt;div class="mb-3"&gt;
                            &lt;label for="update-drawn" class="form-label"&gt;Drawn:&lt;/label&gt;
                            &lt;input type="number" class="form-control" id="update-drawn" required&gt;
                        &lt;/div&gt;
                        &lt;div class="mb-3"&gt;
                            &lt;label for="update-lost" class="form-label"&gt;Lost:&lt;/label&gt;
                            &lt;input type="number" class="form-control" id="update-lost" required&gt;
                        &lt;/div&gt;
                        &lt;div class="mb-3"&gt;
                            &lt;label for="update-points" class="form-label"&gt;Points:&lt;/label&gt;
                            &lt;input type="number" class="form-control" id="update-points" required&gt;
                        &lt;/div&gt;
                        &lt;button type="button" class="btn btn-primary" onclick="updateTeamInfo()"&gt;Update&lt;/button&gt;
                    &lt;/form&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/div&gt;
    &lt;!-- Add Modal --&gt;
    &lt;div class="modal fade" id="addModal" tabindex="-1" aria-hidden="true"&gt;
        &lt;div class="modal-dialog modal-dialog-centered"&gt;
            &lt;div class="modal-content"&gt;
                &lt;div class="modal-header"&gt;
                    &lt;h5 class="modal-title"&gt;Add Team&lt;/h5&gt;
                    &lt;button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"&gt;&lt;/button&gt;
                &lt;/div&gt;
                &lt;div class="modal-body"&gt;
                    &lt;form id="add-form"&gt;
                        &lt;div class="mb-3"&gt;
                            &lt;label for="add-position" class="form-label"&gt;Position:&lt;/label&gt;
                            &lt;input type="number" class="form-control" id="add-position" required&gt;
                        &lt;/div&gt;
                        &lt;div class="mb-3"&gt;
                            &lt;label for="add-team" class="form-label"&gt;Team:&lt;/label&gt;
                            &lt;input type="text" class="form-control" id="add-team" required&gt;
                        &lt;/div&gt;
                        &lt;div class="mb-3"&gt;
                            &lt;label for="add-played" class="form-label"&gt;Played:&lt;/label&gt;
                            &lt;input type="number" class="form-control" id="add-played" required&gt;
                        &lt;/div&gt;
                        &lt;div class="mb-3"&gt;
                            &lt;label for="add-won" class="form-label"&gt;Won:&lt;/label&gt;
                            &lt;input type="number" class="form-control" id="add-won" required&gt;
                        &lt;/div&gt;
                        &lt;div class="mb-3"&gt;
                            &lt;label for="add-drawn" class="form-label"&gt;Drawn:&lt;/label&gt;
                            &lt;input type="number" class="form-control" id="add-drawn" required&gt;
                        &lt;/div&gt;
                        &lt;div class="mb-3"&gt;
                            &lt;label for="add-lost" class="form-label"&gt;Lost:&lt;/label&gt;
                            &lt;input type="number" class="form-control" id="add-lost" required&gt;
                        &lt;/div&gt;
                        &lt;div class="mb-3"&gt;
                            &lt;label for="add-points" class="form-label"&gt;Points:&lt;/label&gt;
                            &lt;input type="number" class="form-control" id="add-points" required&gt;
                        &lt;/div&gt;
                        &lt;button type="button" class="btn btn-primary" onclick="addTeam()"&gt;Add&lt;/button&gt;
                    &lt;/form&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/div&gt;
    &lt;script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"&gt;&lt;/script&gt;
    &lt;script&gt;
        let isLoggedIn = false;
        let teams = [
            { position: 1, team: "Manchester City", played: 38, won: 29, drawn: 6, lost: 3, points: 93 },
            { position: 2, team: "Liverpool", played: 38, won: 28, drawn: 8, lost: 2, points: 92 },
            { position: 3, team: "Chelsea", played: 38, won: 21, drawn: 11, lost: 6, points: 74 },
            { position: 4, team: "Tottenham Hotspur", played: 38, won: 22, drawn: 5, lost: 11, points: 71 },
            { position: 5, team: "Arsenal", played: 38, won: 22, drawn: 3, lost: 13, points: 69 },
            { position: 6, team: "Manchester United", played: 38, won: 16, drawn: 10, lost: 12, points: 58 },
            { position: 7, team: "West Ham United", played: 38, won: 16, drawn: 8, lost: 14, points: 56 },
            { position: 8, team: "Leicester City", played: 38, won: 14, drawn: 10, lost: 14, points: 52 },
            { position: 9, team: "Brighton &amp; Hove Albion", played: 38, won: 12, drawn: 15, lost: 11, points: 51 },
            { position: 10, team: "Wolverhampton Wanderers", played: 38, won: 15, drawn: 6, lost: 17, points: 51 }
        ];

        displayTeams();

        function displayTeams() {
            let tableBody = document.getElementById("premier-league-standings");
            tableBody.innerHTML = "";
            teams.forEach((team, index) =&gt; {
                let row = document.createElement("tr");
                row.innerHTML = `
                    &lt;td&gt;${team.position}&lt;/td&gt;
                    &lt;td&gt;&lt;img class="team-logo" src="https://via.placeholder.com/30x30"&gt;${team.team}&lt;/td&gt;
                    &lt;td&gt;${team.played}&lt;/td&gt;
                    &lt;td&gt;${team.won}&lt;/td&gt;
                    &lt;td&gt;${team.drawn}&lt;/td&gt;
                    &lt;td&gt;${team.lost}&lt;/td&gt;
                    &lt;td&gt;${team.points}&lt;/td&gt;
                `;
                if (isLoggedIn) {
                    let updateCell = document.createElement("td");
                    let removeCell = document.createElement("td");
                    updateCell.innerHTML = `&lt;button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#updateModal" onclick="showUpdateModal(${index})"&gt;Update&lt;/button&gt;`;
                    removeCell.innerHTML = `&lt;button type="button" class="btn btn-danger" onclick="removeTeam(${index})"&gt;Remove&lt;/button&gt;`;
                    row.appendChild(updateCell);
                    row.appendChild(removeCell);
                }
                tableBody.appendChild(row);
            });
        }

        function login() {
            let username = document.getElementById("login-username").value;
            let password = document.getElementById("login-password").value;
            if (username === "admin" &amp;&amp; password === "password") {
                isLoggedIn = true;
                document.getElementById("login-btn").style.display = "none";
                document.getElementById("logout-btn").style.display = "block";
                document.getElementById("update-header").style.display = "table-cell";
                document.getElementById("remove-header").style.display = "table-cell";
                displayTeams();
            } else {
                alert("Invalid username or password");
            }
        }

        function logout() {
            isLoggedIn = false;
            document.getElementById("login-btn").style.display = "block";
            document.getElementById("logout-btn").style.display = "none";
            document.getElementById("update-header").style.display = "none";
            document.getElementById("remove-header").style.display = "none";
            displayTeams();
        }

        function showUpdateModal(index) {
            document.getElementById("update-position").value = teams[index].position;
            document.getElementById("update-team").value = teams[index].team;
            document.getElementById("update-played").value = teams[index].played;
            document.getElementById("update-won").value = teams[index].won;
            document.getElementById("update-drawn").value = teams[index].drawn;
            document.getElementById("update-lost").value = teams[index].lost;
            document.getElementById("update-points").value = teams[index].points;
        }

        function updateTeamInfo() {
            let position = document.getElementById("update-position").value;
            let team = document.getElementById("update-team").value;
            let played = document.getElementById("update-played").value;
            let won = document.getElementById("update-won").value;
            let drawn = document.getElementById("update-drawn").value;
            let lost = document.getElementById("update-lost").value;
            let points = document.getElementById("update-points").value;
            teams.forEach((t, index) =&gt; {
                if (t.position == position) {
                    t.team = team;
                    t.played = played;
                    t.won = won;
                    t.drawn = drawn;
                    t.lost = lost;
                    t.points = points;
                }
            });
            displayTeams();
        }

        function addTeam() {
            let position = document.getElementById("add-position").value;
            let team = document.getElementById("add-team").value;
            let played = document.getElementById("add-played").value;
            let won = document.getElementById("add-won").value;
            let drawn = document.getElementById("add-drawn").value;
            let lost = document.getElementById("add-lost").value;
            let points = document.getElementById("add-points").value;
            teams.push({ position, team, played, won, drawn, lost, points });
            teams.sort((a, b) =&gt; a.position - b.position);
            displayTeams();
        }

        function removeTeam(index) {
            teams.splice(index, 1);
            teams.forEach((team, i) =&gt; {
                team.position = i + 1;
            });
            displayTeams();
        }
    &lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;</description></item><item><title>Live : Nepal vs Maldives : SAFF Championship 2021 | 1 October 2021</title><link>https://live.bibekkarkee.com.np/2021/09/live-nepal-vs-maldives-saff-2021.html</link><category>Nepal vs Maldives</category><category>SAFF Championship</category><category>SAFF Championship 2021</category><author>noreply@blogger.com (Unknown)</author><pubDate>Thu, 30 Sep 2021 23:00:00 +0545</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6255192145063904884.post-6729808089468118223</guid><description>&lt;p&gt;You can watch the live football match between Nepal vs Maldives here. Do visit here we will add live stream of the match before match kick off.&lt;/p&gt;

 
  &lt;ins class="adsbygoogle" data-ad-client="ca-pub-2870611312254942" data-ad-format="fluid" data-ad-layout="in-article" data-ad-slot="6054836641" style="display: block; text-align: center;"&gt;&lt;/ins&gt;
    

&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgqnqfJGZVtoChVHtIsI3kNR-lzVox64J7IUApSeGCJdDGsKiFT_qwZqdZyTwqVO10OPD-SAU0O4GOkU-VlQjMh_J3IsZWxW8NWQ4jRgi33FXRm5Q38sfnZvb8znjloTwDGZuwjE3mtmENL/s800/Nepal-vs-maldives.jpg" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="Nepal vs Maldives" border="0" data-original-height="400" data-original-width="800" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgqnqfJGZVtoChVHtIsI3kNR-lzVox64J7IUApSeGCJdDGsKiFT_qwZqdZyTwqVO10OPD-SAU0O4GOkU-VlQjMh_J3IsZWxW8NWQ4jRgi33FXRm5Q38sfnZvb8znjloTwDGZuwjE3mtmENL/s1600/Nepal-vs-maldives.jpg" title="SAFF Championship 2021" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2 style="text-align: left;"&gt;Live: Nepal vs Maldives&lt;/h2&gt;&lt;div&gt;&lt;span style="color: #999999;"&gt;(Live stream will be available 5 minutes before kick-off, keep visiting ).&lt;/span&gt;&lt;/div&gt;

 
  &lt;ins class="adsbygoogle" data-ad-client="ca-pub-2870611312254942" data-ad-format="fluid" data-ad-layout="in-article" data-ad-slot="6054836641" style="display: block; text-align: center;"&gt;&lt;/ins&gt;
   
</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgqnqfJGZVtoChVHtIsI3kNR-lzVox64J7IUApSeGCJdDGsKiFT_qwZqdZyTwqVO10OPD-SAU0O4GOkU-VlQjMh_J3IsZWxW8NWQ4jRgi33FXRm5Q38sfnZvb8znjloTwDGZuwjE3mtmENL/s72-c/Nepal-vs-maldives.jpg" width="72"/></item><item><title>Watch Live Australia vs Nepal | FIFA World Cup 2022 Qualifiers | Live Streaming</title><link>https://live.bibekkarkee.com.np/2019/10/watch-live-australia-vs-nepal.html</link><category>Australia vs Nepal</category><category>Football</category><category>Nepali Football</category><author>noreply@blogger.com (Unknown)</author><pubDate>Thu, 10 Oct 2019 10:15:00 +0545</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6255192145063904884.post-7812405788208720084</guid><description>&lt;p&gt;
  Watch live streaming of Australia vs Nepal in FIFA World Cup Qatar 2022™ and
  AFC Asian Cup China 2023™ – Preliminary Joint Asian Qualification Round 2.
  Nepal will face Australia in an away match scheduled to begin on 10th October
  at Gio Stadium Canberra, Australia.
&lt;/p&gt;
&lt;img alt="Watch Live Australia vs Nepal | FIFA World Cup 2022 Qualifiers | Live Streaming" width="1000" height="574" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi4h5raZ6UtyuP_AZdld11PVb0s7OqPRFBWaqoI4sFq38rdFJOYwmni2M53pnvWSdEr8hl0MszqcejJIAOfTULcfXmTnlmaQSQsZnk7081taHfEz7iapqOvg5g008I9Ms7wp_lam6LsHNdk/s1600/ausvsnep.png"/&gt;

&lt;a
  href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi4h5raZ6UtyuP_AZdld11PVb0s7OqPRFBWaqoI4sFq38rdFJOYwmni2M53pnvWSdEr8hl0MszqcejJIAOfTULcfXmTnlmaQSQsZnk7081taHfEz7iapqOvg5g008I9Ms7wp_lam6LsHNdk/s1600/ausvsnep.png"
  &gt;&lt;amp-img
    alt="Watch Live Australia vs Nepal | FIFA World Cup 2022 Qualifiers | Live Streaming"
    height="287"
    width="512"
    src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi4h5raZ6UtyuP_AZdld11PVb0s7OqPRFBWaqoI4sFq38rdFJOYwmni2M53pnvWSdEr8hl0MszqcejJIAOfTULcfXmTnlmaQSQsZnk7081taHfEz7iapqOvg5g008I9Ms7wp_lam6LsHNdk/s1600/ausvsnep.png"
&gt;&lt;/amp-img&gt;&lt;/a&gt;
&lt;h2&gt;Watch Live Australia vs Nepal, FIFA World Cup 2022 Qualifiers&lt;/h2&gt;
&lt;amp-iframe
  frameborder="0"
  height="315"
  scrolling="no" layout="responsive"
  src="https://www.facebook.com/plugins/video.php?href=https%3A%2F%2Fwww.facebook.com%2F109612163766815%2Fvideos%2F528350677978915%2F&amp;amp;show_text=0&amp;amp;width=560"
  style="border: none; overflow: hidden;"
  width="560"
&gt;&lt;/amp-iframe&gt;
&lt;p&gt;&lt;b&gt;Here are complete match details:&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;&lt;b&gt; ⚽️Australia &#127462;&#127482; vs &#127475;&#127477; Nepal&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Date &#128198;: Thursday, 10 October 2019&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Venue &#127967;️: GIO Stadium, Canberra&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Kick-off ⏰: 7:30pm AEST (2:45 PM Nepali Time)&lt;/b&gt;&lt;/p&gt;

&lt;br /&gt;
</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi4h5raZ6UtyuP_AZdld11PVb0s7OqPRFBWaqoI4sFq38rdFJOYwmni2M53pnvWSdEr8hl0MszqcejJIAOfTULcfXmTnlmaQSQsZnk7081taHfEz7iapqOvg5g008I9Ms7wp_lam6LsHNdk/s72-c/ausvsnep.png" width="72"/></item><item><title>Watch Live | Nepal Vs Kuwait | FIFA World Cup Round 2 Asian Qualifiers</title><link>https://live.bibekkarkee.com.np/2019/08/watch-live-nepal-vs-kuwait-fifa-world-cup-round-2-asian-qualifiers.html</link><category>Asian Qualifiers</category><category>Football</category><category>Nepal vs Kuwait</category><category>Nepali Football</category><author>noreply@blogger.com (Unknown)</author><pubDate>Tue, 13 Aug 2019 23:06:00 +0545</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6255192145063904884.post-4874619049111201602</guid><description>&lt;i
  &gt;This blog includes Nepal Vs Kuwait Live streaming of FIFA World Cup Round 2
  Asian Qualifiers Group-B.&lt;/i
&gt;

&lt;p&gt;
  Nepal National Football team will play its first away match of the FIFA World
  Cup Round 2 Asian Qualifiers against Kuwait in Kuwait city on September 5,
  2019. Kuwait vs Nepal will be the first match of the Group-B, later on
  November 19 Nepal will face Kuwait in the home match.
&lt;/p&gt;
&lt;img alt="Watch Live | Nepal Vs Kuwait | FIFA World Cup Round 2 Asian Qualifiers" width="1000" height="574" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjN9AgvblDT44W710rhSW5d8tpQK4iW85C-XH7h-eaw0gLoN4_ajFeLgs9_ayxhPOvrTPg2cuSYhDDPSN-H_scFG3ZuJZnNL-sLW4CmADEHkXcp36RwgyKENhNBJBt9ki48Kv7uvIfLwnlt/s320/nepvskuwnew.png"/&gt;
&lt;a
  href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjN9AgvblDT44W710rhSW5d8tpQK4iW85C-XH7h-eaw0gLoN4_ajFeLgs9_ayxhPOvrTPg2cuSYhDDPSN-H_scFG3ZuJZnNL-sLW4CmADEHkXcp36RwgyKENhNBJBt9ki48Kv7uvIfLwnlt/s1600/nepvskuwnew.png"&gt;&lt;amp-img
    alt="Watch Live | Nepal Vs Kuwait | FIFA World Cup Round 2 Asian Qualifiers"
    width="800"
    height="451"
    src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjN9AgvblDT44W710rhSW5d8tpQK4iW85C-XH7h-eaw0gLoN4_ajFeLgs9_ayxhPOvrTPg2cuSYhDDPSN-H_scFG3ZuJZnNL-sLW4CmADEHkXcp36RwgyKENhNBJBt9ki48Kv7uvIfLwnlt/s320/nepvskuwnew.png"&gt;&lt;/amp-img&gt;&lt;/a&gt;
&lt;p&gt;
  Nepal is grouped in Group-B with Australia, Jordan, Kuwait and Chinese Taipei
  in FIFA World cup 2022 round 2 Asian qualifiers.
&lt;/p&gt;

&lt;amp-ad
  width="100vw"
  height="320"
  type="adsense"
  data-ad-client="ca-pub-2870611312254942"
  data-ad-slot="7046626912"
  data-auto-format="rspv"
  data-full-width
&gt;
  &lt;div overflow&gt;&lt;/div&gt;
&lt;/amp-ad&gt;

&lt;p&gt;
  Nepal will play all four away matches at first and only will play home matches
  due to the unavailability of the home stadium.Nepal will play it's first home
  match against Kuwait on November 19, however it is also in doubt if not
  possible Nepal has to go for the neutral venue.
&lt;/p&gt;


&lt;b&gt; See Also&lt;/b&gt;&lt;br /&gt;
&lt;a
  href="https://www.bibekkarkee.com.np/2019/08/nepal-fixtures-live-streaming-fifa-world-cup-asian-qualifiers-afc-cup-china.html"
  &gt;UPDATED | Nepal Fixtures, Live Streaming FIFA World Cup Round 2 Asian
  Qualifiers (Click Here)&lt;/a
&gt;&lt;br /&gt;
&lt;p&gt;How excited are you? Show your excitement in the below comment box.&lt;/p&gt;

&lt;b
  &gt;Stay Connected for the live streaming of Nepal vs Kuwait match on FIFA World
  Cup Round 2 Asian Qualifiers Group-B. Later on we will update the live
  streaming link of the match on this same blog.&lt;/b
&gt;

&lt;br /&gt;
</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjN9AgvblDT44W710rhSW5d8tpQK4iW85C-XH7h-eaw0gLoN4_ajFeLgs9_ayxhPOvrTPg2cuSYhDDPSN-H_scFG3ZuJZnNL-sLW4CmADEHkXcp36RwgyKENhNBJBt9ki48Kv7uvIfLwnlt/s72-c/nepvskuwnew.png" width="72"/></item><item><title>Watch Live Nepal vs Malaysia on T20 International Bilateral Series Day-1</title><link>https://live.bibekkarkee.com.np/2019/07/watch-live-nepal-vs-malaysia-on-t20-international-cricket-series.html</link><category>Cricket</category><category>Nepal Tour Of Malaysia</category><category>Nepal vs Malaysia</category><category>Nepali Cricket</category><author>noreply@blogger.com (Unknown)</author><pubDate>Sat, 13 Jul 2019 10:24:00 +0545</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6255192145063904884.post-1084525577747860679</guid><description> &lt;p&gt;Nepal will face Malaysia in a T-20 International bilateral series on 13th and 14th July ahead of the ICC T20 World Cup Asian Regional Finals qualifier.  The regional qualifier will begin few days later. Nepal will face Malaysia on July 13 and July 14th  at Kinrara Academy Oval, Kuala Lumpur.  Details to follow...&lt;/p&gt;
 &lt;ins class="adsbygoogle" data-ad-client="ca-pub-2870611312254942" data-ad-format="fluid" data-ad-layout="in-article" data-ad-slot="6054836641" style="display: block; text-align: center;"&gt;&lt;/ins&gt; 
 &lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJVP_a-YAAz5gkhnH3mGhjEzusCAbOJpLlGve-Fu2HRK5-a2LKvOZ8zwnKKVuXV5Qi0xM6LA-vwpyVx0U-wQzXBiLRZMgceXJ_04jWSDloaQbYSLWkVb4Velwe07JeYQAeaPxrpVaCzafn/" alt="Watch Live Nepal vs Malaysia on T20 International Bilateral Series" data-original-width="1280" data-original-height="720" /&gt;&lt;/a&gt;

&lt;h2&gt; Watch Live Nepal vs Malaysia T-20 International Cricket Series Day-1&lt;/h2&gt;


&lt;amp-youtube width="480" height="270" layout="responsive" data-videoid="gG0UnRsWObA" autoplay&gt;
  &lt;/amp-youtube&gt;

 &lt;ins class="adsbygoogle"
     style="display:block"
     data-ad-client="ca-pub-2870611312254942"
     data-ad-slot="8762376529"
     data-ad-format="link"
     data-full-width-responsive="true"&gt;&lt;/ins&gt;

 


</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJVP_a-YAAz5gkhnH3mGhjEzusCAbOJpLlGve-Fu2HRK5-a2LKvOZ8zwnKKVuXV5Qi0xM6LA-vwpyVx0U-wQzXBiLRZMgceXJ_04jWSDloaQbYSLWkVb4Velwe07JeYQAeaPxrpVaCzafn/s72-c" width="72"/></item><item><title>Live | AFC Cup 2019 | Manang Marshyangdi Club vs Dhaka Abahani Limited</title><link>https://live.bibekkarkee.com.np/2019/04/live-afc-cup-2019-manang-marshyangdi.html</link><category>AFC Asian Cup 2019</category><category>Football</category><category>Manang Marshyangdi Club</category><category>MMC</category><category>Nepali Football</category><author>noreply@blogger.com (Unknown)</author><pubDate>Mon, 1 Apr 2019 15:35:00 +0545</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6255192145063904884.post-8222445852676280123</guid><description>&lt;p&gt;Watch live Manang Marshyangdi Club vs Dhaka Abahani Limited in AFC Cup 2019 to be played at ANFA Complex Satdobato, Kathmandu, Nepal on 3rd of April. It schedule to begin from 3 PM onward local time.&lt;/p&gt;
&lt;b&gt;
See Also &lt;a href="https://www.bibekkarkee.com.np/2019/01/afc-cup-2019-manang-marshyangdi-club.html"&gt;Manang Marshyangdi Club's AFC Cup 2019 Full Fixtures.&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;

&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgrj99mjBrgrPby_zQEHxqLKpvh8R9RkO-okLAArhSkEa80pGEgn8VmoQ9mWHWGzoLfnuUUlVkWhBcwQVWvPWr44EbD_okd8jzZGGJMMTWAlQTXj-ByE4kOjLhOuP1JrGvjlfa9bVDJWNy7/s1000/mmcafccup2019.png" &gt;
  &lt;img alt="Live | AFC Cup 2019 | Manang Marshyangdi Club vs Dhaka Abahani Limited" width="1000" height="574" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgrj99mjBrgrPby_zQEHxqLKpvh8R9RkO-okLAArhSkEa80pGEgn8VmoQ9mWHWGzoLfnuUUlVkWhBcwQVWvPWr44EbD_okd8jzZGGJMMTWAlQTXj-ByE4kOjLhOuP1JrGvjlfa9bVDJWNy7/s320/mmcafccup2019.png"/&gt;&lt;/a&gt;

&lt;p&gt;Manang Marshyangdi Club (MMC) is representation Nepal in AFC CUP 2019 after clinched the title of Marty's Memorial 'A' Division League 2018-19.
Manang Marshyangdi Club are in Group-E along with Minerva Punjab, Dhaka Abahani Limited and Chennaiyin FC. Manang will play a total of six matches on home and away basis.&lt;/p&gt;&lt;br /&gt;

&lt;b&gt;&lt;a href="http://mygoaltv.com/live.php?url=https%3A%2F%2Ffhs7087.bd-31.ktcdn.co.kr%2Ffado%2F_definst_%2Frey34%2Fchunklist_w1321754649.m3u8%3Ftoken%3DeyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwYXRoIjoiXC9mYWRvXC9fZGVmaW5zdF9cL3JleTM0In0.0UtVtQeiKul-jhKyO-DUjApXOYcV5imacp0JbhNY8fUStay"&gt;WATCH THE MATCH LIVE HERE (CLICK HERE).&lt;/a&gt; &lt;/b&gt;
&lt;br /&gt;
</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgrj99mjBrgrPby_zQEHxqLKpvh8R9RkO-okLAArhSkEa80pGEgn8VmoQ9mWHWGzoLfnuUUlVkWhBcwQVWvPWr44EbD_okd8jzZGGJMMTWAlQTXj-ByE4kOjLhOuP1JrGvjlfa9bVDJWNy7/s72-c/mmcafccup2019.png" width="72"/></item><item><title>Watch Live | FINALS | Nepal Vs India | SAFF Women's Championship 2019</title><link>https://live.bibekkarkee.com.np/2019/03/watch-live-finals-nepal-vs-india-saff.html</link><category>Football</category><category>Nepal vs India</category><category>Nepali Football</category><category>SAFF Women's Championship</category><author>noreply@blogger.com (Unknown)</author><pubDate>Fri, 22 Mar 2019 10:32:00 +0545</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6255192145063904884.post-2710599838538468609</guid><description> &lt;p&gt;Watch Live 5th SAFF Women's Championship 2019 finals in between Nepal Vs India today at 3 PM onward at Sahid Maidan, Biratnagar. 
Nepal and India are meeting in the final's for the 5th time in a row in SAFF women's championship. And every time India has defeated Nepal in the finals.&lt;/p&gt;&lt;br/&gt; &lt;p&gt;This edition of SAFF Women's Championship is more likely to be lifted by Nepal it's because at recent game Nepal were able to defeat the same India squad. Moreover, Nepal also has a advantage of home crowd. &lt;/p&gt;
 &lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEifz6FGqXWtu4-Ap0xw0ccLA6LCllWnUJmIK4WFSLxrU2sBmvvT1dTbX8zIdgN7jcQCHcRPy7hhnP3BIFL4oJU5M2jmvVrXxm7YdOU_Mwos7UpAu_YaOcCrS85ftx3N2EYJcDoniItFR4r5/s1600/NEPIND.png" data-original-width="800" data-original-height="450" alt="Watch Live | FINALS | Nepal Vs India | SAFF Women's Championship 2019"/&gt; 
&lt;b&gt; Watch The Match Live Here&lt;/b&gt;

  &lt;amp-youtube width="480" height="270" layout="responsive" data-videoid="BcKAsSMpKwc" autoplay&gt;
  &lt;/amp-youtube&gt;
 
 
&lt;br/&gt;
&lt;b&gt;&lt;p&gt;What do you think will be the final score? Comment below.&lt;/p&gt;
&lt;/b&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEifz6FGqXWtu4-Ap0xw0ccLA6LCllWnUJmIK4WFSLxrU2sBmvvT1dTbX8zIdgN7jcQCHcRPy7hhnP3BIFL4oJU5M2jmvVrXxm7YdOU_Mwos7UpAu_YaOcCrS85ftx3N2EYJcDoniItFR4r5/s72-c/NEPIND.png" width="72"/></item><item><title>Live | Nepal U23 vs Oman U23 | AFC Championship U23 Thailand 2020 Qualifiers</title><link>https://live.bibekkarkee.com.np/2019/03/live-nepal-u23-vs-oman-u23-afc-u23-qualifiers.html</link><category>AFC Championship U23 Qualifiers</category><category>Football</category><category>Nepal U23</category><category>Nepal U23 vs Oman U23</category><category>Nepali Football</category><author>noreply@blogger.com (Unknown)</author><pubDate>Fri, 22 Mar 2019 09:25:00 +0545</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6255192145063904884.post-5008063038526897159</guid><description> &lt;p&gt;Nepal U23 will play against Oman U23 in the first match of AFC U23 championship Thailand 2020 Qualifiers today at 7:45 PM NST. Nepal is placed in group A along with Afghanistan, Oman and Qatar.&lt;/p&gt;&lt;br /&gt;
&lt;br /&gt;
 &lt;img alt="Live | Nepal U23 vs Oman U23 | AFC Championship U23 Thailand 2020 Qualifiers" border="0" data-original-height="450" data-original-width="800" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjIUQE1sX6_iAKYKDEUF4JLqKfhL0e5F3UBC1i5USBj9pMCpX3qyITXpJ-hxmXi6d2_zoiyPxyYX8Sz2_BQTGQFzoQrRC2itLZF-efWFLNTNTeL09z3aH4JX9fwKV7Fea3wzdfNFuk5hXQg/s1600/nepvsoman.png" /&gt;&lt;br /&gt;
&lt;p&gt;This is the first time Nepal U23 is playing against Oman U23. Out of 10 meetings of senior sides, Nepal hasn't won a single match. Nepal lies at 161st position of FIFA world ranking while Oman are in 90th position.
The 11 group winners and four best second-placed teams along with the host Thailand will qualify for the finals to be held on March 22-26, 2019.&lt;/p&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;h2&gt;
Watch the match live here Nepal U23 vs Oman U23&lt;/h2&gt;
 &lt;amp-youtube width="480" height="270" layout="responsive" data-videoid="ogWM1ehCoTU" autoplay&gt;
  &lt;/amp-youtube&gt;

&lt;br /&gt;
&lt;p&gt;Here are the complete fixtures for AFC U23 Championship Thailand 2020 Qualifiers, Group-A: &lt;br/&gt;
&lt;b&gt;March 22, Nepal Vs Oman at 7:45 PM NST&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;March 24, Nepal Vs Qatar at 7:45 PM NST&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;March 26, Nepal Vs Afghanistan at 5:45 PM NST &lt;/b&gt;&lt;/p&gt; 


</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjIUQE1sX6_iAKYKDEUF4JLqKfhL0e5F3UBC1i5USBj9pMCpX3qyITXpJ-hxmXi6d2_zoiyPxyYX8Sz2_BQTGQFzoQrRC2itLZF-efWFLNTNTeL09z3aH4JX9fwKV7Fea3wzdfNFuk5hXQg/s72-c/nepvsoman.png" width="72"/></item><item><title> Watch Live | Nepal vs Malaysia | International Football Friendly</title><link>https://live.bibekkarkee.com.np/2019/03/watch-live-nepal-vs-malaysia.html</link><category>Football</category><category>International Friendlies</category><category>Nepal vs Malaysia</category><category>Nepali Football</category><author>noreply@blogger.com (Unknown)</author><pubDate>Fri, 15 Mar 2019 22:31:00 +0545</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6255192145063904884.post-1869286586048331680</guid><description> Watch live Nepal National Football Team second international friendly matches against Malaysia.

 &lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjI4PU2BzYz_txlue2Tj_oFhQ__797EGldinSM8tdaQR_SI2lLJ9v17JlF-7itTJ-oHD6wJE6gwTllzrXmvr1pwqKumiY9_AgZ78VxAM4d4u6-fB5rg4Meif0X48IZvH1DCEGgqiKzt87PG/s1600/nepmal.png" data-original-width="800" data-original-height="450" alt=" Watch Live | Nepal vs Malaysia | International Football Friendly" /&gt; 

Nepal National Men’s Football Team is out of nation to play a total of two international football friendly. Nepal will play it's first match against Kuwait on 21st March 2019 where as the second friendly match will be played on 26th March 2019 against Malaysia.


&lt;h2&gt;  Watch Live streaming in between Nepal vs Malaysia here&lt;/h2&gt;
&lt;b&gt;You can find here the Live streaming, time, and venue for Nepal vs Malaysia.  Stay tuned, we will let you know about this match details very soon. &lt;/b&gt;
&lt;br /&gt; 
</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjI4PU2BzYz_txlue2Tj_oFhQ__797EGldinSM8tdaQR_SI2lLJ9v17JlF-7itTJ-oHD6wJE6gwTllzrXmvr1pwqKumiY9_AgZ78VxAM4d4u6-fB5rg4Meif0X48IZvH1DCEGgqiKzt87PG/s72-c/nepmal.png" width="72"/></item><item><title>Watch Live | Nepal vs Kuwait | International Football Friendly</title><link>https://live.bibekkarkee.com.np/2019/03/watch-live-nepal-vs-kuwait.html</link><category>Football</category><category>International Friendlies</category><category>Nepal vs Kuwait</category><category>Nepali Football</category><author>noreply@blogger.com (Unknown)</author><pubDate>Fri, 15 Mar 2019 22:19:00 +0545</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6255192145063904884.post-961591430086785352</guid><description> &lt;p&gt;
Nepal National Men’s Football Team will play two-friendly matches against Kuwait and Malaysia. Nepal will play it's first friendly match against the Kuwait National side on 21st Match. This match against Kuwait is the first match of Nepal’s newly appointed head coach Johan Kalin. &lt;/p&gt;
 &lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEikjz_fgtn7msx7RZrcozmx_MCVCplAubon1t2WuTFibN8y4629nVLE6ubLWBjKqobvoKxNpksg1I8d_99jDFd4FUHA_u-_oVk8QHs5bdNyyBHvy7S2zXQji93MA_mmlQSa9f6n_rwJQ5x-/s1600/nepkuw.png" data-original-width="800" data-original-height="450" alt="Watch Live | Nepal vs Kuwait | International Football Friendly" /&gt; 

&lt;b&gt;Stay updated for live streaming, time, and venue for Nepal vs Kuwait &lt;/b&gt;  

</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEikjz_fgtn7msx7RZrcozmx_MCVCplAubon1t2WuTFibN8y4629nVLE6ubLWBjKqobvoKxNpksg1I8d_99jDFd4FUHA_u-_oVk8QHs5bdNyyBHvy7S2zXQji93MA_mmlQSa9f6n_rwJQ5x-/s72-c/nepkuw.png" width="72"/></item><item><title>Live: Three star club Vs Friends club | Martyrs memorial A Division League</title><link>https://live.bibekkarkee.com.np/2018/10/live-three-star-club-vs-friends-club.html</link><category>Friends Club</category><category>Martyr's Memorial A Division League</category><category>Nepali Football</category><category>Sahid smarak A Division league</category><category>Three star club</category><author>noreply@blogger.com (Unknown)</author><pubDate>Thu, 11 Oct 2018 10:51:00 +0545</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6255192145063904884.post-1147089201634012010</guid><description>Live: Three star club Vs Friends club | Martyrs memorial A Division League &lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgupHRBE08292FM4tQSK51NlSRLE0QVkv40qxHFSo5sKjNEPMsQdhFAZkmtrwWbp-Pqe2eYWo5HFhWlkRM4wjK_T7gIonjpphY8_dUMTHMzwb5kJHTH6gNBoi46tlgnFu_4Kk6MUX4oA4Pf/s1600/dsc_8678_1413601653.png" data-original-width="1000" data-original-height="551" /&gt; 
Live : Three star club Vs Friends Club &lt;br/&gt;


 &lt;amp-iframe width="200" height="100" sandbox="allow-scripts allow-same-origin" layout="responsive" frameborder="0" src="https://mycujoo.tv/embed/366?id=26928"&gt;
&lt;/amp-iframe&gt;
 </description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgupHRBE08292FM4tQSK51NlSRLE0QVkv40qxHFSo5sKjNEPMsQdhFAZkmtrwWbp-Pqe2eYWo5HFhWlkRM4wjK_T7gIonjpphY8_dUMTHMzwb5kJHTH6gNBoi46tlgnFu_4Kk6MUX4oA4Pf/s72-c/dsc_8678_1413601653.png" width="72"/></item><item><title>Live | Everest Premier League Twenty 20 Cricket Tournament</title><link>https://live.bibekkarkee.com.np/2017/12/live-everest-premier-league-t20.html</link><category>Cricket</category><category>EPLT20</category><category>Nepali Cricket</category><author>noreply@blogger.com (Unknown)</author><pubDate>Tue, 26 Dec 2017 19:44:00 +0545</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6255192145063904884.post-1517353734833230781</guid><description>Dec, 2017- Everest Premier League T20 (EPL T20) cricket tournament 2017 is the second edition which is scheduled to began from 18 December 2017. 
EPL T20 tournament will represent the six franchises team from six different cities i.e : Biratnagar, Bhairahawa, Birgunj, Kathmandu, Lalitpur and Pokhara. Each team will have a pool of 15 players with 10 coming through auction, one player reserved as a ‘city local’  and one as marquee player. Moreover, three foreign players are must in each team. The champions will receive  Rs 2.1 million in prize money.

 &lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgi1PqIv9JFrY2TYl5D6xAyPxE4QZTotWRLA2Fi_KLNOmSHqapr3bICgS6WJd1MCMnZmD5pMmdCCg8GCf2rHPa81xlzv5cIGjg4OU1w_9KJcVb6roIDctGIXpRp5L4wDByKSU1JuKt59tbD/" width="211" height="320" data-original-width="900" data-original-height="1364" alt="Live | Everest Premier League Twenty 20 Cricket Tournament" /&gt; 
&lt;center&gt;&lt;h2&gt;Follow Live Update of Everest Premier League Twenty 20 Cricket Tournament Powered by Twitter.&lt;/h2&gt;&lt;/center&gt;

            &lt;a class="twitter-timeline" data-width="100%"
   data-tweet-limit="20"   data-aria-polite="assertive"
 data-chrome="  noheader noscrollbar nofooter noborders " href="https://twitter.com/hashtag/eplt20" data-widget-id="945641177197318147"&gt;#eplt20 Tweets&lt;/a&gt;
            </description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgi1PqIv9JFrY2TYl5D6xAyPxE4QZTotWRLA2Fi_KLNOmSHqapr3bICgS6WJd1MCMnZmD5pMmdCCg8GCf2rHPa81xlzv5cIGjg4OU1w_9KJcVb6roIDctGIXpRp5L4wDByKSU1JuKt59tbD/s72-c" width="72"/></item><item><title>LIVE Nepal vs Tajikistan | AFC Asian Cup 2019 Qualification</title><link>https://live.bibekkarkee.com.np/2017/10/live-nepal-vs-tajikistan-afc-asian-cup.html</link><category>Football</category><category>Nepali Football</category><author>noreply@blogger.com (Unknown)</author><pubDate>Tue, 10 Oct 2017 19:58:00 +0545</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6255192145063904884.post-4792947877475815575</guid><description>
Watch Nepal vs Tajikistan live here

 
 &lt;amp-youtube width="480" height="270" layout="responsive" data-videoid="shi5uzZ9fD0" autoplay&gt;
  &lt;/amp-youtube&gt;</description></item><item><title>Watch Live | Nepal U18 vs Maldives U18 | SAFF U18 Championship 2017</title><link>https://live.bibekkarkee.com.np/2017/09/watch-live-nepal-u18-vs-maldives-u18.html</link><category>Football</category><category>Nepal U18 vs Maldives U18</category><category>Nepali Football</category><category>SAFF U18 Championship</category><author>noreply@blogger.com (Unknown)</author><pubDate>Tue, 19 Sep 2017 01:07:00 +0545</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6255192145063904884.post-220296070426485228</guid><description> &lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh2JkDidXlxgx2aZGh8nbfp1BZ9qF3oncGE7N2aZv9Q_-EOcQbtBCedL-4C-rz38uNaN1NG8C06YcTiQv9KUSV0RfgChxO-Y7gfi00tiNxrGnfPdn-R468IIQn2lwjNDZJ-ULUdyNiGRWGz/s1600/Nepal+U18+vs+Maldives+U18.JPG" data-original-width="614" data-original-height="299" alt="nepal U18 vs Maldives U18" /&gt;
&lt;b&gt; &lt;h2&gt;Live Nepal U18 Vs Maldives U18 &lt;/h2&gt;&lt;/b&gt; &lt;br /&gt;
 </description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh2JkDidXlxgx2aZGh8nbfp1BZ9qF3oncGE7N2aZv9Q_-EOcQbtBCedL-4C-rz38uNaN1NG8C06YcTiQv9KUSV0RfgChxO-Y7gfi00tiNxrGnfPdn-R468IIQn2lwjNDZJ-ULUdyNiGRWGz/s72-c/Nepal+U18+vs+Maldives+U18.JPG" width="72"/></item><item><title>Watch Live | Nepal U18 vs Bhutan U18 | SAFF U18 Championship 2017</title><link>https://live.bibekkarkee.com.np/2017/09/watch-live-nepal-u19-vs-bhutan-u19-saff_18.html</link><category>Football</category><category>Nepal U18 vs Bhutan U18</category><category>Nepali Football</category><category>SAFF U18 Championship</category><author>noreply@blogger.com (Unknown)</author><pubDate>Mon, 18 Sep 2017 22:31:00 +0545</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6255192145063904884.post-3502705315650274480</guid><description>&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgT9xme4QhDJsaMeXl_da2lYfslLvxpqxWXCXoR66eJpppSnRXTkgv-tuNxfJM-G7LQZmjWffL1t92zKYxRkctKBplveI4JtHtvTCo6JGWIbMxV20gKfhMff41mKlKPGS8ekZAVEERex6o-/s1600/Capture.JPG"  data-original-width="754" data-original-height="333" alt="nepal U18 vs Bhutan U18" /&gt;
&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;b&gt; &lt;h2&gt;Live Nepal U18 Vs Bhutan U18 &lt;/h2&gt;&lt;/b&gt; &lt;br /&gt;
 
</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgT9xme4QhDJsaMeXl_da2lYfslLvxpqxWXCXoR66eJpppSnRXTkgv-tuNxfJM-G7LQZmjWffL1t92zKYxRkctKBplveI4JtHtvTCo6JGWIbMxV20gKfhMff41mKlKPGS8ekZAVEERex6o-/s72-c/Capture.JPG" width="72"/></item><item><title>Watch Live | Nepal vs Tajikistan | Asia Cup Qualifiers UAE 2019 Group-F</title><link>https://live.bibekkarkee.com.np/2017/09/watch-live-nepal-vs-tajikistan-asia-cup.html</link><category>AFC Asian Cup 2019</category><category>Football</category><category>Nepali Football</category><author>noreply@blogger.com (Unknown)</author><pubDate>Mon, 4 Sep 2017 16:59:00 +0545</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6255192145063904884.post-3810981040910260179</guid><description> 

&lt;h1&gt; Watch Live Nepal vs Tajikistan | Asia Cup Qualifiers UAE 2019 Group-F
Here&lt;/h1&gt;
&lt;amp-youtube width="480" height="270" layout="responsive" data-videoid="shi5uzZ9fD0" autoplay&gt;
  &lt;/amp-youtube&gt;


 </description></item><item><title>PREVIEW | Nepal vs Tajikista | 2019 AFC Asian Cup Qualification – Third Round</title><link>https://live.bibekkarkee.com.np/2017/09/Nepal-vs-Tajikista-2019-AFC-Asian-Cup-Qualification-Third-Round.html</link><category>AFC Asian Cup 2019</category><category>Football</category><category>Nepali Football</category><author>noreply@blogger.com (Unknown)</author><pubDate>Mon, 4 Sep 2017 16:28:00 +0545</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6255192145063904884.post-3415398274292048171</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;p&gt;
Nepal will face Tajikistan on 5th September at ANFA Complex Satdobato, Kathmandu, Nepal in the third round of the qualifiers. Tajikistan looks to be the favourite side but playing in front of Nepalese crowd has not been easy for any away team.
&lt;a href="http://live.bibekkarkee.com.np/2017/09/watch-live-nepal-vs-tajikistan-asia-cup.html"&gt;&lt;h1&gt;Click to Watch Live Nepal vs Tajikistan Here&lt;/h1&gt;&lt;/a&gt;
&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivvdMMbt1yQ8oah7UHCjt5expeurx_0i8zaNm4lfvtbDhyphenhyphennT4Swq5q6UgKknIyOR-MvVv2y4ITaYX6fcomVdzLGYkCppZ0zWWHFkDMAtWgkWOBXyi6OZW-OTo2QQyQpYbRqjvyMFtEVUU9/s1600/hqdefault.jpg" alt="Nepal vs Tajikistan"/&gt;&lt;/p&gt;
&lt;p&gt;Nepal has managed to collect a point from two matches with a result of 1 loss and 1 draw whereas Tajikistan are yet to collect a point.

Second leg between Nepal and Tajikistan will be played on Tajikistan later on 10 October.&lt;/p&gt;
&lt;/div&gt;
</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivvdMMbt1yQ8oah7UHCjt5expeurx_0i8zaNm4lfvtbDhyphenhyphennT4Swq5q6UgKknIyOR-MvVv2y4ITaYX6fcomVdzLGYkCppZ0zWWHFkDMAtWgkWOBXyi6OZW-OTo2QQyQpYbRqjvyMFtEVUU9/s72-c/hqdefault.jpg" width="72"/></item><item><title>Live | Nepal U23 vs Uzbekistan U23 | AFC U23 Qualifiers</title><link>https://live.bibekkarkee.com.np/2017/07/live-nepal-u23-vs-uzbekistan-u23-afcu23qualifiers.html</link><category>AFC U23 Qualifiers</category><category>Football</category><category>Nepali Football</category><author>noreply@blogger.com (Unknown)</author><pubDate>Mon, 17 Jul 2017 14:22:00 +0545</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6255192145063904884.post-727809183237178711</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;img border="0" id="nooimg" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh15G4uubcVqiHJAVflstKXpGIyUpf2V2eVxMrMwndYUwiEoy0Xk_ClZTDldQvGJFC8VwsihDGhjiz3w9bcc_6Kj-yEmKZOQhBzVtWoqQSxCASe9Ka1P5wELoVBdh77JUsb67Uvo1MlaKQa/s320/nepvuzbnew.png" alt="Live | Nepal U23 vs Uzbekistan U23 | AFC U23 Qualifiers"/&gt;
&lt;div class="ctaine"&gt;
  &lt;div class="row"&gt;
    &lt;div class="col-md-12 games-schedule"&gt;
        &lt;div class="well"&gt;
            &lt;div class="games-schedule-title"&gt;
                &lt;div class="row"&gt;
                    &lt;div class="col-md-12"&gt;
                        &lt;h5&gt;Watch Live | Nepal U23 vs Uzbekistan U23 | AFC U23 Qualifiers &lt;/h5&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            &lt;/div&gt;                
            &lt;div class="games-schedule-items"&gt;
                &lt;div class="row games-team"&gt;
                    &lt;div class="col-md-5"&gt;
                        &lt;img src="http://www.binjukarki.com.np/img/country/Nepal.png" alt="Nepal"&gt;
                        &lt;span&gt;Nepal U23&lt;/span&gt;
                    &lt;/div&gt;
                    &lt;div class="col-md-2"&gt;
                        &lt;h4 class="img-circle"&gt;0-2&lt;/h4&gt;
                    &lt;/div&gt;
                    &lt;div class="col-md-5"&gt;
                        &lt;img src="http://www.binjukarki.com.np/img/country/Uzbekistan.png" alt="Uzbekistan"&gt;
                        &lt;span&gt;Uzbekistan U23&lt;/span&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                &lt;div class="row games-info"&gt;
                    &lt;div class="col-md-12"&gt;
                        &lt;p&gt;&lt;span class="glyphicon glyphicon-play-circle"&gt;&lt;/span&gt; AFC U23 Qualifiers| Nepal U23 Vs Uzbekistan U23 | Date: 17 July 2017 | Time: 8:10 PM NST | LIVE &lt;/small&gt;&lt;/p&gt;
                        &lt;p class="games-dash"&gt;&lt;/p&gt;
                        &lt;p&gt;&lt;small&gt; Tanhoon Bin Mohamed Stadium, UAE &lt;/small&gt;&lt;/p&gt;
                        &lt;span class="fullt"&gt;Full Time&lt;/span&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            &lt;/div&gt;  
        &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;


&lt;script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"&gt;&lt;/script&gt;
&lt;!-- livetryadsedit4 --&gt;
&lt;ins class="adsbygoogle"
     style="display:block"
     data-ad-client="2870611312254942"
     data-ad-format="auto"&gt;&lt;/ins&gt;
&lt;script&gt;
(adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;
&lt;br /&gt;
&lt;h1&gt; Watch Live Nepal U23 vs Uzbekistan U23 AFC U23 Qualifiers Live Here&lt;/h1&gt;
&lt;div class='embed-container'&gt;&lt;iframe title='قناة دبي الرياضية' class='embed-responsive-item' src='http://admin.mangomolo.com/analytics/index.php/customers/embed/index?id=NzE=&amp;channelid=MjM=&amp;countries=Q0M=&amp;w=20%90&amp;h=100%25&amp;filter=DENY&amp;signature=b8eadb483fc9abaf1f4625f3041e23d2&amp;jwplayer=7' scrolling='no' allowtransparency='true' allowfullscreen='true'&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"&gt;&lt;/script&gt;
&lt;!-- livetryadsedit6 --&gt;
&lt;ins class="adsbygoogle"
     style="display:block"
     data-ad-client="2870611312254942"
     data-ad-format="auto"&gt;&lt;/ins&gt;
&lt;script&gt;
(adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;
&lt;br /&gt;
&lt;script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"&gt;&lt;/script&gt;
&lt;!-- livetryadsedit5 --&gt;
&lt;ins class="adsbygoogle"
     style="display:block"
     data-ad-client="2870611312254942"
     data-ad-format="auto"&gt;&lt;/ins&gt;
&lt;script&gt;
(adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;
&lt;/div&gt;

&lt;style&gt;.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } #nooimg {display:none;}&lt;/style&gt;
</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh15G4uubcVqiHJAVflstKXpGIyUpf2V2eVxMrMwndYUwiEoy0Xk_ClZTDldQvGJFC8VwsihDGhjiz3w9bcc_6Kj-yEmKZOQhBzVtWoqQSxCASe9Ka1P5wELoVBdh77JUsb67Uvo1MlaKQa/s72-c/nepvuzbnew.png" width="72"/></item><item><title>Live | Nepal U23 vs UAE U23 |  AFC U23 Qualifiers</title><link>https://live.bibekkarkee.com.np/2017/07/Nepal-U23-vs-UAE-U23-AFC-U-23-qualifiers.html</link><category>AFC U23 Qualifiers</category><category>Football</category><category>Nepali Football</category><author>noreply@blogger.com (Unknown)</author><pubDate>Sat, 15 Jul 2017 14:47:00 +0545</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6255192145063904884.post-7739660651950275600</guid><description> 
&lt;img id="nooimg" border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiuBDZZxHQU29eWGNn2K3hI2y5tnGj9T2KA8MAU-f3TlNIqV8d9Mmd57zanY1dVlKSqxGWXAt12Tz4bFWAJQMp-RPNiQDd2AJkap5_obqDsuOHfKgGWSdICF4b6DDW6jVzu5lL-TtmQO4_R/s1600/Capture.JPG" alt="Live | Nepal U23 vs UAE U23 | AFC U23 Qualifiers"/&gt;
&lt;h2&gt; Watch Live Nepal U23 vs UAE U23 AFC U23 Qualifiers Live Here&lt;/h2&gt;

   
  &lt;amp-iframe
  width="200"
  height="100"
  sandbox="allow-scripts allow-same-origin"
  layout="responsive"
  frameborder="0"
  src="http://admin.mangomolo.com/analytics/index.php/customers/embed/index?id=NzE=&amp;channelid=MjM=&amp;countries=Q0M=&amp;w=20%90&amp;h=100%25&amp;filter=DENY&amp;signature=b8eadb483fc9abaf1f4625f3041e23d2&amp;jwplayer=7"
&gt;
&lt;/amp-iframe&gt;

&lt;br /&gt; </description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiuBDZZxHQU29eWGNn2K3hI2y5tnGj9T2KA8MAU-f3TlNIqV8d9Mmd57zanY1dVlKSqxGWXAt12Tz4bFWAJQMp-RPNiQDd2AJkap5_obqDsuOHfKgGWSdICF4b6DDW6jVzu5lL-TtmQO4_R/s72-c/Capture.JPG" width="72"/></item><item><title>Live | Nepal vs India | International Football Friendlies</title><link>https://live.bibekkarkee.com.np/2017/06/live-nepal-vs-india-international-football-friendlies.html</link><category>Football</category><category>International Friendlies</category><category>Nepal vs India</category><category>Nepali Football</category><author>noreply@blogger.com (Unknown)</author><pubDate>Fri, 2 Jun 2017 17:19:00 +0545</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6255192145063904884.post-4866194614258916931</guid><description>&lt;style&gt;
a {
text-decoration:none;}

.breadcrumbs, .post-info, .label-wrap, .authorboxwrap, .bottomshare, .halaman{
display: none;
}
h1.post-title.entry-title, h2.post-title.entry-title{
display: none;
}
#main-wrapper{
width:100%;
}
#searchbar, #related-post, #sidebar-wrapper{
display: none;
}

.footer-column{
    margin: 10px;
    font-size: 16px;
}

.footer-column h3{
    font-size: 2rem;
}

.post-body img, .post-body video, .post-body object{
background:transparent;
}
.post-body table td, .post-body table caption {
    background: transparent;
    border: navajowhite;
    padding: 0px;
}
.footbawahkiri &gt; span {
    display: inline;
    
}
.simplifymed a:hover {
    
    text-decoration: none;
}

.footer-menu ul li a:hover {
    text-decoration: none;
}

&lt;/style&gt;
&lt;center&gt;
&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhDTBUM3_CRT_qpZtfQGDAXiRyB5rHlE3kgenPOd2UW2umTOj7fVT___5kptBXpfvlAaIO6asd4viy7jBcE8PJ-ZLQOTgq34zYVPstdXhHOfCmF-PaD6sKN-qFiEM7th0P75xMyoe6pxaaA/" alt="Nepal vs India - Live" /&gt;
&lt;/center&gt;
&lt;br/&gt;

&lt;style type="text/css"&gt; 

iframe {display: block; width: 100%; border: none; overflow-y: auto; overflow-x: hidden;height:2000px;} 
@media only screen and (max-width:480px){
.post-body{
padding:5px;
}
#bbekteam1holder, spann{
font-size:12px;
}
}
&lt;/style&gt; 
&lt;/head&gt; 
&lt;body&gt; 
&lt;iframe src="http://www.binjukarki.com.np/Match=id20170606/live=id20170606.html" frameborder="0" marginheight="0" marginwidth="0" scrolling="auto"&gt;&lt;/iframe&gt; 
&lt;/body&gt; </description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhDTBUM3_CRT_qpZtfQGDAXiRyB5rHlE3kgenPOd2UW2umTOj7fVT___5kptBXpfvlAaIO6asd4viy7jBcE8PJ-ZLQOTgq34zYVPstdXhHOfCmF-PaD6sKN-qFiEM7th0P75xMyoe6pxaaA/s72-c" width="72"/></item><item><title> Live | Nepal vs India Football Match | QIA Champions League</title><link>https://live.bibekkarkee.com.np/2017/03/live-nepal-vs-india-football-match-qia.html</link><category>Football</category><category>Nepal vs India</category><category>Nepali Football</category><author>noreply@blogger.com (Unknown)</author><pubDate>Fri, 10 Mar 2017 21:48:00 +0545</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6255192145063904884.post-5584161993168444422</guid><description>  &lt;h2&gt;Watch Live :NEPAL vs INDIA Football Match : QIA Champions League&lt;/h2&gt;
&lt;p&gt;Enjoy &lt;b&gt;QIA Champions League 2017&lt;/b&gt; Nepal Football Team Qatar vs India Football Team Qatar.  One National Player Each From Nepal And India Are been Featurred In Today's Clash. Nepal National Player &lt;b&gt;Prakash Budhathoki&lt;/b&gt; Is Playing From Nepal Side And Indian National Player &lt;b&gt;Mohammed Rafi&lt;/b&gt; From India Side.&lt;b&gt;Note: Free Entry &lt;/b&gt;&lt;br/&gt;&lt;b&gt;Venue : Al arabi Stadium﻿&lt;/b&gt;&lt;/p&gt;
&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgCc_Rpo1PKAggQd7KYlcxRL5JC1cDip5v1qEckRK9AhZiiFmjfeD2hDN1M_8noEeNGw8IeBu2tytPP59UWSRspGTu-ujetdcJQHep30i-9sGjH3Kdyx4d_B_3GPkmeF8SzgRmMQBUqDZnb/s320/n5.png" width="320" height="213" data-original-width="512" data-original-height="341" /&gt; 
 
 
</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgCc_Rpo1PKAggQd7KYlcxRL5JC1cDip5v1qEckRK9AhZiiFmjfeD2hDN1M_8noEeNGw8IeBu2tytPP59UWSRspGTu-ujetdcJQHep30i-9sGjH3Kdyx4d_B_3GPkmeF8SzgRmMQBUqDZnb/s72-c/n5.png" width="72"/></item><item><title>Nepal Vs Kenya Live Feed - ICC World Cricket League Championship | 35th Match</title><link>https://live.bibekkarkee.com.np/2017/03/nepal-vs-kenya-live-feed-icc-world-cricket-league-championship.html</link><category>Cricket</category><category>Nepali Cricket</category><author>noreply@blogger.com (Unknown)</author><pubDate>Fri, 10 Mar 2017 20:38:00 +0545</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6255192145063904884.post-3509170799308057352</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;

        &lt;img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjqfqmnqGcWBoApDCYCfF3WzY_1UQO-jeBlNVx7ssMeafM3qpO7ymPSg6l0Ozm8to2aPHIpbSBpCVQSlw7dHeqp_y0a3W6WiRrw6NQi_ncSFI-X-mt-OZryOkNJL7P96pzaFUm0AK-phtmL/" alt="Nepal Vs Kenya"/&gt;   
        
         &lt;h1&gt;Nepal Vs Kenya Live Twitter Feed - ICC World Cricket League Championship | 35th Match&lt;/h1&gt;
            &lt;center&gt;
&lt;a class="twitter-timeline"  href="https://twitter.com/hashtag/NepvsKen" data-width="100%"
   data-tweet-limit="20"   data-aria-polite="assertive"
 data-chrome="  noheader noscrollbar nofooter noborders " data-widget-id="840210307133796352"&gt;#NepvsKen Tweets&lt;/a&gt;
            &lt;script&gt;!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");&lt;/script&gt;     &lt;/center&gt;  
        
      
        

          
&lt;/div&gt;
</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjqfqmnqGcWBoApDCYCfF3WzY_1UQO-jeBlNVx7ssMeafM3qpO7ymPSg6l0Ozm8to2aPHIpbSBpCVQSlw7dHeqp_y0a3W6WiRrw6NQi_ncSFI-X-mt-OZryOkNJL7P96pzaFUm0AK-phtmL/s72-c" width="72"/></item></channel></rss>