Skip to content

Commit

Permalink
Merge pull request #26 from Bumbadawg/master
Browse files Browse the repository at this point in the history
Add support for Direct and new json format "videoJsonPlayer"
  • Loading branch information
Augustin Delaporte committed Nov 6, 2015
2 parents ceae1d8 + b39ea1b commit de996d4
Show file tree
Hide file tree
Showing 7 changed files with 1,020 additions and 270 deletions.
42 changes: 24 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
ARTE-7-PLAYGROUND
=================

Current version: **1.5.0**.
Current version: **2.1.0**.

CONTRIBUTORS
-----------

Bumbadawg, GuGuss, aug-riedinger, maxlath, uahim

DESCRIPTION
-----------

This script works as a browser extension to download any video on [ARTE+7 website](http://www.arte.tv/guide/fr/plus7).
This script works as a browser extension to download any video on [ARTE website](http://www.arte.tv/).

![](sample.png)

Expand All @@ -15,43 +20,44 @@ INSTALL - GOOGLE CHROME

* Download the [arte-downloader.user.js](../../raw/master/arte-downloader.user.js) file on your computer.

* Open Google Chrome browser and go to the extension page at: __chrome://extensions__
* Simply drag and drop the ``arte-downloader.user.js`` file on [__chrome://extensions__](chrome://extensions).

* Simply drag and drop the ``arte-downloader.user.js`` file on this page.


**Note**: To upgrade to a newer version, you need to redo those steps.
**Note**: Update by redoing those steps.

INSTALL - FIREFOX & OTHER
-------------------------

* Install the [Greasemonkey](https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/) addon that will manage the script
* Install the [Greasemonkey](https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/) addon.

* Go to [arte-downloader.user.js](../../raw/master/arte-downloader.user.js): Greasemonkey should open a dialog window to allow the script installation. Click *Install* and you're all set!


USAGE
-----

Go to a video on [ARTE+7 website](http://www.arte.tv/guide/fr/plus7) and you should see 4 buttons under the video:
Go to a video on [ARTE website](http://www.arte.tv/) and you should see buttons under a video:

* **Select** the language version.
* **Download** in the available qualities.

* Download **High** Quality
* Download **Standard** Quality
* Download **Low** Quality
* Download **Metadata** (Text file containing the video metadata)
In case of a livestream/direct, there are 2 options :
* Download the MP4 video
* Copy/paste the streaming link into [VLC](http://www.videolan.org/vlc/) and dump it to your drive.

FAQ
---

**Why should I use this script?**
**Why should I use this script ?**

If you often travel with poor Internet connections, now you can download videos to watch them later.

If you are like me, and often travel with poor Internet connections, this allows you to easily download ARTE+7 videos and watch them later.
**Why ARTE ?**

**Why ARTE+7?**
ARTE channel is an amazing place for culture. If you don't have a TV : ARTE website is the only way to watch it.

ARTE channel is an amazing place for culture. I don't have a TV at home and ARTE+7 is my only way to watch those programs after they've been live.

WARNING
DISCLAIMER
-------

Remember that this script is for personal use only. I'm not responsible for any usage which could be against ARTE+7 privacy policy.
This script is for personal use only. You alone have the responsability for any usage which could be against ARTE privacy policy.
Loading

0 comments on commit de996d4

Please sign in to comment.