<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 14/03/2013 00:58, Jonatan Lindblad
      wrote:<br>
    </div>
    <blockquote cite="mid:5141047B.9080707@comhem.se" type="cite">On
      2013-03-13 14:44, Dan Wilga wrote:
      <br>
      <blockquote type="cite">After trying (and failing) to use
        MythNetvision some time ago, I decided
        <br>
        to try again last night. Here's what I found, after much digging
        and
        <br>
        debugging:
        <br>
        <br>
        - thewb.py works fine.
        <br>
      </blockquote>
      <br>
      Good :)
      <br>
      <br>
      <blockquote type="cite">- comedycentral.py fails, due to 404s. I
        assume the search mechanism and
        <br>
        RSS feed locations have moved within the site.
        <br>
        - mtv.py fails, but silently. If you view the XML returned by
        their API,
        <br>
        it says the API being used has been deprecated.
        <br>
      </blockquote>
      <br>
      Not much you can do about these I guess.
      <br>
      <br>
      <blockquote type="cite">- pbs.py complains that there are "No Xslt
        results" for a whole bunch of
        <br>
        URLs, even though these URLs do return feeds. Perhaps the script
        is
        <br>
        using the wrong DTD or something.
        <br>
      </blockquote>
      <br>
      This should be possible to fix.
      <br>
      <br>
      <blockquote type="cite">- hulu.py fails, also due to 404s.
        <br>
      </blockquote>
      <br>
      Can you try the attached patch and see if at least search starts
      working?
      <br>
      <br>
      <blockquote type="cite">I have searched trac and master on git,
        but nobody seems to be working
        <br>
        on this plugin. I can't believe nobody has noticed these
        problems
        <br>
        before, though. Did I just miss something, or should I try to
        fix the
        <br>
        scripts myself?
        <br>
      </blockquote>
      <br>
      I'm only using the YouTube grabber and won't notice if the others
      break.
      <br>
      <br>
      --
      <br>
      Jonatan
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
mythtv-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a>
<a class="moz-txt-link-freetext" href="http://www.mythtv.org/mailman/listinfo/mythtv-users">http://www.mythtv.org/mailman/listinfo/mythtv-users</a>
</pre>
    </blockquote>
    <font size="-1"><font face="DejaVu Sans">So I tried the following on
        my Debian Stable running 0.24.2-0:</font></font><br>
    <br>
    /usr/share/mythtv# patch -p1 &lt; hulu.patch <br>
    patching file
mythtv/programs/scripts/internetcontent/nv_python_libs/configs/XML/hulu_config.xml<br>
    Hunk #1 FAILED at 16.<br>
    1 out of 1 hunk FAILED -- saving rejects to file
mythtv/programs/scripts/internetcontent/nv_python_libs/configs/XML/hulu_config.xml.rej<br>
    patching file
    mythtv/programs/scripts/internetcontent/nv_python_libs/hulu/hulu_api.py<br>
    Hunk #1 FAILED at 281.<br>
    Hunk #2 FAILED at 303.<br>
    Hunk #3 FAILED at 316.<br>
    Hunk #4 FAILED at 342.<br>
    Hunk #5 FAILED at 426.<br>
    5 out of 5 hunks FAILED -- saving rejects to file
mythtv/programs/scripts/internetcontent/nv_python_libs/hulu/hulu_api.py.rej<br>
  </body>
</html>