Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 24de9d2

Browse files
vinnyA3back-to
authored andcommitted
docs: Added documentation for the Funimation plugin (streamlink#2091)
Added information regarding the required session cookie for the Funimation plugin.
1 parent ac007c5 commit 24de9d2

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

docs/cli.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,27 @@ For this, the plugin provides the :option:`--crunchyroll-purge-credentials`
239239
option, which removes your saved session and credentials and tries to log
240240
in again using your username and password.
241241

242+
.. _cli-funimationnow:
243+
244+
Authenticating with FunimationNow
245+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
246+
Like Crunchyroll, the FunimationNow plugin requires authenticating with a premium account to access some
247+
content: :option:`--funimation-email`, :option:`--funimation-password`. In addition, this plugin requires a ``incap_ses`` cookie to be
248+
sent with each HTTP request (see issue #2088); this unique session cookie can be found in your browser and sent via the :option:`--http-cookie` option.
249+
250+
For example:
251+
252+
.. sourcecode:: console
253+
254+
$ streamlink --funimation-email='xxx' --funimation-password='xxx' --http-cookie 'incap_ses_xxx=xxxx=' https://funimation.com/shows/show/an-episode-link
255+
256+
.. note::
257+
258+
There are multiple ways to retrieve the required cookie. For more
259+
information on browser cookies, please consult the following:
260+
261+
- `What are cookies? <http://www.whatarecookies.com/view.asp>`_
262+
242263
Sideloading plugins
243264
-------------------
244265

docs/plugin_matrix.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ europaplus europaplus.ru Yes --
8181
facebook facebook.com Yes No Only 360p HLS streams.
8282
filmon filmon.com Yes Yes Only SD quality streams.
8383
foxtr fox.com.tr Yes No
84-
funimationnow - funimation.com -- Yes
84+
funimationnow - funimation.com -- Yes :ref:`Requires session cookies <cli-funimationnow>`
8585
- funimationnow.uk
8686
gardenersworld gardenersworld.com -- Yes
8787
garena garena.live Yes --

0 commit comments

Comments
 (0)