Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposed fixes 1.13 #1495

Closed
wants to merge 46 commits into from
Closed

Proposed fixes 1.13 #1495

wants to merge 46 commits into from

Commits on Sep 26, 2016

  1. Configuration menu
    Copy the full SHA
    dd4d256 View commit details
    Browse the repository at this point in the history
  2. Fix Twitch plugin not working because bandwith was parsed as an int w…

    …hen it is really a float
    e00E authored and javiercantero committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    ad7ec18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ccb57d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f42f332 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b05994 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    498f8d3 View commit details
    Browse the repository at this point in the history
  7. plugins.livestream: Fix player URL

    intact authored and javiercantero committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    8f8073d View commit details
    Browse the repository at this point in the history
  8. ustream: fix desktop stream validation

    - The validation changes in #1126 aren't strict enough, there are now
      more than 1 unexpected streams that we can't read, and they do not all
      contain the varnishUrl key.
    pmrowla authored and javiercantero committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    9738715 View commit details
    Browse the repository at this point in the history
  9. Fix issue #1276 - ustream.tv KeyError: 'url'

    Bogdan Klimchenko authored and javiercantero committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    98f3cf6 View commit details
    Browse the repository at this point in the history
  10. Update ustreamtv.py

    Fixes #1171
    snifer1981 authored and javiercantero committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    41b9ce3 View commit details
    Browse the repository at this point in the history
  11. plugins.afreeca: fix stream

    dsokal authored and javiercantero committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    fd39225 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    25f06f5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7af3d9c View commit details
    Browse the repository at this point in the history
  14. plugins.tga: Support more streams

    intact authored and javiercantero committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    a48e6c9 View commit details
    Browse the repository at this point in the history
  15. plugins.tga: Fix offline streams

    intact authored and javiercantero committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    bb7db24 View commit details
    Browse the repository at this point in the history
  16. Change url schema to match changes at periscope

    Livestreamer wouldn't recognise the Periscope url, because the url schema has changed.
    michaelnachname authored and javiercantero committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    1b6ef49 View commit details
    Browse the repository at this point in the history
  17. plugins.nrk: Updated for webpage changes.

    NRK has done some changes to their streaming services which broke the
    plugin. Playlist URL is now fetched via an API call, whose URL is
    embedded in the webpage.
    sn4kebite authored and javiercantero committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    c769577 View commit details
    Browse the repository at this point in the history
  18. plugins.nrk: Fixed _id_re regex not matching series URLs.

    Also removed unused _program_id regex.
    sn4kebite authored and javiercantero committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    5af17ba View commit details
    Browse the repository at this point in the history
  19. Add API support

    - Make use of new API while keeping the old method as backup
    tboss authored and javiercantero committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    bccacc7 View commit details
    Browse the repository at this point in the history
  20. plugins.vaughnlive: Fix INFO_URL

    intact authored and javiercantero committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    389cf13 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3adaf70 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f12842a View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    584227d View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    6a4e74f View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    06d43b9 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    c38c949 View commit details
    Browse the repository at this point in the history
  27. update douyu

    use new api
    steven7851 authored and javiercantero committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    c1ace87 View commit details
    Browse the repository at this point in the history
  28. fix cdn..

    steven7851 authored and javiercantero committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    89e749e View commit details
    Browse the repository at this point in the history
  29. fix for Python 3.x..

    steven7851 authored and javiercantero committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    74ac48b View commit details
    Browse the repository at this point in the history
  30. use mobile api for reducing code

    steven7851 authored and javiercantero committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    1f96241 View commit details
    Browse the repository at this point in the history
  31. fix for non number channel

    steven7851 authored and javiercantero committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    a20169e View commit details
    Browse the repository at this point in the history
  32. add middle and low quality

    best > middle > low
    steven7851 authored and javiercantero committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    15e110a View commit details
    Browse the repository at this point in the history
  33. fix quality

    source > middle > low
    steven7851 authored and javiercantero committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    1126ede View commit details
    Browse the repository at this point in the history
  34. fix room id regex

    steven7851 authored and javiercantero committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    25bb88c View commit details
    Browse the repository at this point in the history
  35. make did by UUID module

    steven7851 authored and javiercantero committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    f5e78e0 View commit details
    Browse the repository at this point in the history
  36. fix channel on event

    steven7851 authored and javiercantero committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    a0fa292 View commit details
    Browse the repository at this point in the history
  37. more retries for redirection

    steven7851 authored and javiercantero committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    dc67e61 View commit details
    Browse the repository at this point in the history
  38. remove useless lib

    steven7851 authored and javiercantero committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    7f034e3 View commit details
    Browse the repository at this point in the history
  39. try to support event page

    steven7851 authored and javiercantero committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    c947485 View commit details
    Browse the repository at this point in the history
  40. use https protocol

    steven7851 authored and javiercantero committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    a40e529 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    fc21dd4 View commit details
    Browse the repository at this point in the history
  42. Fix goodgame find Streame

    liz1rgin authored and javiercantero committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    549520f View commit details
    Browse the repository at this point in the history
  43. Update goodgame.py

    liz1rgin authored and javiercantero committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    9c78b5b View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    75a7e50 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    698db70 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2016

  1. Configuration menu
    Copy the full SHA
    8bc1e30 View commit details
    Browse the repository at this point in the history