Nzbirc/v076b
From tiberious.org
Contents |
[edit]
NZBirc v0.7.6b
[edit]
Readme
[edit]
Download
[edit]
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
[edit]
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 );
