Files
Jackett-Jackett/src/Jackett.Common/Resources/validator_reply.xml
Nathan Holland 52c0179e8e Feature/autofac tidyup (#2096)
* Move service config service back into shared .NET Framework Library

* Move Content files into shared folder. Make autoface load different assembilies depending on what framework is using it.

* Change my mind on what the shared module should be called. Common Module is too bland.

* DotNet4.SocksProxy is not yet publically .NET Standard. Revert to previous SocksWebProxy package.

* Check in unstaged change to test dependency injection setup.
2017-11-08 15:45:21 +01:00

10 lines
393 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<rss version="1.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:torznab="http://torznab.com/schemas/2015/feed">
<channel>
<item>
<link>https://example.com</link>
<pubDate>Sat, 14 Mar 2015 17:10:42 -0400</pubDate>
<enclosure url="https://example.com" length="1" type="application/x-bittorrent" />
</item>
</channel>
</rss>