ABC livestream

Issue #51 wontfix
Former user created an issue

Would it be possible to support saving the ABC livestream? It's available at http://iview.abc.net.au/programs/abc-live-stream/IV1512H001S00

Comments (7)

  1. part

    My bad, it is possible, I'm just blind. However I'm receiving the following error:

    Traceback (most recent call last):
      File "./grabber.py", line 55, in <module>
        main()
      File "./grabber.py", line 48, in main
        if not n.download():
      File "/home/partaker/webdl/iview.py", line 46, in download
        video_url = self.find_hls_url(info["playlist"])
      File "/home/partaker/webdl/iview.py", line 25, in find_hls_url
        raise Exception("Missing hls-high program stream for " + self.video_key)
    Exception: Missing hls-high program stream for IV1512H001S00
    
  2. delx repo owner

    hmm, it seems the live stream uses a different authentication scheme. If I have some time I'll try to have a look :)

  3. John

    I'm also trying to do this. I'm an expat living in Europe and it would make me so happy if I could record rage on ABC. Anything noobs can do to help this issue?

  4. Tyler Durden

    @delx

    Also getting this error

    Traceback (most recent call last):
      File "grabber.py", line 62, in <module>
        main()
      File "grabber.py", line 55, in main
        if not n.download():
      File "n:\webdl\iview.py", line 59, in download
        token, token_hostname= self.get_auth_details()
      File "n:\webdl\iview.py", line 43, in get_auth_details
        token = auth_doc.xpath("//auth:tokenhd/text()", namespaces=NS)[0]
      File "src\lxml\etree.pyx", line 2292, in lxml.etree._ElementTree.xpath
      File "src\lxml\etree.pyx", line 1870, in lxml.etree._ElementTree._assertHasRoot
    AssertionError: ElementTree not initialized, missing root
    

  5. Log in to comment