GithubHelp home page GithubHelp logo

einthusan-dl's People

Contributors

amankapur avatar srid99 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

einthusan-dl's Issues

Unhandled exception: No connection adapters were found

C:\Users\siddharth\Desktop\einthusan-dl-master>einthusan-dl --path=C:\downloads
movies "<http://einthusan.com/movies/watch.php?tamilmoviesonline=Mankatha&lang=t
amil&id=579>"
2016-10-13 08:57:00,610 Downloading movie from page : <http://einthusan.com/movi
es/watch.php?tamilmoviesonline=Mankatha&lang=tamil&id=579>
2016-10-13 08:57:00,612 Unhandled exception: No connection adapters were found f
or '<http://einthusan.com/movies/watch.php?tamilmoviesonline=Mankatha&lang=tamil
&id=579>'

C:\Users\siddharth\Desktop\einthusan-dl-master>

Getting Unhandled exception while downloading movie

I have tried to download a movie but it throws exception of 'NoneType' Object is not subscriptable.
Is it the python script issue or am i missing something in syntax?

C:\Users\Nikhil\Downloads\Compressed\einthusan-dl-master>einthusan-dl --path=C:\Users\Nikhil\Downloads\ "https://einthusan.tv/movie/watch/9029"  --wget
2020-03-17 16:43:11,708 Downloading movie from page : https://einthusan.tv/movie/watch/9029
2020-03-17 16:43:13,238 Downloaded https://einthusan.tv/movie/watch/9029 (4087 bytes)
2020-03-17 16:43:13,367 Unhandled exception: 'NoneType' object is not subscriptable

Unhandled exception: 'NoneType' object is not subscriptable

While downloading a new movie , I am getting this error below. Anyone to look into it?

:\Users\rahul\Downloads\einthusan-dl-master\einthusan-dl-master>einthusan-dl "https://einthusan.tv/movie/watch/1DeS/?lang=hindi"
017-05-26 15:30:31,255 Downloading movie from page : https://einthusan.tv/movie/watch/1DeS/?lang=hindi
017-05-26 15:30:32,347 Downloaded https://einthusan.tv/movie/watch/1DeS/?lang=hindi (53922 bytes)
017-05-26 15:30:32,550 Unhandled exception: 'NoneType' object is not subscriptable

Error with urlparse

Im using pyhton 3.5.2 and get the following error....
C:\Users\einthusan-dl-master>einthusan-dl.bat "http://www.einthusan.com/movies/watch.php?malayalammoviesonline=Action+Hero+Biju&lang=malayalam&id=2939#"
Traceback (most recent call last):
File "C:\Users\einthusan-dl-master\einthusan-dl", line 4, in
from einthusan import einthusan_dl
File "C:\Users\einthusan-dl-master\einthusan\einthusan_dl.py", line 18, in
from urlparse import urljoin
ImportError: No module named 'urlparse'

"403 Forbidden" error

A sample run, produced the following error:

$ ./einthusan-dl "http://einthusan.com/movies/watch.php?telugumoviesonline=Singamalai&lang=telugu&id=4021" --wget
2016-10-20 15:17:11,224 Downloading movie from page : http://einthusan.com/movies/watch.php?telugumoviesonline=Singamalai&lang=telugu&id=4021
2016-10-20 15:17:11,227 Starting new HTTP connection (1): einthusan.com
2016-10-20 15:17:11,262 Downloaded http://einthusan.com/movies/watch.php?telugumoviesonline=Singamalai&lang=telugu&id=4021 (28647 bytes)
2016-10-20 15:17:11,278 Starting new HTTP connection (1): cdn.einthusan.com
2016-10-20 15:17:11,299 Movie url: http://75.126.39.83/einthusancom/cold/D4021.mp4.m3u8?e=1477012551&md5=dBylyDdeMmtyXsLRLaGV-w
2016-10-20 15:17:11,300 Starting new HTTP connection (1): 75.126.39.83
2016-10-20 15:17:11,460 Downloading: Singamalai
--2016-10-20 15:17:11-- http://75.126.39.83/einthusancom/cold/D4021.mp4.ts?start=0.000&end=9663.680&e=1477012551&md5=dBylyDdeMmtyXsLRLaGV-w
Connecting to 75.126.39.83:80... connected.
HTTP request sent, awaiting response... 403 Forbidden
2016-10-20 15:17:11 ERROR 403: Forbidden.
2016-10-20 15:17:11,542 Successfully downloaded the movie Singamalai. Took 81675 microseconds
$

