| 1 |
@page "/Letterflixd" |
| 2 |
<PageTitle>Netflix to Letterboxd converter</PageTitle> |
| 3 |
<PageScript Src="./Components/Pages/Letterflixd.razor.js"/> |
| 4 |
<main> |
| 5 |
<p>Convert Netflix viewing history to a Letterboxd import file.</p> |
| 6 |
<p>Download your viewing history from Netflix at <a href="https://www.netflix.com/settings/viewed/" |
| 7 |
target="_blank">https://www.netflix.com/settings/viewed/</a></p> |
| 8 |
<p>Import the resulting Letterboxd file at <a href="https://letterboxd.com/import/" |
| 9 |
target="_blank">https://letterboxd.com/import/</a></p> |
| 10 |
<form id="form"> |
| 11 |
<fieldset class="docs"> |
| 12 |
<div class="row"> |
| 13 |
<label for="netflix-file"> |
| 14 |
Netflix viewing history file: |
| 15 |
<input id="netflix-file" type="file"> |
| 16 |
</label> |
| 17 |
</div> |
| 18 |
<div class="row"> |
| 19 |
<input type="submit" value="Convert"> |
| 20 |
</div> |
| 21 |
</fieldset> |
| 22 |
</form> |
| 23 |
<Log/> |
| 24 |
</main> |