Nzbirc/v076b

From tiberious.org

Main_Page > NZBirc > v0.7.6b

Contents

NZBirc v0.7.6b

Readme

Download

Change Log

  • re-wrote tvrage class to accomodate tvrage's slight modification of site
  • tv uses tvrage class to find episodes (code cleanup)
  • tv auto scheduling, next episode finder, finds the next episode and all episodes airing within 6 days of that episode
  • command 'tv tomorrow' fixed
  • new version number due to tvrage changes

Known Bugs

  • tvrage command: get episode returns an incorrect air date, temp fix:
file: tvrage.php
line: 106
old: preg_match( '/<b>Original Airdate: <\/b><\/td><td class=\'b2\'>([a-z0-9,]+)<\/td>/i', $page, $airdate );
new: preg_match( '/<b>Original Airdate: <\/b><\/td><td class=\'b2\'>(.+)<\/td>/i', $page, $airdate );