mirror of
https://github.com/Ragora/TSScraper.git
synced 2026-01-20 04:34:56 +00:00
25 lines
576 B
HTML
25 lines
576 B
HTML
<HTML>
|
|
<HEAD>
|
|
<TITLE>TS Scraper | Index</TITLE>
|
|
</HEAD>
|
|
|
|
<BODY>
|
|
<CENTER>
|
|
<FONT SIZE="12">
|
|
TS Scraper
|
|
</FONT>
|
|
<HR></br>
|
|
|
|
<FONT SIZE="6"><U>File Index</U></FONT></br></br>
|
|
|
|
{% for file in files %}
|
|
<a href="{{ file.path }}">{{ file.path }}</a></br>
|
|
{% endfor %}
|
|
|
|
</br>
|
|
This file was auto-generated by TS Scraper.</br>
|
|
TS Scraper is written in Python 2 by Robert MacGregor.
|
|
</CENTER>
|
|
</BODY>
|
|
</HTML>
|