help with wget?

I need a guidance on how to use WGET in this Script. How can I download using external downloader.

I am having issues with downloading because it downloads to a certain point then gets stuck and the download crashes and i have to restart from 0%. Thus I have to monitor the downloads so that I don't have the command stuck for hours to end, thinking that it is probably still downloading.

pip3 giving this error

./einthusan-dl
Traceback (most recent call last):
File "./einthusan-dl", line 4, in
from einthusan import einthusan_dl
File "/Users/localhost/einthusan-dl/einthusan/einthusan_dl.py", line 20, in
import requests
ImportError: No module named requests

Unhandled exception: 'NoneType' object has no attribute '__getitem__'

Getting an error on a simple download without any special flags. Here is an example with Sillunu Oru Kaadhal:

$ ./einthusan-dl http://einthusan.com/movies/watch.php?tamilmoviesonline=Sillunu+Oru+Kaadhal&lang=tamil&id=155
2016-06-14 21:52:18,474 Downloading movie from page : http://einthusan.com/movies/watch.php?tamilmoviesonline=Sillunu+Oru+Kaadhal
2016-06-14 21:52:18,488 Starting new HTTP connection (1): einthusan.com
2016-06-14 21:52:18,609 Downloaded http://einthusan.com/movies/watch.php?tamilmoviesonline=Sillunu+Oru+Kaadhal (973 bytes)
2016-06-14 21:52:18,611 Unhandled exception: 'NoneType' object has no attribute '__getitem__'

[1]-  Done                    ./einthusan-dl http://einthusan.com/movies/watch.php?tamilmoviesonline=Sillunu+Oru+Kaadhal
[2]+  Done                    lang=tamil

Thoughts?

Blu-ray Support

Current version doesn't work when trying to download a blu-ray version such as from http://www.einthusan.com/movies/watch.php?telugumoviesonline=Naayak&lang=telugu&id=1860&bluray=true. As I'm still going through the code and trying to figure out exactly how the process of selecting the correct stream works, I wasn't able to identify any specific reasons for this failure. I'll continue looking into this, but just wanted to bring it up as I believe it would be valuable functionality.

Edit: grammar

Command not found

@srid99 I followed everystep you explained in the installation procedure, but when I try to download a movie. It prompts me einthusan-dl command not found. Help me to solve this and please make a README with detailed instructions.
Thanks in advance

New format - Please update the script

Hi,

Thanks for creating the script.
There are updates to the url now, so can you please update the script to make it work according to the new format?
Thanks a ton! :)

Help

Hi. Is this still working?

Not working

./einthusan-dl http://www.einthusan.com/movies/watch.php?hindimoviesonline=Sultan&lang=hindi&id=9032
[1] 47288
[2] 47289
svennela:einthusan-dl SridharVennela$ 2016-08-26 21:58:31,633 Downloading movie from page : http://www.einthusan.com/movies/watch.php?hindimoviesonline=Sultan
2016-08-26 21:58:31,671 Starting new HTTP connection (1): www.einthusan.com
2016-08-26 21:58:32,350 Downloaded http://www.einthusan.com/movies/watch.php?hindimoviesonline=Sultan (973 bytes)
2016-08-26 21:58:32,351 Unhandled exception: 'NoneType' object has no attribute 'getitem'

Not working

Hi,

I tried to run the script today and it does not work, I get the following error

2016-08-14 10:22:11,803 Starting new HTTP connection (2): 169.50.64.86
2016-08-14 10:22:12,594 Probably the file is missing from the AWS repository... waiting.
Error downloading, will retry in 4 seconds ...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.