mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-11 11:55:03 -05:00
0d9fbc1ad7
This version of SickBeard uses both TVDB and TVRage to search and gather it's series data from allowing you to now have access to and download shows that you couldn't before because of being locked into only what TheTVDB had to offer. Also this edition is based off the code we used in our XEM editon so it does come with scene numbering support as well as all the other features our XEM edition has to offer. Please before using this with your existing database (sickbeard.db) please make a backup copy of it and delete any other database files such as cache.db and failed.db if present, we HIGHLY recommend starting out with no database files at all to make this a fresh start but the choice is at your own risk! Enjoy!
262 lines
3.9 KiB
Plaintext
262 lines
3.9 KiB
Plaintext
#data
|
|
<b><p>Bold </b> Not bold</p>
|
|
Also not bold.
|
|
#errors
|
|
#document
|
|
| <html>
|
|
| <head>
|
|
| <body>
|
|
| <b>
|
|
| <p>
|
|
| <b>
|
|
| "Bold "
|
|
| " Not bold"
|
|
| "
|
|
Also not bold."
|
|
|
|
#data
|
|
<html>
|
|
<font color=red><i>Italic and Red<p>Italic and Red </font> Just italic.</p> Italic only.</i> Plain
|
|
<p>I should not be red. <font color=red>Red. <i>Italic and red.</p>
|
|
<p>Italic and red. </i> Red.</font> I should not be red.</p>
|
|
<b>Bold <i>Bold and italic</b> Only Italic </i> Plain
|
|
#errors
|
|
#document
|
|
| <html>
|
|
| <head>
|
|
| <body>
|
|
| <font>
|
|
| color="red"
|
|
| <i>
|
|
| "Italic and Red"
|
|
| <i>
|
|
| <p>
|
|
| <font>
|
|
| color="red"
|
|
| "Italic and Red "
|
|
| " Just italic."
|
|
| " Italic only."
|
|
| " Plain
|
|
"
|
|
| <p>
|
|
| "I should not be red. "
|
|
| <font>
|
|
| color="red"
|
|
| "Red. "
|
|
| <i>
|
|
| "Italic and red."
|
|
| <font>
|
|
| color="red"
|
|
| <i>
|
|
| "
|
|
"
|
|
| <p>
|
|
| <font>
|
|
| color="red"
|
|
| <i>
|
|
| "Italic and red. "
|
|
| " Red."
|
|
| " I should not be red."
|
|
| "
|
|
"
|
|
| <b>
|
|
| "Bold "
|
|
| <i>
|
|
| "Bold and italic"
|
|
| <i>
|
|
| " Only Italic "
|
|
| " Plain"
|
|
|
|
#data
|
|
<html><body>
|
|
<p><font size="7">First paragraph.</p>
|
|
<p>Second paragraph.</p></font>
|
|
<b><p><i>Bold and Italic</b> Italic</p>
|
|
#errors
|
|
#document
|
|
| <html>
|
|
| <head>
|
|
| <body>
|
|
| "
|
|
"
|
|
| <p>
|
|
| <font>
|
|
| size="7"
|
|
| "First paragraph."
|
|
| <font>
|
|
| size="7"
|
|
| "
|
|
"
|
|
| <p>
|
|
| "Second paragraph."
|
|
| "
|
|
"
|
|
| <b>
|
|
| <p>
|
|
| <b>
|
|
| <i>
|
|
| "Bold and Italic"
|
|
| <i>
|
|
| " Italic"
|
|
|
|
#data
|
|
<html>
|
|
<dl>
|
|
<dt><b>Boo
|
|
<dd>Goo?
|
|
</dl>
|
|
</html>
|
|
#errors
|
|
#document
|
|
| <html>
|
|
| <head>
|
|
| <body>
|
|
| <dl>
|
|
| "
|
|
"
|
|
| <dt>
|
|
| <b>
|
|
| "Boo
|
|
"
|
|
| <dd>
|
|
| <b>
|
|
| "Goo?
|
|
"
|
|
| <b>
|
|
| "
|
|
"
|
|
|
|
#data
|
|
<html><body>
|
|
<label><a><div>Hello<div>World</div></a></label>
|
|
</body></html>
|
|
#errors
|
|
#document
|
|
| <html>
|
|
| <head>
|
|
| <body>
|
|
| "
|
|
"
|
|
| <label>
|
|
| <a>
|
|
| <div>
|
|
| <a>
|
|
| "Hello"
|
|
| <div>
|
|
| "World"
|
|
| "
|
|
"
|
|
|
|
#data
|
|
<table><center> <font>a</center> <img> <tr><td> </td> </tr> </table>
|
|
#errors
|
|
#document
|
|
| <html>
|
|
| <head>
|
|
| <body>
|
|
| <center>
|
|
| " "
|
|
| <font>
|
|
| "a"
|
|
| <font>
|
|
| <img>
|
|
| " "
|
|
| <table>
|
|
| " "
|
|
| <tbody>
|
|
| <tr>
|
|
| <td>
|
|
| " "
|
|
| " "
|
|
| " "
|
|
|
|
#data
|
|
<table><tr><p><a><p>You should see this text.
|
|
#errors
|
|
#document
|
|
| <html>
|
|
| <head>
|
|
| <body>
|
|
| <p>
|
|
| <a>
|
|
| <p>
|
|
| <a>
|
|
| "You should see this text."
|
|
| <table>
|
|
| <tbody>
|
|
| <tr>
|
|
|
|
#data
|
|
<TABLE>
|
|
<TR>
|
|
<CENTER><CENTER><TD></TD></TR><TR>
|
|
<FONT>
|
|
<TABLE><tr></tr></TABLE>
|
|
</P>
|
|
<a></font><font></a>
|
|
This page contains an insanely badly-nested tag sequence.
|
|
#errors
|
|
#document
|
|
| <html>
|
|
| <head>
|
|
| <body>
|
|
| <center>
|
|
| <center>
|
|
| <font>
|
|
| "
|
|
"
|
|
| <table>
|
|
| "
|
|
"
|
|
| <tbody>
|
|
| <tr>
|
|
| "
|
|
"
|
|
| <td>
|
|
| <tr>
|
|
| "
|
|
"
|
|
| <table>
|
|
| <tbody>
|
|
| <tr>
|
|
| <font>
|
|
| "
|
|
"
|
|
| <p>
|
|
| "
|
|
"
|
|
| <a>
|
|
| <a>
|
|
| <font>
|
|
| <font>
|
|
| "
|
|
This page contains an insanely badly-nested tag sequence."
|
|
|
|
#data
|
|
<html>
|
|
<body>
|
|
<b><nobr><div>This text is in a div inside a nobr</nobr>More text that should not be in the nobr, i.e., the
|
|
nobr should have closed the div inside it implicitly. </b><pre>A pre tag outside everything else.</pre>
|
|
</body>
|
|
</html>
|
|
#errors
|
|
#document
|
|
| <html>
|
|
| <head>
|
|
| <body>
|
|
| "
|
|
"
|
|
| <b>
|
|
| <nobr>
|
|
| <div>
|
|
| <b>
|
|
| <nobr>
|
|
| "This text is in a div inside a nobr"
|
|
| "More text that should not be in the nobr, i.e., the
|
|
nobr should have closed the div inside it implicitly. "
|
|
| <pre>
|
|
| "A pre tag outside everything else."
|
|
| "
|
|
|
|
"
|