Yes many sites have a list of of tags and categories. Would like to append folder/filename to add these.
IE Pornhub.com video file site has
HTML Code:
<div class="categoriesWrapper">
<p>Categories </p>
<a class="item" href="/video?c=3" onclick="ga('send', 'event', 'Watch Page', 'click', 'Category');">Amateur</a>
<a class="item" href="/video?c=35" onclick="ga('send', 'event', 'Watch Page', 'click', 'Category');">Anal</a>
</div>
HTML Code:
<div class="tagsWrapper">
<p>Tags </p>
<a class="item" href="/video/search?search=ass+like">ass like</a><a class="item" href="/video/search?search=butt">butt</a>
</div>
Would like to be able to use these to sort filenames / folders