From 575dfb8281a44a2c182abdbe79292680bc69d29e Mon Sep 17 00:00:00 2001 From: Stefan Sundin Date: Sat, 16 Mar 2019 22:37:58 -0700 Subject: [PATCH] Copy changes. --- README.md | 8 ++------ config/initializers/30-proxy.rb | 2 +- views/index.erb | 4 +++- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e3c9854..412f98e 100644 --- a/README.md +++ b/README.md @@ -54,13 +54,9 @@ curl -X POST -d grant_type=client_credentials -u CONSUMER_KEY:CONSUMER_SECRET ht Copy the `access_token` and put it in the config. -#### Google +#### YouTube -Go to the [Google Developer Console](https://console.developers.google.com/), create a project and a server key. Copy the server key. - -Enable the following APIs in the project: -- YouTube Data API v3 -- Google+ API +Go to the [Google Developer Console](https://console.developers.google.com/), create a project and a server key. Copy the server key. Enable "YouTube Data API v3" in the project. #### Vimeo diff --git a/config/initializers/30-proxy.rb b/config/initializers/30-proxy.rb index 979fb7f..3ae5413 100644 --- a/config/initializers/30-proxy.rb +++ b/config/initializers/30-proxy.rb @@ -3,7 +3,7 @@ # Helper function for nginx proxy that uses a subdir. # Example use: # location /rssbox/ { -# proxy_pass http://unix:/home/deploy/rssbox/tmp/unicorn.sock:/; +# proxy_pass http://unix:/home/deploy/rssbox/tmp/puma.sock:/; # proxy_set_header Host $host; # proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; # proxy_set_header X-Forwarded-Proto $scheme; diff --git a/views/index.erb b/views/index.erb index b67d4f4..b591501 100644 --- a/views/index.erb +++ b/views/index.erb @@ -28,6 +28,8 @@
+ + <% if ENV["TWITTER_ACCESS_TOKEN"] %>
@@ -245,7 +247,7 @@

This website lets you subscribe to RSS feeds for websites that do not support RSS themselves, by using the respective website's API and then translating that data to RSS feeds.

If you get a page saying "Application error", simply try again. This website resolves shortlink URLs to give the reader a better experience, and embeds linked content directly into the RSS feed. You will get this error if this takes longer than the web server allows.

Some websites like YouTube support RSS feeds but they are quite hard to find, so this website will simply redirect you to the correct URL.

-

You can download Facebook videos, Instagram videos, SoundCloud tracks, etc. Just paste the url and use the dropdown.

+

You can download Instagram videos, SoundCloud tracks, etc. Just paste the url and use the dropdown.

To open vlc:// links, see vlc-protocol.

This app is free software.