Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please, add support for anitube.se #1417

Closed
IgorIsaiasBanlian opened this issue Sep 12, 2013 · 3 comments
Closed

Please, add support for anitube.se #1417

IgorIsaiasBanlian opened this issue Sep 12, 2013 · 3 comments

Comments

@IgorIsaiasBanlian
Copy link

@IgorIsaiasBanlian IgorIsaiasBanlian commented Sep 12, 2013

As an example, my parser in Shell Script (one line):

LINK="http://www.anitube.se/video/36996/Ghost-in-The-Shell-20--Filme" ; KEY=$( lynx -source $LINK | sed '//embed//! d' | sed "s/.www.anitube.se\/embed\/([a-zA-Z0-9]_)\"._/\1/" ) ; MP4=$( lynx -source http://www.anitube.se/nuevo/playlist.php?key=$KEY | sed '//! d' | sed "s/.>(http.)<./\1/" ) ; clear ; echo "$MP4"

And so you get the direct link to download!

Optionally, for download:

wget -c "$MP4"

Sorry, but I'm no Python programmer to port my code in Shell Script...

@yasoob
Copy link
Contributor

@yasoob yasoob commented Sep 13, 2013

I am on it seems pretty simple. We just have to extract the key from the html and then concatenate it with http://www.anitube.se/nuevo/playlist.php?key= Opening the resulting url will give us the direct link.

@phihag
Copy link
Contributor

@phihag phihag commented Nov 20, 2013

youtube-dl supports anitube.se since version 2013.11.20. Type youtube-dl -U (or, depending how you have installed it, sudo youtube-dl -U) to update.

@IgorIsaiasBanlian
Copy link
Author

@IgorIsaiasBanlian IgorIsaiasBanlian commented Nov 20, 2013

Wow!!! Thank you very much! :-D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.