Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Flexget/Flexget
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.8.20
Choose a base ref
...
head repository: Flexget/Flexget
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.8.24
Choose a head ref
  • 12 commits
  • 4 files changed
  • 5 contributors

Commits on Jan 6, 2017

  1. Prepare v2.8.21.dev

    FlexGet-Bot committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    dceb7b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    790972d View commit details
    Browse the repository at this point in the history
  3. [added] new search plugin for private tracker torrentday (#1597)

    * new search plugin for private tracker torrentday
    
    i used torrentleech as a starting point. The main difference being that TL uses uname/pass to login, generate the cookies & access the search pages. TD's login page has captcha, so instead i put the 3 cookies it needs as required keys. this should be fine, because in my browser they all have expiry date of 2038. Beyond that, the 2 sites have a slightly different CSS so i'm look for some different classes and divs (this is my first PR ever, so plz be gentle)
    
    * [added] new search plugin for torrentday
    
    sorted out tabs and spaces
    
    * cleanup
    
    removed 1 garbage line
    
    * added suggested changes
    
    exception handling & better debug logging
    
    * additional suggested changes
    
    * another suggested change
    
    * make a better search request w/ params
    
    use params rather than putting it all in the url
    also removed check for 'config is dict' not necessary, schema mandates it
    and fixed crash in scraping seed/leech by stripping number formatting
    
    * changed double-qoute to single-qoute
    
    as requested to match the rest of the project
    zosky authored and liiight committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    f0d01df View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2017

  1. [fix] bakabt - Update URLs (#1614)

    bakabt only uses https, http links just auto forward and the url rewriter misses them, also new torrent_url needs an additional forward slash.
    xrsxj authored and liiight committed Jan 7, 2017
    Configuration menu
    Copy the full SHA
    db5ff75 View commit details
    Browse the repository at this point in the history
  2. v2.8.21

    FlexGet-Bot committed Jan 7, 2017
    Configuration menu
    Copy the full SHA
    c55a238 View commit details
    Browse the repository at this point in the history
  3. Prepare v2.8.22.dev

    FlexGet-Bot committed Jan 7, 2017
    Configuration menu
    Copy the full SHA
    8743933 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb6d3df View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2017

  1. v2.8.22

    FlexGet-Bot committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    f73cae6 View commit details
    Browse the repository at this point in the history
  2. Prepare v2.8.23.dev

    FlexGet-Bot committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    dcf1184 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2017

  1. v2.8.23

    FlexGet-Bot committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    e1eed9d View commit details
    Browse the repository at this point in the history
  2. Prepare v2.8.24.dev

    FlexGet-Bot committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    ff0026d View commit details
    Browse the repository at this point in the history
  3. v2.8.24

    FlexGet-Bot committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    1f8f442 View commit details
    Browse the repository at this point in the history
Loading