Skip to content

Instantly share code, notes, and snippets.

View nasabikram's full-sized avatar

Bikram Shrestha nasabikram

View GitHub Profile
<?php
function portfolios_shortcode($atts){
extract( shortcode_atts( array(
'expand' => '',
), $atts) );
global $paged;
$posts_per_page = 6;
$settings = array(
@nasabikram
nasabikram / nepal.m3u
Created September 7, 2025 10:18
M3U playlist
#EXTM3U
#EXTINF:-1 tvg-id="ntvnp" tvg-logo="https://upload.wikimedia.org/wikipedia/en/8/84/Nepal_Television_Logo.png" group-title="Nepal", Nepal Television (NTV)
http://202.166.207.67:1935/live/ntv/playlist.m3u8
#EXTINF:-1 tvg-id="ntvplusnp" tvg-logo="https://upload.wikimedia.org/wikipedia/en/8/84/Nepal_Television_Logo.png" group-title="Nepal", NTV Plus
http://202.166.207.67:1935/live/ntvplus/playlist.m3u8
#EXTINF:-1 tvg-id="ntvnewsnp" tvg-logo="https://upload.wikimedia.org/wikipedia/en/8/84/Nepal_Television_Logo.png" group-title="Nepal", NTV News
http://202.166.207.67:1935/live/ntvnews/playlist.m3u8