You are here

OneTV EPG grabbing

18 posts / 0 new
Last post
czobi
Offline
Donator
Joined: 11 months
Last seen: 1 week
OneTV EPG grabbing

Hi,

From 1st January, 2025 the mindigtvgo.hu site redirected to the new foldfelszini-tv.one.hu, so the old one is not working anymore.

Can anyone create siteini for the new site? The EPG link is https://foldfelszini-tv.one.hu/musorujsag

Or. more general, the new site https://www.one-tv.hu/tv provides more channels using the same OneTV look and feel.

Blackbear199
Offline
Blackbear199's picture
WG++ Team memberDonator
Joined: 9 years
Last seen: 3 hours

here the first one fixed.

will check the one-tv.hu
edit:
one-tv.hu goes to a login page,see nothing else.

Edit:
updated jan2/2025
showicon fix.
no revision change.

Attachments: 
czobi
Offline
Donator
Joined: 11 months
Last seen: 1 week

Thanks!
Yes, one-tv.hu is based on user login, I forgot it. I was logged in when watched.

czobi
Offline
Donator
Joined: 11 months
Last seen: 1 week

I tried it but does not work.
It is not a simple redirection to a new url, the epg pages are completely changed

Blackbear199
Offline
Blackbear199's picture
WG++ Team memberDonator
Joined: 9 years
Last seen: 3 hours

u must be looking at something different than me..

btw
read the before you post topic.
no logs,no config files...
you will be waiting a long time to have the problem fixed because i can answer you "it doesnt work" with it works for me so its your problem...

ALEX760228
Offline
Donator
Joined: 2 years
Last seen: 59 min

Hello Blackbear199
Thank you for your work.
Unfortunately the start times don't match
In your guide.xml -1:00h,
and in
index_showicon.scrub {url|https://mindigtvgo.hu|"imageUrl" : "||"|"} ,old url.
Can you check,and fix?
Thank you.

Attachments: 
Blackbear199
Offline
Blackbear199's picture
WG++ Team memberDonator
Joined: 9 years
Last seen: 3 hours

showicon fixed above.

the site shows epg in users local time.
the guide.xml has epg in UTC time.
so u have to adjust when comparing for this.

example
right now the show is playing om m1
Híradó
start=07:01
stop=07:35

in guide.xml
start="20250102110100 +0000" stop="20250102113500 +0000"

my local time is UTC-04:00
07:01 + 04:00 = 11:01 UTC time.

czobi
Offline
Donator
Joined: 11 months
Last seen: 1 week

Hi Blackbear199,

I've finally found my issue, changed the update from "channel list" to smart.

Thanks for your effort!

Blackbear199
Offline
Blackbear199's picture
WG++ Team memberDonator
Joined: 9 years
Last seen: 3 hours

so u had <update>c</update>?

i dont recommed smart mode,least not for all channels.
see here
http://webgrabplus.com/documentation/configuration/webgrabconfigxml#conf...
smart mode - forces update of today and tomorrow and new shows, rest as light
all epg for today and tomorrow are grabbed new and overwritten even if there is no changes.
so your downloading epg for nothing basically.

imho its best to run incremental mode
what i would do as this..
<update></update>

this make webgrab use the update mode of each channel line in your wg config with the update="x" setting(default is update="i")

lets say u check your wg log and a sport channel regularly updates its epg programming daily
hers a example of a epg corrention..

[  Info  ]  CHANGED show corrected,
[  Info  ]       show with ---- start = 05/01/2025 21:30:00 stop = 05/01/2025 22:30:00 title = ODI NZL v SL
[  Info  ]       Replaces ----- start = 05/01/2025 21:30:00 stop = 05/01/2025 22:30:00 title = Cricket: ODI NZL v SL

this adds alot of clutter to your log.
what u can do is change the update="i"(default) to update="s" for example for that specific channel as a epg correction is the same as a force update(everything is grabbed new).
this will get rid of alot of the clutter(maybe all) as in smart mode the dirst 2 days are grabbed new.

Blackbear199
Offline
Blackbear199's picture
WG++ Team memberDonator
Joined: 9 years
Last seen: 3 hours

if your a windows user and feel up to it and are a bit technical i would love to see the one tv site data.
i am guessing that after login the urls dont need user authorization for the actual epg urls(i have seen many sites like this)

what u need to do.
1.install wireshark(google it)
2.open it and double click internet device(usually either lan or wifi)
3.it should start recording traffic
4.goto the site and login then select epg
5.view channel list(if it exists) and click on a few programs to see the details(do a movies and a series program and maybe news program)
6. on wire shark click the red button to stop the capture
7. file ==> Export Packet Dissection ==> json

czobi
Offline
Donator
Joined: 11 months
Last seen: 1 week

OK, I filtered the capture for the site, zipped the json file but exceeds 2 MB. Trying to capture several smaller parts...

czobi
Offline
Donator
Joined: 11 months
Last seen: 1 week

So, here are the files.

onetv1.zip - news
onetv2.zip - series
onetv3.zip - movie

japangelo
Offline
japangelo's picture
Donator
Joined: 4 years
Last seen: 7 hours

I think it's easier if you provide login details to blackbear or Matt privately so they can have a better look at it.

Blackbear199
Offline
Blackbear199's picture
WG++ Team memberDonator
Joined: 9 years
Last seen: 3 hours
czobi wrote:

So, here are the files.

thanks but i'm not seeing anything useful as its all encrypted.
if you dont mind sharing your login info i can ask mat8861 to private message you as private messages are disabled on the forums.

czobi
Offline
Donator
Joined: 11 months
Last seen: 1 week

Sorry, I'm afraid I can't share my login info publicly. I have a paid subscription to be able to watch tv online and the maximum simultaneous streams are limited to two. But I can share it with you privately.

japangelo
Offline
japangelo's picture
Donator
Joined: 4 years
Last seen: 7 hours

That's what we meant. Developer will contact you privately. Login info will only be used to get the data you're looking for

Blackbear199
Offline
Blackbear199's picture
WG++ Team memberDonator
Joined: 9 years
Last seen: 3 hours

mat8861 will private message you as he has admin rights,i dont.
or
i will send you email you via you donation email address which i can get via the system.
so check your junk mail as it may go there.

Blackbear199
Offline
Blackbear199's picture
WG++ Team memberDonator
Joined: 9 years
Last seen: 3 hours

email sent.

Log in or register to post comments

Brought to you by Jan van Straaten

Program Development - Jan van Straaten ------- Web design - Francis De Paemeleere
Supported by: servercare.nl