📓 Table of Contents 📚 Resources
A large repository of japanese subtitles that is updated reasonably often and has a clean design.| The most popular one, you can upload your own subs.| Often have to be retimed.
📓 Table of Contents 📚 Resources
A large repository of japanese subtitles that is updated reasonably often and has a clean design.| The most popular one, you can upload your own subs.| Often have to be retimed.
| let items = Array.from(document.getElementsByClassName("item_block")) | |
| let result = [] | |
| items.forEach(i=>{ | |
| try { | |
| let name = i.querySelector('.item_title').innerText | |
| pricetag = i.querySelector('.gold') || i.querySelector('.item_cost_expensive') | |
| let price =parseInt(pricetag.innerText) | |
| worthtag = i.querySelector('.attr_value') | |
| let worth =parseInt(worthtag.innerText) | |
| result.push([name,price,worth]) |
| <div class="form-group"> | |
| <select class="form-control" id="regionSelector"> | |
| <option disabled value="">Please select one region</option> | |
| <option value="NAF">Northern Africa</option> | |
| <option value="EAF">Eastern Africa</option> | |
| <option value="MAF">Middle Africa</option> | |
| <option value="SAF">Southern Africa</option> | |
| <option value="WAF">Western Africa</option> |
| # -*- coding: utf-8 -*- | |
| """ | |
| Parsing and extraction functions | |
| """ | |
| import re | |
| import json | |
| from datetime import timedelta, datetime |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <module type="PYTHON_MODULE" version="4"> | |
| <component name="NewModuleRootManager"> | |
| <content url="file://$MODULE_DIR$" /> | |
| <orderEntry type="jdk" jdkName="Python 2.7.13 (G:\Python27\python.exe)" jdkType="Python SDK" /> | |
| <orderEntry type="sourceFolder" forTests="false" /> | |
| </component> | |
| <component name="TestRunnerService"> | |
| <option name="PROJECT_TEST_RUNNER" value="Unittests" /> | |
| </component> |