reduzent / watchteleboy

Script to watch streams from teleboy.ch without browser/flash
GNU General Public License v2.0
31 stars 10 forks source link

Could not get a sid->cid map. #10

Closed stho64 closed 10 years ago

stho64 commented 10 years ago

Hi Roman,

It's the issue I found this morning and the solution. Please check and replace lines 368 and 369.

diff watchteleboy_org watchteleboy
368,369c368,369
<     grep "var station2channels" | \
<     sed -e "s/\s\{1,\}var station2channels = {//" | \

-- NEW --

>     grep "station2channels " | \
>     sed -e "s/\s\{1,\}TELEBOY.helpers.station2channels = {//" | \

Best wishes Steffen

reduzent commented 10 years ago

Hi Steffen

Thanks a lot. I pushed your change. I'll release another version, as soon as I find time.

Roman