• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Duyuru

Gizle
No announcement yet.

[Dikey WeTek LE] - WebGrab+Plus ile internetten EPG

Gizle
X
 
  • Filtrele
  • Zaman
  • Göster
Hepsini Sil
new posts
  • #91

    amazon fire tv de ki perfect playeri baglayabilmenin bir yolu var midir acaba?

    Yorum yap

    • #92

      Sağolun sayenizde bende Trt belgesel ve bir kaç kanalın ayarını yaptım. Teşekkür etmek için foruma üye oldum ama sanırım uzun bir zaman forumda takılı kalacağım

      Yorum yap

      • #93

        Forumumuza hoşgeldiniz.

        İnceliğiniz için ayrıca teşekkürler.

        Sevgiler...

        Yorum yap

        • #94

          arkadaşlar bir kaç gündür WebGrab+Plus eklentisini indirmeye çalışıyorum kodi den. maalesef indirmiyor. takılıp kalıyo. zip dosyası olarak elinde olan varsa paylaşırsa sevinirim. yada başka ne yapabilirim. teşekkürler
          WETEK PLAY 2

          Yorum yap

          • #95

            Buyur baba http://wetektr.com/WeTek/index.php?d...no-8.1.102.zip .

            Sevgiler...

            Yorum yap

            • #96

              çok teşekkür ederim üstadım. sağol varol.
              WETEK PLAY 2

              Yorum yap

              • #97

                Webgrap plus forumunda yaptığım yazışmalar neticesinde dsmart ve digiturk inileri yenilendi. Daha hızlı ve teferruatlı bilgiler var.

                Buradan indirebilirsiniz. Ya da aşağıdaki benim özelleştirdiğim şekilini kullanabilirsiniz.

                Tvheadend'de İngilizce genre bilgisi olmadan yayın Türü görülmüyor. Ben bunu DVB Genre standartlarına uydurmaya çalıştım.

                digiturk.com.tr.ini

                Kod:
                **------------------------------------------------------------------------------------------------
                * @header_start
                * WebGrab+Plus ini for grabbing EPG data from TvGuide websites
                * @Site: digiturk.com.tr
                * @MinSWversion: V1.57
                *
                * @Revision 5 - [28/05/2017] Netuddki
                *   Fixed duplicate Keys in sorting
                *   Delete Productiondate in original Title
                * @Revision 4 - [23/05/2017] Netuddki
                *   rewrite - using the API data instead of calling the html version for faster grabbing
                * @Revision 3 - [13/11/2016] Blackbear199
                *   rewrite
                * @Revision 2 - [08/05/2012] Jan van Straaten
                *   disable stoptime (double shows in index force a dayjump)
                * @Revision 1 - [] 
                *   temporary(?) added overruling retry setting to minimize effects of broken showdetail links
                * @Remarks:
                *   none
                * @header_end
                **------------------------------------------------------------------------------------------------
                
                site {url=digiturk.com.tr|timezone=UTC+03:00|maxdays=7|cultureinfo=tr-TR|charset=UTF-8|titlematchfactor=90}
                site {ratingsystem=TR}
                *site {episodesystem=onscreen} *Enable for Onscreen Episode System
                site {episodesystem=xmltv_ns} *Enable for xmltv_ns Episode System
                *
                *
                url_index{url|http://www.digiturk.com.tr/yayin-akisi/api/program/kanal/|channel|/|urldate|/|subpage|}
                url_index.headers {method=GET}
                url_index.headers {accept=application/json, text/javascript, */*; q=0.01}
                url_index.headers {customheader=Accept-Encoding=gzip,deflate,sdch}
                url_index.headers {contenttype=application/x-www-form-urlencoded; charset=UTF-8}
                *
                *
                urldate.format {datestring|yyyy-MM-dd}
                subpage.format {list|0|1|2|3}
                *
                index_showsplit.scrub {multi(exclude="AZ SONRA...")|{"ProgramId||}|}}
                index_showsplit.modify {cleanup(removeduplicates=equal,100}
                index_showsplit.modify {sort(ascending,string)}
                sort_by.scrub {single(target="index_showsplit")|BroadcastStart":"||","|","}
                
                *
                index_start.scrub {regex||BroadcastStart":"(.*?)","||}
                index_end.scrub {regex||BroadcastEnd":"(.*?)","||}
                index_title.scrub {regex||ProgramName":"(.*?)","||}
                index_title.modify {remove(type=regex)|S\d+ B\d+\|\sB\d+}
                index_title.modify {remove|\}
                *
                index_titleoriginal.scrub {regex||OrginalName":"(.*?)","||}
                index_titleoriginal.modify {remove|'index_title'}
                *
                index_episode.modify {substring(type=regex pattern="Season 'S1' EP 'E1'""S'S1' EP 'E1'""SEASON 'S1'""S'S1'")|'index_titleoriginal' "S\d+\sEP\s\d+\|Season\s\d+\sEP\s\d+\|SEASON\s\d+\|S\d+"}
                index_titleoriginal.modify {remove(type=regex)|S\d+\sEP\s\d+\|Season\s\d+\sEP\s\d+\|SEASON\s\d+\|S\d+}
                index_titleoriginal.modify {cleanup}
                *
                index_productiondate.scrub {regex||Year":"(\d+)","||}
                index_titleoriginal.modify {remove|'index_productiondate'}
                index_titleoriginal.modify {remove|()}
                *
                index_subtitle.scrub {regex||Synopsis":"\((.*?),.*?\)||}
                index_country.scrub {multi(separator="; ")|ProductionCountries":"||","}
                index_description.scrub {regex||LongDescription":"(.*?)","||}
                index_description.modify {remove|'index_titleoriginal'}
                index_description.modify {remove|'index_title'}
                index_description.modify {remove(type=regex)|,.*?'index_productiondate'}
                index_description.modify {remove|\}
                index_description.modify {remove|()}
                index_description.modify {remove|""}
                index_description.modify {cleanup}
                index_actor.scrub {multi(separator=" ,")|Actors":"||","}
                index_director.scrub {multi(separator=" ,")|Directors":"||","}
                *
                index_category.scrub {regex||Genre":"(.*?)","||}
                index_category.modify {replace(not "")|00|Diğer}
                index_category.modify {replace(not "")|E0|Romance}
                index_category.modify {replace(not "")|EC|Romance}
                index_category.modify {replace(not "")|E1|Adventure / Western / War}
                index_category.modify {replace(not "")|E2|Movie / Drama}
                index_category.modify {replace(not "")|E4|Adventure / Western / War}
                index_category.modify {replace(not "")|E5|Drama}
                index_category.modify {replace(not "")|E6|Science fiction / Fantasy / Horror}
                index_category.modify {replace(not "")|E7|Comedy}
                index_category.modify {replace(not "")|E8|Science fiction / Fantasy / Horror}
                index_category.modify {replace(not "")|E9|Detective / Thriller}
                index_category.modify {replace(not "")|EB|Detective / Thriller}
                index_category.modify {replace(not "")|EF|Adventure / Western / War}
                index_category.modify {replace(not "")|FA|News magazine}
                index_category.modify {replace(not "")|FB|Show / Game show}
                index_category.modify {replace(not "")|FC|Entertainment}
                index_category.modify {replace(not "")|FF|Magazines / Reports / Documentary}
                index_category.modify {replace(not "")|F0|Reality}
                index_category.modify {replace(not "")|F1|Sports}
                index_category.modify {replace(not "")|F2|News / Current Affairs}
                index_category.modify {replace(not "")|F3|Social / Political issues / Economics}
                index_category.modify {replace(not "")|F4|Documentary}
                index_category.modify {replace(not "")|F5|Cartoons / Puppets}
                index_category.modify {replace(not "")|F6|Education}
                index_category.modify {replace(not "")|F7|Arts / Culture (without music)}
                index_category.modify {replace(not "")|F8|Religion}
                index_category.modify {replace(not "")|F9|Life Style}
                *
                **  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _
                **      #####  CHANNEL FILE CREATION (only to create the xxx-channel.xml file)
                **
                *url_index{url|http://www.digiturk.com.tr/yayin-akisi/api/kanal/index/}
                *index_site_id.scrub {multi|"Id":||}|}}
                *index_site_channel.scrub {multi|{"Title":"||"|"}
                *index_site_id.modify {cleanup(removeduplicates=equal,100 link="index_site_channel")}
                ** @auto_xml_channel_end
                digiturk.com.tr.channels.xml

                Kod:
                <?xml version="1.0" encoding="UTF-8"?>
                <site generator-info-name="WebGrab+Plus/w MDB &amp; REX Postprocess -- version  V2.0 -- Jan van Straaten" site="digiturk.com.tr">
                  <channels>
                    <channel update="i" site="digiturk.com.tr" site_id="484" xmltv_id="Digi">Digi</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="377" xmltv_id="beIN SERIES SCI-FI">beIN SERIES SCI-FI</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="43" xmltv_id="beIN SERIES COMEDY">beIN SERIES COMEDY</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="46" xmltv_id="beIN SERIES VICE">beIN SERIES VICE</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="462" xmltv_id="beIN SERIES DRAMA">beIN SERIES DRAMA</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="42" xmltv_id="MGM Movies">MGM Movies</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="361" xmltv_id="beIN MOVIES COMEDY">beIN MOVIES COMEDY</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="267" xmltv_id="beIN MOVIES FESTIVAL">beIN MOVIES FESTIVAL</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="264" xmltv_id="beIN MOVIES PREMIER">beIN MOVIES PREMIER</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="269" xmltv_id="beIN MOVIES PREMIER 2">beIN MOVIES PREMIER 2</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="265" xmltv_id="beIN MOVIES STARS">beIN MOVIES STARS</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="451" xmltv_id="beIN MOVIES ACTION">beIN MOVIES ACTION</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="452" xmltv_id="beIN MOVIES ACTION 2">beIN MOVIES ACTION 2</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="266" xmltv_id="beIN MOVIES FAMILY">beIN MOVIES FAMILY</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="480" xmltv_id="beIN MOVIES TURK">beIN MOVIES TURK</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="299" xmltv_id="beIN İZ">beIN İZ</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="456" xmltv_id="beIN HOME &amp; ENTERTAINMENT">beIN HOME &amp; ENTERTAINMENT</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="407" xmltv_id="beIN GURME">beIN GURME</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="15" xmltv_id="Show">Show</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="19" xmltv_id="TRT 1">TRT 1</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="16" xmltv_id="Kanal D">Kanal D</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="17" xmltv_id="ATV">ATV</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="18" xmltv_id="Fox">Fox</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="25" xmltv_id="STAR TV">STAR TV</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="26" xmltv_id="TV8">TV8</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="30" xmltv_id="360">360</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="23" xmltv_id="TLC">TLC</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="24" xmltv_id="Bloomberg HT">Bloomberg HT</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="301" xmltv_id="A Haber">A Haber</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="20" xmltv_id="TRT Haber">TRT Haber</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="22" xmltv_id="Kanal 7">Kanal 7</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="490" xmltv_id="A2">A2</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="188" xmltv_id="BEYAZ TV">BEYAZ TV</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="156" xmltv_id="Flash TV">Flash TV</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="166" xmltv_id="Ülke TV">Ülke TV</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="222" xmltv_id="TVNET">TVNET</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="178" xmltv_id="24">24</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="28" xmltv_id="NTV">NTV</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="29" xmltv_id="CNN TÜRK">CNN TÜRK</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="31" xmltv_id="HABERTURK">HABERTURK</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="84" xmltv_id="TGRT Haber">TGRT Haber</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="187" xmltv_id="Kanal A">Kanal A</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="34" xmltv_id="Kanal B">Kanal B</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="479" xmltv_id="Lifetime">Lifetime</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="298" xmltv_id="Halk TV">Halk TV</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="256" xmltv_id="Teve2">Teve2</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="489" xmltv_id="TV 8,5">TV 8,5</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="229" xmltv_id="TRT 3 - TRT Spor">TRT 3 - TRT Spor</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="244" xmltv_id="TRT AVAZ">TRT AVAZ</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="246" xmltv_id="TRT Kurdi">TRT Kurdi</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="245" xmltv_id="TRT TURK">TRT TURK</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="308" xmltv_id="TRT Okul">TRT Okul</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="332" xmltv_id="TRT DİYANET">TRT DİYANET</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="47" xmltv_id="Eurosport">Eurosport</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="82" xmltv_id="Eurosport 2">Eurosport 2</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="293" xmltv_id="Bursaspor TV">Bursaspor TV</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="54" xmltv_id="BJK TV">BJK TV</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="250" xmltv_id="GS TV">GS TV</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="55" xmltv_id="FB TV">FB TV</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="52" xmltv_id="beIN SPORTS 1">beIN SPORTS 1</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="309" xmltv_id="beIN SPORTS 2">beIN SPORTS 2</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="311" xmltv_id="beIN SPORTS 3">beIN SPORTS 3</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="234" xmltv_id="beIN SPORTS 4">beIN SPORTS 4</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="212" xmltv_id="NTV Spor">NTV Spor</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="53" xmltv_id="TJK TV">TJK TV</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="313" xmltv_id="Sports TV">Sports TV</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="435" xmltv_id="Fox Sports">Fox Sports</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="48" xmltv_id="Extreme Sports">Extreme Sports</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="331" xmltv_id="TRT SPOR">TRT SPOR</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="498" xmltv_id="S SPORT">S SPORT</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="433" xmltv_id="A Spor">A Spor</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="502" xmltv_id="beIN SPORTS MAX">beIN SPORTS MAX</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="60" xmltv_id="MCM Top">MCM Top</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="61" xmltv_id="Mezzo">Mezzo</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="63" xmltv_id="VH1">VH1</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="261" xmltv_id="TRT Müzik">TRT Müzik</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="62" xmltv_id="MTV">MTV</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="322" xmltv_id="MTV Live HD">MTV Live HD</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="337" xmltv_id="MTV Hits">MTV Hits</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="74" xmltv_id="Fashion TV">Fashion TV</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="195" xmltv_id="E! Entertainment">E! Entertainment</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="459" xmltv_id="BBC HD">BBC HD</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="88" xmltv_id="BBC Entertainment">BBC Entertainment</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="374" xmltv_id="Planet Mutfak">Planet Mutfak</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="85" xmltv_id="RAI UNO">RAI UNO</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="86" xmltv_id="TV5 Monde Europe">TV5 Monde Europe</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="262" xmltv_id="TRT Al Arabiya">TRT Al Arabiya</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="369" xmltv_id="RTR PLANETA">RTR PLANETA</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="89" xmltv_id="PROSIEBEN">PROSIEBEN</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="137" xmltv_id="BLOOMBERG TELEVISION">BLOOMBERG TELEVISION</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="501" xmltv_id="A News">A News</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="77" xmltv_id="BBC World News">BBC World News</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="468" xmltv_id="TRT World HD">TRT World HD</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="76" xmltv_id="CNN INTERNATIONAL">CNN INTERNATIONAL</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="182" xmltv_id="AL JAZEERA INTERNATIONAL">AL JAZEERA INTERNATIONAL</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="78" xmltv_id="EURONEWS">EURONEWS</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="285" xmltv_id="France 24">France 24</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="477" xmltv_id="Al Quran Al Kareem TV">Al Quran Al Kareem TV</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="478" xmltv_id="Al Sunnah Al Nabawiyah TV">Al Sunnah Al Nabawiyah TV</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="243" xmltv_id="TRT Çocuk">TRT Çocuk</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="367" xmltv_id="Duck TV">Duck TV</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="436" xmltv_id="Baby TV">Baby TV</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="290" xmltv_id="Sony Çocuk">Sony Çocuk</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="221" xmltv_id="Baby First">Baby First</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="282" xmltv_id="Disney Junior">Disney Junior</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="67" xmltv_id="Disney XD">Disney XD</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="186" xmltv_id="Disney Channel">Disney Channel</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="220" xmltv_id="Cartoon Network">Cartoon Network</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="291" xmltv_id="MinikaGO">MinikaGO</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="321" xmltv_id="Nick Jr.">Nick Jr.</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="189" xmltv_id="Nickelodeon">Nickelodeon</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="351" xmltv_id="Nickelodeon HD">Nickelodeon HD</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="58" xmltv_id="National Geographic">National Geographic</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="159" xmltv_id="beIN İZ">beIN İZ</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="437" xmltv_id="Nat Geo People">Nat Geo People</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="179" xmltv_id="Nat Geo Wild">Nat Geo Wild</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="455" xmltv_id="ID X">ID X</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="461" xmltv_id="Discovery Showcase HD">Discovery Showcase HD</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="57" xmltv_id="History">History</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="260" xmltv_id="TRT Belgesel">TRT Belgesel</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="317" xmltv_id="Discovery">Discovery</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="318" xmltv_id="Discovery Science">Discovery Science</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="319" xmltv_id="Animal Planet">Animal Planet</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="36" xmltv_id="beIN BOX OFFICE 1">beIN BOX OFFICE 1</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="37" xmltv_id="beIN BOX OFFICE 2">beIN BOX OFFICE 2</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="38" xmltv_id="beIN BOX OFFICE 3">beIN BOX OFFICE 3</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="138" xmltv_id="Taraftar 204">Taraftar 204</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="304" xmltv_id="Taraftar 205">Taraftar 205</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="375" xmltv_id="beIN SERIES SCI-FI HD">beIN SERIES SCI-FI HD</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="326" xmltv_id="beIN SERIES COMEDY HD">beIN SERIES COMEDY HD</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="255" xmltv_id="beIN SERIES VICE HD">beIN SERIES VICE HD</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="263" xmltv_id="beIN SERIES DRAMA HD">beIN SERIES DRAMA HD</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="362" xmltv_id="beIN MOVIES COMEDY HD">beIN MOVIES COMEDY HD</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="359" xmltv_id="beIN MOVIES FESTIVAL HD">beIN MOVIES FESTIVAL HD</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="271" xmltv_id="beIN MOVIES PREMIER HD">beIN MOVIES PREMIER HD</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="327" xmltv_id="beIN MOVIES PREMIER 2 HD">beIN MOVIES PREMIER 2 HD</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="272" xmltv_id="beIN MOVIES STARS HD">beIN MOVIES STARS HD</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="453" xmltv_id="beIN MOVIES ACTION HD">beIN MOVIES ACTION HD</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="454" xmltv_id="beIN MOVIES ACTION 2 HD">beIN MOVIES ACTION 2 HD</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="335" xmltv_id="beIN MOVIES FAMILY HD">beIN MOVIES FAMILY HD</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="381" xmltv_id="beIN MOVIES TURK HD">beIN MOVIES TURK HD</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="307" xmltv_id="beIN İZ HD">beIN İZ HD</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="457" xmltv_id="beIN HOME &amp; ENTERTAINMENT HD">beIN HOME &amp; ENTERTAINMENT HD</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="408" xmltv_id="beIN GURME HD">beIN GURME HD</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="294" xmltv_id="Show TV HD">Show TV HD</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="330" xmltv_id="TRT1 HD">TRT1 HD</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="430" xmltv_id="Kanal D HD">Kanal D HD</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="300" xmltv_id="ATV HD">ATV HD</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="334" xmltv_id="FOX HD">FOX HD</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="406" xmltv_id="Star TV HD">Star TV HD</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="428" xmltv_id="TV8 HD">TV8 HD</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="302" xmltv_id="A Haber HD">A Haber HD</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="488" xmltv_id="TRT Haber HD">TRT Haber HD</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="439" xmltv_id="KANAL 7 HD">KANAL 7 HD</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="466" xmltv_id="Beyaz TV HD">Beyaz TV HD</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="469" xmltv_id="TRT World HD">TRT World HD</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="333" xmltv_id="Nickelodeon HD">Nickelodeon HD</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="226" xmltv_id="Eurosport HD">Eurosport HD</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="463" xmltv_id="EUROSPORT 2 HD">EUROSPORT 2 HD</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="486" xmltv_id="FB TV HD">FB TV HD</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="193" xmltv_id="beIN SPORTS HD 1">beIN SPORTS HD 1</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="310" xmltv_id="beIN SPORTS HD 2">beIN SPORTS HD 2</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="312" xmltv_id="beIN SPORTS HD 3">beIN SPORTS HD 3</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="495" xmltv_id="beIN SPORTS HD 4">beIN SPORTS HD 4</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="467" xmltv_id="NTV SPOR HD">NTV SPOR HD</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="314" xmltv_id="Sports TV HD">Sports TV HD</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="214" xmltv_id="National Geographic HD">National Geographic HD</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="475" xmltv_id="Discovery Channel HD">Discovery Channel HD</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="275" xmltv_id="Nat Geo Wild HD">Nat Geo Wild HD</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="328" xmltv_id="History HD">History HD</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="465" xmltv_id="Discovery Showcase HD">Discovery Showcase HD</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="438" xmltv_id="A Spor HD">A Spor HD</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="470" xmltv_id="TRT Spor HD">TRT Spor HD</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="487" xmltv_id="TRT Belgesel HD">TRT Belgesel HD</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="497" xmltv_id="S SPORT HD">S SPORT HD</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="371" xmltv_id="BBC HD">BBC HD</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="323" xmltv_id="MTV Live HD">MTV Live HD</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="491" xmltv_id="Digiturk 4K">Digiturk 4K</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="91" xmltv_id="ALEM FM">ALEM FM</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="419" xmltv_id="Best FM">Best FM</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="482" xmltv_id="Kral Pop Radyo">Kral Pop Radyo</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="383" xmltv_id="Slow Türk">Slow Türk</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="379" xmltv_id="Show Radyo">Show Radyo</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="421" xmltv_id="Kral FM">Kral FM</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="380" xmltv_id="Radyo Viva">Radyo Viva</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="422" xmltv_id="Baba Radyo">Baba Radyo</channel>
                    <channel update="i" site="digiturk.com.tr" site_id="107" xmltv_id="5+1 Concerts">5+1 Concerts</channel>
                  </channels>
                </site>
                Dsmart yayın akışından artık sadece php scripti dosyası aracılığıyla güncellenebiliyor.

                Gerekli php dosyasının kodları şurada. İsteyen kendi hostunda ya da localhostunda deneyebilir.

                Kendi hostuma yükledim php dosyasını oradan alabilecek şekilde ayarlandı. (DNS gerekebilir host sıkıntılı)

                dsmart.com.tr.ini

                Kod:
                **------------------------------------------------------------------------------------------------
                * @header_start
                * WebGrab+Plus ini for grabbing EPG data from TvGuide websites
                * @Site: dsmart.com.tr  Turkish
                * @MinSWversion: V2.0
                * @Revision 3 - [06/05/2017] Blackbear199
                *     - url change
                *     - add p-hp method for linux users
                * @Revision 2 - [11/07/2016] Blackbear199
                *     - rewrite changed to POST
                * @Revision 1 - [24/02/2016] Blackbear199
                *     - rewrite
                * @Revision 0 - [24/04/2013] Jan van Straaten
                *     - creation
                * @Remarks: your_remarks
                * @header_end
                **------------------------------------------------------------------------------------------------
                
                site {url=dsmart.com.tr|timezone=UTC|maxdays=7|cultureinfo=tr-TR|charset=UTF-8|titlematchfactor=90}
                site {ratingsystem=TR|episodesystem=onscreen|keepindexpage}
                *
                *url_index{url|https://www1.dsmart.com.tr/Content/webservice/ClientSiteWebService.asmx/getTvGuide} * windows users
                url_index{url|https://freekodi.000webhostapp.com/dsmart_com_tr.php?date=|urldate|&reqtype=1} * linux users
                urldate.format {daycounter|0}
                *
                *---------------------------------------------------------------------------
                * enable this section windows users
                *---------------------------------------------------------------------------
                *url_index.headers {method=POST}
                *url_index.headers {customheader=Accept-Encoding=gzip,deflate}
                *url_index.headers {accept=application/json, text/javascript, */*; q=0.01}
                *url_index.headers {contenttype=application/json; charset=utf-8}
                *url_index.headers {customheader=X-Requested-With=XMLHttpRequest}
                *url_index.headers {postdata={DaysAfter:'urldate'}}
                *---------------------------------------------------------------------------
                * end enable for windows section
                *---------------------------------------------------------------------------
                *
                index_variable_element.modify {set|'config_site_id'}
                index_showsplit.scrub {multi(includeblock=""ChannelNumber":'index_variable_element'," exclude="Date(-")|{"__type":"ClientSite.Content.WebService.ClientSiteWebService+TVGuideChannel"|{"Unique|}|]}}
                *
                scope.range{(indexshowdetails)|end}
                index_start.scrub {single|Date(||)|)}
                index_title.scrub {single|"Name":"||",|",}
                *
                index_title.modify {cleanup}
                *
                index_temp_1.scrub {single|Key":"||"|"}
                *index_urlshow.modify {addstart('index_temp_1' not "")|https://www1.dsmart.com.tr/Page/Popup/TvGuide/ProgramDetail2.aspx?cacheID='index_temp_1'&bouquetID=&TrafficKey='index_temp_1'} * windows users
                index_urlshow.modify {addstart('index_temp_1' not "")|https://freekodi.000webhostapp.com/dsmart_com_tr.php?programid='index_temp_1'&reqtype=2} * linux users
                index_urlshow.headers {customheader=Accept-Encoding=gzip,deflate}
                end_scope
                *
                title.scrub {single|<div class="overlay_title">||</div>|</div>}
                titleoriginal.scrub {single|<div class="overlay_title_orj">||</div>|</div>}
                description.scrub {single|<div class="overlay_content">||<br />|<br />}
                actor.scrub {multi(separator=", ")|<b>Oyuncular:</b>||<br />|<br />}
                category.scrub {multi(separator=" / "",")|<b>Tür:</b>||<br />|<br />}
                director.scrub {multi(separator=", ")|<b>Yönetmen:</b>||<br />|<br />}
                *
                **  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _
                **      #####  CHANNEL FILE CREATION (only to create the xxx-channel.xml file)
                **
                ** @auto_xml_channel_start
                *index_site_id.scrub {multi|"ChannelNumber":||,|,}
                *index_site_channel.scrub {multi|TVGuideChannel","Name":"||"|"}
                *index_site_channel.modify {cleanup(style=unidecode)}
                *index_site_id.modify {cleanup(removeduplicates=equal,100 link="index_site_channel")}
                ** @auto_xml_channel_end
                dsmart.com.tr.channels.xml

                Kod:
                <?xml version="1.0" encoding="UTF-8"?>
                <site generator-info-name="WebGrab+Plus/w MDB &amp; REX Postprocess -- version  V2.0 -- Jan van Straaten" site="dsmart.com.tr">
                  <channels>
                    <channel update="i" site="dsmart.com.tr" site_id="1" xmltv_id="MovieSmart Premium HD">MovieSmart Premium HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="2" xmltv_id="MovieSmart Premium 2 HD">MovieSmart Premium 2 HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="3" xmltv_id="MovieSmart Platin HD">MovieSmart Platin HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="4" xmltv_id="MovieSmart Platin 2 HD">MovieSmart Platin 2 HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="5" xmltv_id="MovieSmart Gold HD">MovieSmart Gold HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="6" xmltv_id="MovieSmart Action HD">MovieSmart Action HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="7" xmltv_id="MovieSmart Fest HD">MovieSmart Fest HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="8" xmltv_id="MovieSmart Family HD">MovieSmart Family HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="9" xmltv_id="MovieSmart Classic HD">MovieSmart Classic HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="11" xmltv_id="MovieSmart Türk HD">MovieSmart Türk HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="13" xmltv_id="Dizi Smart Premium HD">Dizi Smart Premium HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="14" xmltv_id="FOXLIFE HD">FOXLIFE HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="15" xmltv_id="FX">FX</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="16" xmltv_id="FOX CRIME">FOX CRIME</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="19" xmltv_id="FILMBOX HD">FILMBOX HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="20" xmltv_id="MAX SMART PREMIUM">MAX SMART PREMIUM</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="21" xmltv_id="Teve2 HD">Teve2 HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="22" xmltv_id="KANAL D HD">KANAL D HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="23" xmltv_id="Show TV HD">Show TV HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="24" xmltv_id="Star TV HD">Star TV HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="25" xmltv_id="ATV HD">ATV HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="26" xmltv_id="TRT 1 HD">TRT 1 HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="27" xmltv_id="KANAL 7 HD">KANAL 7 HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="28" xmltv_id="TV8 HD">TV8 HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="29" xmltv_id="FOX TV HD">FOX TV HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="30" xmltv_id="CNNTURK HD">CNNTURK HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="31" xmltv_id="NTV HD">NTV HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="32" xmltv_id="TRT HABER HD">TRT HABER HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="33" xmltv_id="HABERTURK HD">HABERTURK HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="34" xmltv_id="24">24</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="35" xmltv_id="A HABER HD">A HABER HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="36" xmltv_id="TLC">TLC</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="37" xmltv_id="LIFETIME CHANNEL">LIFETIME CHANNEL</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="38" xmltv_id="FLASH TV">FLASH TV</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="39" xmltv_id="UCAN KUS TV">UCAN KUS TV</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="40" xmltv_id="BEYAZ TV HD">BEYAZ TV HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="41" xmltv_id="TV NET HD">TV NET HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="42" xmltv_id="Kanal A">Kanal A</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="43" xmltv_id="360">360</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="44" xmltv_id="BLOOMBERGHT HD">BLOOMBERGHT HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="45" xmltv_id="TGRT Haber">TGRT Haber</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="46" xmltv_id="MELTEM TV">MELTEM TV</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="47" xmltv_id="TV8 5 HD">TV8 5 HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="49" xmltv_id="ULKE TV HD">ULKE TV HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="50" xmltv_id="CNN INTERNATIONAL">CNN INTERNATIONAL</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="51" xmltv_id="BBC WORLD NEWS">BBC WORLD NEWS</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="53" xmltv_id="24 KITCHEN">24 KITCHEN</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="54" xmltv_id="FOOD NETWORK">FOOD NETWORK</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="55" xmltv_id="OUTDOOR HD">OUTDOOR HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="56" xmltv_id="BBC EARTH HD">BBC EARTH HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="57" xmltv_id="VIASAT HISTORY HD">VIASAT HISTORY HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="58" xmltv_id="DOCUBOX HD">DOCUBOX HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="59" xmltv_id="DISCOVERY HD">DISCOVERY HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="60" xmltv_id="ANIMAL PLANET HD">ANIMAL PLANET HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="61" xmltv_id="DISCOVERY SCIENCE">DISCOVERY SCIENCE</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="62" xmltv_id="DISCOVERY HD TURBO XTRA">DISCOVERY HD TURBO XTRA</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="63" xmltv_id="NATIONAL GEOPRAPHIC">NATIONAL GEOPRAPHIC</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="64" xmltv_id="NAT GEO WILD">NAT GEO WILD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="65" xmltv_id="NAT GEO PEOPLE HD">NAT GEO PEOPLE HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="66" xmltv_id="AMBIANCE HD">AMBIANCE HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="67" xmltv_id="TRT BELGESEL HD">TRT BELGESEL HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="68" xmltv_id="E! ENTERTAINMENT HD">E! ENTERTAINMENT HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="69" xmltv_id="FASHION TV HD">FASHION TV HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="70" xmltv_id="TRACE URBAN HD">TRACE URBAN HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="71" xmltv_id="FASTnFUNBOX HD">FASTnFUNBOX HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="72" xmltv_id="NBA TV">NBA TV</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="74" xmltv_id="TAY TV HD">TAY TV HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="75" xmltv_id="EUROSPORT 1 HD">EUROSPORT 1 HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="76" xmltv_id="EUROSPORT 2 HD">EUROSPORT 2 HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="77" xmltv_id="SMART SPOR HD">SMART SPOR HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="78" xmltv_id="S SPORT">S SPORT</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="79" xmltv_id="FOX SPORTS">FOX SPORTS</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="80" xmltv_id="A SPOR HD">A SPOR HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="81" xmltv_id="FIGHT BOX HD">FIGHT BOX HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="82" xmltv_id="THE FIGHT NETWORK">THE FIGHT NETWORK</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="83" xmltv_id="FB TV">FB TV</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="84" xmltv_id="SPORTS TV">SPORTS TV</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="85" xmltv_id="NTV SPOR HD">NTV SPOR HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="86" xmltv_id="TRT SPOR HD">TRT SPOR HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="89" xmltv_id="ULUSAL KANAL">ULUSAL KANAL</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="90" xmltv_id="KOCAELI TV">KOCAELI TV</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="91" xmltv_id="OLAY TV 3A">OLAY TV 3A</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="92" xmltv_id="BENGÜ TÜRK">BENGÜ TÜRK</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="93" xmltv_id="AKILLI TV">AKILLI TV</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="94" xmltv_id="Show Max">Show Max</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="95" xmltv_id="SEMERKAND TV HD">SEMERKAND TV HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="96" xmltv_id="MEDİNE TV">MEDİNE TV</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="98" xmltv_id="SONY CHANNEL">SONY CHANNEL</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="99" xmltv_id="PLANET MUTFAK">PLANET MUTFAK</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="100" xmltv_id="PLANET TURK">PLANET TURK</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="101" xmltv_id="AKIT TV">AKIT TV</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="103" xmltv_id="TRT 3">TRT 3</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="104" xmltv_id="TRT DİYANET">TRT DİYANET</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="105" xmltv_id="TRT OKUL">TRT OKUL</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="106" xmltv_id="TRT TURK">TRT TURK</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="110" xmltv_id="TRT MUZIK">TRT MUZIK</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="111" xmltv_id="DREAM TV">DREAM TV</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="112" xmltv_id="DREAMTURK">DREAMTURK</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="113" xmltv_id="TMB DOGU">TMB DOGU</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="114" xmltv_id="NUMBER1 TV HD">NUMBER1 TV HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="115" xmltv_id="NUMBER ONE TÜRK HD">NUMBER ONE TÜRK HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="116" xmltv_id="KRAL POP">KRAL POP</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="117" xmltv_id="KRAL TV">KRAL TV</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="118" xmltv_id="POWERTURK TV HD">POWERTURK TV HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="119" xmltv_id="POWER TV HD">POWER TV HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="120" xmltv_id="CARTOON NETWORK">CARTOON NETWORK</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="121" xmltv_id="SMART COCUK">SMART COCUK</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="122" xmltv_id="BOOMERANG TV">BOOMERANG TV</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="123" xmltv_id="BABY TV">BABY TV</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="124" xmltv_id="MINIKA GO">MINIKA GO</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="125" xmltv_id="TRT ÇOCUK HD">TRT ÇOCUK HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="126" xmltv_id="PLANET COCUK 4A">PLANET COCUK 4A</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="127" xmltv_id="DA VINCI HD">DA VINCI HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="129" xmltv_id="KIDZ/ANIMEZ">KIDZ/ANIMEZ</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="130" xmltv_id="DISNEY CHANNEL">DISNEY CHANNEL</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="131" xmltv_id="MINIKA COCUK">MINIKA COCUK</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="133" xmltv_id="KANAL 3">KANAL 3</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="135" xmltv_id="TEK RUMELI TV">TEK RUMELI TV</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="136" xmltv_id="EGETURK TV">EGETURK TV</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="137" xmltv_id="TGRT BELGESEL">TGRT BELGESEL</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="138" xmltv_id="ANADOLU DERNEK TV">ANADOLU DERNEK TV</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="139" xmltv_id="HILAL TV">HILAL TV</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="144" xmltv_id="VIZYON TURK">VIZYON TURK</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="145" xmltv_id="FUL TV">FUL TV</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="146" xmltv_id="4 EYLUL TV">4 EYLUL TV</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="147" xmltv_id="KRT">KRT</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="152" xmltv_id="GENC TV 4A">GENC TV 4A</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="153" xmltv_id="LINE TV">LINE TV</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="154" xmltv_id="RTV 23">RTV 23</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="155" xmltv_id="HABERAKS TV">HABERAKS TV</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="156" xmltv_id="BALIKESIR TV 100">BALIKESIR TV 100</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="157" xmltv_id="SAT7 TURK">SAT7 TURK</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="158" xmltv_id="MGC">MGC</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="160" xmltv_id="FIL TV">FIL TV</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="161" xmltv_id="DOLUNAY">DOLUNAY</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="162" xmltv_id="KANAL FIRAT">KANAL FIRAT</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="163" xmltv_id="GÜNEYDOĞU TV">GÜNEYDOĞU TV</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="176" xmltv_id="KARDELEN TV">KARDELEN TV</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="178" xmltv_id="MEGA SUARE TV">MEGA SUARE TV</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="198" xmltv_id="KÖY TV">KÖY TV</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="199" xmltv_id="CIFTCI TV">CIFTCI TV</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="200" xmltv_id="TV 2000">TV 2000</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="201" xmltv_id="BEREKET TV">BEREKET TV</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="202" xmltv_id="YABAN TV">YABAN TV</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="203" xmltv_id="BEREKET HAYVANCILIK">BEREKET HAYVANCILIK</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="206" xmltv_id="AV TV">AV TV</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="210" xmltv_id="BURSA TV">BURSA TV</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="211" xmltv_id="KANAL B">KANAL B</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="222" xmltv_id="TV 52">TV 52</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="224" xmltv_id="BURSA AS TV">BURSA AS TV</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="226" xmltv_id="KANAL 26">KANAL 26</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="228" xmltv_id="KOZA TV">KOZA TV</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="229" xmltv_id="YILDIZ TOPRAK TV">YILDIZ TOPRAK TV</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="232" xmltv_id="KANAL 16">KANAL 16</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="242" xmltv_id="CEM TV">CEM TV</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="243" xmltv_id="SIHHAT TV">SIHHAT TV</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="244" xmltv_id="ORDU ALTAS TV">ORDU ALTAS TV</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="245" xmltv_id="BEYKENT TV">BEYKENT TV</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="255" xmltv_id="MAVİ KARADENİZ">MAVİ KARADENİZ</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="258" xmltv_id="RUMELI TV">RUMELI TV</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="259" xmltv_id="KON TV">KON TV</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="261" xmltv_id="ER TV">ER TV</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="265" xmltv_id="UZAY TV">UZAY TV</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="269" xmltv_id="GAZIANTEP OLAY 4A">GAZIANTEP OLAY 4A</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="270" xmltv_id="KANAL 28">KANAL 28</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="271" xmltv_id="ES TV">ES TV</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="272" xmltv_id="HALK TV">HALK TV</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="273" xmltv_id="TELE1">TELE1</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="274" xmltv_id="EKIN TV">EKIN TV</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="277" xmltv_id="a2 HD">a2 HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="278" xmltv_id="KANAL 58">KANAL 58</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="279" xmltv_id="KANAL T KKTC">KANAL T KKTC</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="281" xmltv_id="BRT HD">BRT HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="282" xmltv_id="TRT WORLD HD">TRT WORLD HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="283" xmltv_id="TRT6">TRT6</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="284" xmltv_id="TRT AVAZ DOGU">TRT AVAZ DOGU</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="285" xmltv_id="TRT ARAPCA">TRT ARAPCA</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="286" xmltv_id="TRT 4K">TRT 4K</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="287" xmltv_id="SAUDI QURAN TV">SAUDI QURAN TV</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="288" xmltv_id="SAUDI SUNNAH TV">SAUDI SUNNAH TV</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="289" xmltv_id="a NEWS HD">a NEWS HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="290" xmltv_id="NTV AVRUPA">NTV AVRUPA</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="291" xmltv_id="TGRT EU">TGRT EU</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="292" xmltv_id="EURO D">EURO D</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="293" xmltv_id="EUROSTAR">EUROSTAR</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="294" xmltv_id="NHK WORLD TV">NHK WORLD TV</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="295" xmltv_id="EURONEWS TR">EURONEWS TR</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="296" xmltv_id="ROSSIYA 24">ROSSIYA 24</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="297" xmltv_id="Imedi TV">Imedi TV</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="298" xmltv_id="Al Jazeera Channel">Al Jazeera Channel</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="299" xmltv_id="AL JAZEERA CHANNEL ENGLISH">AL JAZEERA CHANNEL ENGLISH</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="501" xmltv_id="EROTICA">EROTICA</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="503" xmltv_id="PENTHOUSE HD">PENTHOUSE HD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="504" xmltv_id="AFTER MIDNIGHT">AFTER MIDNIGHT</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="506" xmltv_id="AMBIANCE HD 2">AMBIANCE HD 2</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="507" xmltv_id="EASY LISTENING">EASY LISTENING</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="508" xmltv_id="NICE &amp; COZY">NICE &amp; COZY</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="509" xmltv_id="SMOOTH JAZZ">SMOOTH JAZZ</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="510" xmltv_id="JAZZ NOW USA">JAZZ NOW USA</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="511" xmltv_id="COOL JAZZ">COOL JAZZ</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="512" xmltv_id="JAZZ CLASSICS">JAZZ CLASSICS</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="513" xmltv_id="CHILLOUT">CHILLOUT</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="514" xmltv_id="COCTAIL LOUNGE">COCTAIL LOUNGE</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="515" xmltv_id="POOLSIDE">POOLSIDE</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="516" xmltv_id="ROMANCE LATINO">ROMANCE LATINO</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="517" xmltv_id="SILK">SILK</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="518" xmltv_id="CHANSONS">CHANSONS</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="519" xmltv_id="BLUES">BLUES</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="520" xmltv_id="NEW AGE">NEW AGE</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="521" xmltv_id="LATINO TROPICAL">LATINO TROPICAL</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="522" xmltv_id="TANGO">TANGO</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="523" xmltv_id="LA HABANA">LA HABANA</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="524" xmltv_id="CLASSIC R&amp;#39;N&amp;#39;B &amp; SOUL">CLASSIC R&amp;#39;N&amp;#39;B &amp; SOUL</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="525" xmltv_id="CLASSIC MASTERS">CLASSIC MASTERS</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="526" xmltv_id="CLASSICAL CALM">CLASSICAL CALM</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="527" xmltv_id="CLASSICAL ORCHESTRAL">CLASSICAL ORCHESTRAL</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="528" xmltv_id="CLASSICAL GREATS">CLASSICAL GREATS</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="529" xmltv_id="BROADWAY">BROADWAY</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="530" xmltv_id="POPCORN">POPCORN</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="531" xmltv_id="AROUND THE WORLD">AROUND THE WORLD</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="534" xmltv_id="COUNTRY">COUNTRY</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="535" xmltv_id="FOLK ROOTS">FOLK ROOTS</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="536" xmltv_id="TURK MUZIGI">TURK MUZIGI</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="537" xmltv_id="TURKISH SILK">TURKISH SILK</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="538" xmltv_id="TURK SANAT MUZIGI">TURK SANAT MUZIGI</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="540" xmltv_id="GREATEST HITS">GREATEST HITS</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="541" xmltv_id="HIT LIST">HIT LIST</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="542" xmltv_id="2000s">2000s</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="543" xmltv_id="90s">90s</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="544" xmltv_id="80s">80s</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="545" xmltv_id="70s">70s</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="546" xmltv_id="60s">60s</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="548" xmltv_id="URBAN BEATS">URBAN BEATS</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="549" xmltv_id="DANCE CLUBBIN">DANCE CLUBBIN</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="550" xmltv_id="MAXIMUM PARTY">MAXIMUM PARTY</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="552" xmltv_id="DANCEFLOOR">DANCEFLOOR</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="553" xmltv_id="HIP HOP">HIP HOP</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="554" xmltv_id="TRANCE">TRANCE</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="555" xmltv_id="GROOVE">GROOVE</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="557" xmltv_id="HOUSE">HOUSE</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="563" xmltv_id="ROCK ANTHEMS">ROCK ANTHEMS</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="564" xmltv_id="ROCK ALTERNATIVE">ROCK ALTERNATIVE</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="565" xmltv_id="ROCK&amp;#39;N ROLL">ROCK&amp;#39;N ROLL</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="566" xmltv_id="RIDDIM">RIDDIM</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="640" xmltv_id="RADYO d">RADYO d</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="641" xmltv_id="SLOW TURK">SLOW TURK</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="642" xmltv_id="CNN TURK RADYO">CNN TURK RADYO</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="643" xmltv_id="METRO FM">METRO FM</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="644" xmltv_id="SUPER FM">SUPER FM</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="645" xmltv_id="NUMBER ONE FM">NUMBER ONE FM</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="647" xmltv_id="JOY TURK">JOY TURK</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="648" xmltv_id="JOY FM">JOY FM</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="649" xmltv_id="VIRGINE">VIRGINE</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="650" xmltv_id="POWER FM">POWER FM</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="651" xmltv_id="POWERTURK FM">POWERTURK FM</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="652" xmltv_id="POWERLOVE">POWERLOVE</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="653" xmltv_id="FENOMEN FM">FENOMEN FM</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="654" xmltv_id="BEST FM">BEST FM</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="657" xmltv_id="TGRT FM">TGRT FM</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="660" xmltv_id="TRT Radyo 1">TRT Radyo 1</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="661" xmltv_id="TRT FM">TRT FM</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="662" xmltv_id="TRT Radyo 3">TRT Radyo 3</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="663" xmltv_id="TRT KENT RADYO ANKARA">TRT KENT RADYO ANKARA</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="664" xmltv_id="TRT Gap Radyosu">TRT Gap Radyosu</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="665" xmltv_id="TRT Radyo 6">TRT Radyo 6</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="666" xmltv_id="Voice of Turkey">Voice of Turkey</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="667" xmltv_id="TRT DIYANET RADYO">TRT DIYANET RADYO</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="668" xmltv_id="TRT NAĞME">TRT NAĞME</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="669" xmltv_id="TRT TÜRKÜ">TRT TÜRKÜ</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="670" xmltv_id="NTV Radyo">NTV Radyo</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="672" xmltv_id="KRAL FM">KRAL FM</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="673" xmltv_id="KRAL POP FM">KRAL POP FM</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="674" xmltv_id="Radyo Eksen">Radyo Eksen</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="675" xmltv_id="KRAL WORLD RADIO">KRAL WORLD RADIO</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="676" xmltv_id="Radyo Voyage">Radyo Voyage</channel>
                    <channel update="i" site="dsmart.com.tr" site_id="677" xmltv_id="Maximusic">Maximusic</channel>
                  </channels>
                </site>
                Cihazınıza webgrap plus kurmak istemiyorsanız. Benim 37 kanallık günlük güncellenen ve 4 günlük ulusal kanalların yayın bilgisini içeren xml dosyamı kullanabilirsiniz...

                http://kralex.tk/rehber.xml

                Yorum yap

                • #98

                  Harikasın dostum, eline sağlık.

                  Müthişsin, teşekkürler.

                  Sevgiler...

                  Yorum yap

                  • #99

                    kralex hocam sizin serverınızdaki xmli kullanıyorum.fx,fox life,fox crime gibi kanalların epgleri sürekli boş.diğerlerinde sorun yok.neden acaba?

                    Yorum yap


                    • Onları ben configden çıkarmıştım, tandbergler açmıyor diye. Şimdi yeniden ekledim...

                      49 kanal oldu.

                      Yorum yap


                      • Komşu köyden geliyorum bir Vu+ Solo 4K sahibi olarak.

                        Bu EPG internetten kopyalama işini biz enigma2'ciler de yapamaz mıyız

                        Yorum yap


                        • Vardır muhakkak xmltv epgsini import etmenin bir yolu ama aylardır enigma2 kullanmıyorum. Araştırmak gerekir.

                          Yorum yap


                          • kralex Nickli Üyeden Alıntı
                            Vardır muhakkak xmltv epgsini import etmenin bir yolu ama aylardır enigma2 kullanmıyorum. Araştırmak gerekir.
                            Hocam yanıtın çin teşekkür ederim, hakkımız olmasa da (bu başlıkta) müsait bir zamanda Enigma2 için inceler ya da bana şunu bunu incele diyecek kadar bakarsan çok sevinirim.

                            Amacım basit, bu rehberdeki gibi internette olan EPG'leri xmltv (ya da EPGimport) aracılığı ile Enigma2 ye aktarabilmek :sagol:

                            Yorum yap


                            • Arkadaşlar,

                              Hürriyet çalışıyor mu bende hata veriyor EPG indirmiyor?

                              Bu arada @kralex müthiş bir iş çıkarmışsın xml leri otomatik update ederek ve sitene koyarak, ellerine sağlık

                              Yorum yap


                              • Hürriyet çalışmıyor.

                                Düzenleme:
                                Forumda sıkıntı var galiba yeni post atamıyorum db error veriyor.

                                Yorum yap

                                Hazırlanıyor...
                                X