Skip to content

Commit

Permalink
Copy changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansundin committed Mar 17, 2019
1 parent 829b815 commit 575dfb8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
8 changes: 2 additions & 6 deletions README.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion config/initializers/30-proxy.rb
Expand Up @@ -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;
Expand Down
4 changes: 3 additions & 1 deletion views/index.erb
Expand Up @@ -28,6 +28,8 @@
</header>

<div class="container">
<noscript>FYI: If you enable JavaScript then you be able to access additional options in the dropdown menus. The website should still be somewhat usable, but recent versions of Firefox will try to download the RSS feeds.</noscript>

<% if ENV["TWITTER_ACCESS_TOKEN"] %>
<form class="input-group" method="get" action="twitter">
<div class="input-group-prepend">
Expand Down Expand Up @@ -245,7 +247,7 @@
<p>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.</p>
<p>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.</p>
<p>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.</p>
<p>You can download Facebook videos, Instagram videos, SoundCloud tracks, etc. Just paste the url and use the dropdown.</p>
<p>You can download Instagram videos, SoundCloud tracks, etc. Just paste the url and use the dropdown.</p>
<p>To open <tt>vlc://</tt> links, see <a href="https://github.com/stefansundin/vlc-protocol">vlc-protocol</a>.</p>
<p><a href="https://github.com/stefansundin/rssbox">This app is free software.</a></p>

Expand Down

0 comments on commit 575dfb8

Please sign in to comment.