-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (30 loc) · 2.03 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html>
<head>
<title>Fixes for feeds</title>
</head>
<body>
<h1>Fixes for feeds</h1>
<p>All code is available on <a href="https://github.com/sjefen6/feedfix" target="_blank">GitHub</a></p>
<h2>Comicpress fix - <a href="/ccfix.php">ccfix.php</a></h2>
<p>Fixes <a href="http://frumph.net/2012/12/17/comicpress-and-wordpress-3-5-rss-fix-for-feedburner/" target="_blank">ComicPress 2.9.6 with WordPress 3.5 or grater</a>
issues with the feed beeing invalid as 3.rd party when websites refuces to implement the developers patch.</p>
<b>Params:</b>
<p>(Optional) hwc=1 - Changes the destination from http://www.dernwerks.com/HWC/ instead of http://www.commissionedcomic.com/</p>
<h2>YouTube My Subscriptions improvment - <a href="/ytms.php">ytms.php</a></h2>
<p>Adds a player to the My Subscriptions feed</p>
<b>Params:</b>
<p>(Required) username=<username> - Sets the username for the target feed</p>
<h2>Feed title filter - <a href="/titlefilter.php">titlefilter.php</a></h2>
<p>This filters a feed to only include items with a title containing a string from a text file with line separated strings. Good places to store the textfile would be publicly on google drive, dropbox or webserver.</p>
<b>Params:</b>
<p>(Required) feed=<url> - The target feed</p>
<p>(Required) filter=<url> - The list of words to let through</p>
<h2>YouTube channel and playlist feed generator - <a href="/ytchannel.php">ytchannel.php</a></h2>
<p>This generates an rssfeed for YouTube Channels/Playlists via the YouTube API v3.</p>
<b>Params:</b>
<p>(Optional) channel=<channelid> - The YouTube channelid. Requred when not providing a playlist id</p>
<p>(Optional) chtype=user or channel - If the channel param is a username istead of a channelid. Required to list all playlists</p>
<p>(Optional) playlist=<playlistid> - The YouTube playlistid. Required when not getting the uploads playlist</p>
</body>
</html>