user-1244
25-08-2019, 11:30 PM
I think there has been a change to the BBC listings website, as the get-iplayer --refreash has stopped working.
As far as I can see the json is embedded in the webpage when I get it with
but get-iplayer doesn't seem to be able to recognise it.
Code:
$ get-iplayer --refresh
get_iplayer 3.16-ppa32, Copyright (C) 2008-2010 Phil Lewis
This program comes with ABSOLUTELY NO WARRANTY; for details use --warranty.
This is free software, and you are welcome to redistribute it under certain
conditions; use --conditions for details.
INFO: Indexing tv programmes (concurrent)
.
WARNING: Got 0 programmes for BBC Four schedule page (JSON): https://www.bbc.co.uk/schedules/p00fzl6b/2019/w33
.
WARNING: Got 0 programmes for BBC Four schedule page (JSON): https://www.bbc.co.uk/schedules/p00fzl6b/2019/w34
As far as I can see the json is embedded in the webpage when I get it with
Code:
curl https://www.bbc.co.uk/schedules/p00fzl6b/2019/w33 | less