coursera-dl / edx-dl

A simple tool to download video lectures from edx.org (and other openedx sites)
GNU Lesser General Public License v3.0
1.93k stars 638 forks source link

Installation on pip is broken #357

Closed dentarthur closed 8 years ago

dentarthur commented 8 years ago

🚨Please review the Troubleshooting section before reporting any issue. Don't forget also to check the current issues to avoid duplicates.

Cannot see link for "Troubleshooting", Reviewed current for duplicates saw none.

Previously working now reliably fails for more than a week

Describe your issue here. Repeated connection timeout

Your environment

README.MD said

pip install -r requirements.txt

Requirement already satisfied (use --upgrade to upgrade): beautifulsoup4>=4.1.3 in /usr/lib/python2.7/site-packages (from -r requirements.txt (line 1)) Requirement already satisfied (use --upgrade to upgrade): html5lib>=1.0b2 in /usr/lib/python2.7/site-packages (from -r requirements.txt (line 2)) Requirement already satisfied (use --upgrade to upgrade): six>=1.5.0 in /usr/lib/python2.7/site-packages (from -r requirements.txt (line 3)) Requirement already satisfied (use --upgrade to upgrade): youtube-dl>=2015.05.20 in /usr/lib/python2.7/site-packages (from -r requirements.txt (line 4)) Cleaning up...

So updated with:

python3 -m pip install --upgrade pip

python3 -m pip install --upgrade edx-dl

Collecting edx-dl Could not find a version that satisfies the requirement edx-dl (from versions: ) No matching distribution found for edx-dl

Ditto no pypi for python 2.7 so need to update pypi or revise README.

Tried: $ python setup.py Traceback (most recent call last): File "setup.py", line 32, in long_description=open('README.rst', 'r').read(), IOError: [Errno 2] No such file or directory: 'README.rst'

Gave up and just extracted edx-dl without setup.

Steps to reproduce

Tell us how to reproduce this issue. Please provide us the course URL, and the specific subsection or unit if possible.

python edx-dl.py -i --sequential -u [xxx] -p [xxx] --cache -o '//home/admin/Documents/CURRENT/edx' -s https://courses.edx.org/courses/MITx/18.01.3x/1T2016/info

Expected behaviour

Tell us what should happen. Later units should download after painfully slowly checking files already downloaded previously for units 0, 1 and 2 of Calculus 1C course at edx.

Repeatedly would not download with same error for more than a week. Does not get to point of painfully checking previous downloads.

Same after updating to latest commit as above.

Actual behaviour

Tell us what happens instead. If the script fails, please copy the entire output of the command or the stacktrace (don't forget to obfuscate your username and password). If you cannot copy the exception, attach a screenshot.

Building initial headers for future requests. Getting initial CSRF token. Found CSRF token. Logging into Open edX site: https://courses.edx.org/login_ajax Extracting course information from dashboard. Downloading Calculus 1C: Coordinate systems and infinite series [MITx/18.01.3x/1T2016] Downloading 4 section(s) Section 1: Getting started Overview and logistics Tutorial on using the edX platform Getting to know you Entrance survey Section 2: Unit 1: Coordinate systems Parametric Curves Polar Coordinates Homework 1 Part A Homework 1 Part B Section 3: Unit 2: Infinite Series L'Hospital's Rule Improper integrals Infinite series None Homework 2 Part A Homework 2 Part B Section 4: Exam Preparation and Survey Final exam preparation Exit Survey loading 266 urls from cache [edx-dl.cache] Extracting all units information in sequentially. Processing 'https://courses.edx.org/courses/MITx/18.01.3x/1T2016/courseware/unit10/ps10A-sequential/' Processing 'https://courses.edx.org/courses/MITx/18.01.3x/1T2016/courseware/unit10/ps10B-sequential/' Processing 'https://courses.edx.org/courses/MITx/18.01.3x/1T2016/courseware/prep_survey/prep-sequential/' Processing 'https://courses.edx.org/courses/MITx/18.01.3x/1T2016/courseware/prep_survey/exit-sequential/' Traceback (most recent call last): File "edx-dl.py", line 6, in edx_dl.main() File "/home/admin/Documents/study-other/downloader/edx-dl.bak/edx_dl/edx_dl.py", line 968, in main all_units = extract_all_units_with_cache(all_urls, headers, extractor=extractor) File "/home/admin/Documents/study-other/downloader/edx-dl.bak/edx_dl/edx_dl.py", line 863, in extract_all_units_with_cache new_units = extractor(new_urls, headers) File "/home/admin/Documents/study-other/downloader/edx-dl.bak/edx_dl/edx_dl.py", line 418, in extract_all_units_in_sequence units = [extract_units(url, headers) for url in urls] File "/home/admin/Documents/study-other/downloader/edx-dl.bak/edx_dl/edx_dl.py", line 403, in extract_units page = get_page_contents(url, headers) File "/home/admin/Documents/study-other/downloader/edx-dl.bak/edx_dl/utils.py", line 58, in get_page_contents result = urlopen(Request(url, None, headers)) File "/usr/lib64/python2.7/urllib2.py", line 127, in urlopen return _opener.open(url, data, timeout) File "/usr/lib64/python2.7/urllib2.py", line 404, in open response = self._open(req, data) File "/usr/lib64/python2.7/urllib2.py", line 422, in _open '_open', req) File "/usr/lib64/python2.7/urllib2.py", line 382, in _call_chain result = func(*args) File "/usr/lib64/python2.7/urllib2.py", line 1224, in https_open return self.do_open(httplib.HTTPSConnection, req) File "/usr/lib64/python2.7/urllib2.py", line 1186, in do_open raise URLError(err) urllib2.URLError: <urlopen error [Errno 110] Connection timed out>

dentarthur commented 8 years ago

(sigh) above log bizarrely used previous version in ../edx-dl.bak/edx_dl/

Now followed ##FIXME in README.MD (which should actually be fixed). Installed pandoc, created README.rst and was actually able to build and install with setup.py to create /usr/bin/edx-dl

(should just be via pypi).

Steps to reproduce

Tell us how to reproduce this issue. Please provide us the course URL, and the specific subsection or unit if possible.

edx-dl -i --sequential -u [xxx] -p [xxx] --cache -o '//home/admin/Documents/CURRENT/edx' -s https://courses.edx.org/courses/MITx/18.01.3x/1T2016/info

Actual Behaviour

Building initial headers for future requests. Getting initial CSRF token. Found CSRF token. Logging into Open edX site: https://courses.edx.org/login_ajax Extracting course information from dashboard. Downloading Calculus 1C: Coordinate systems and infinite series [MITx/18.01.3x/1T2016] Downloading 4 section(s) Section 1: Getting started Overview and logistics Tutorial on using the edX platform Getting to know you Entrance survey Section 2: Unit 1: Coordinate systems Parametric Curves Polar Coordinates Homework 1 Part A Homework 1 Part B Section 3: Unit 2: Infinite Series L'Hospital's Rule Improper integrals Infinite series Taylor series Homework 2 Part A Homework 2 Part B Section 4: Exam Preparation and Survey None Exit Survey loading 0 urls from cache [edx-dl.cache] Extracting all units information in sequentially. Processing 'https://courses.edx.org/courses/MITx/18.01.3x/1T2016/courseware/getstarted/logistics-sequential/' Processing 'https://courses.edx.org/courses/MITx/18.01.3x/1T2016/courseware/getstarted/edxtutorial-sequential/' Processing 'https://courses.edx.org/courses/MITx/18.01.3x/1T2016/courseware/getstarted/diag-sequential/' Processing 'https://courses.edx.org/courses/MITx/18.01.3x/1T2016/courseware/getstarted/survey-sequential/' Traceback (most recent call last): File "/usr/bin/edx-dl", line 9, in load_entry_point('edx-dl==0.0', 'console_scripts', 'edx-dl')() File "build/bdist.linux-x86_64/egg/edx_dl/edx_dl.py", line 1013, in main File "build/bdist.linux-x86_64/egg/edx_dl/edx_dl.py", line 905, in extract_all_units_with_cache File "build/bdist.linux-x86_64/egg/edx_dl/edx_dl.py", line 439, in extract_all_units_in_sequence File "build/bdist.linux-x86_64/egg/edx_dl/edx_dl.py", line 424, in extract_units File "build/bdist.linux-x86_64/egg/edx_dl/utils.py", line 58, in get_page_contents File "/usr/lib64/python2.7/urllib2.py", line 127, in urlopen return _opener.open(url, data, timeout) File "/usr/lib64/python2.7/urllib2.py", line 404, in open response = self._open(req, data) File "/usr/lib64/python2.7/urllib2.py", line 422, in _open '_open', req) File "/usr/lib64/python2.7/urllib2.py", line 382, in _call_chain result = func(*args) File "/usr/lib64/python2.7/urllib2.py", line 1224, in https_open return self.do_open(httplib.HTTPSConnection, req) File "/usr/lib64/python2.7/urllib2.py", line 1186, in do_open raise URLError(err) urllib2.URLError: <urlopen error [Errno 110] Connection timed out>

Looks like same problem to me.

But previously it did (in first trace above):

"loading 266 urls from cache [edx-dl.cache]"

Now with update (second trace):

"loading 0 urls from cache [edx-dl.cache]"

Changed from //home... to "--cache -o '/home/..."

Still only loaded 0 urls from cache.

But now it looks like it is painfully working through previously downloaded files as before failure.

Will take a while. I'm posting this now to assume problem gone with update so this issue is only about the need to fix pypi or README unless I provide another trace after sleep.

dentarthur commented 8 years ago

Still times out. So issue still alive.

Now after actually trying to work its way through many previously downloaded.

I believe this was the previous failure mode too ie. not immediate as in above two traces.

Here's the long trace with eventual disconnection:

The 100% downloaded did not repeat the original downloads. But the checks via youtube are so slow it would not be surprising if edx has some sort of timeout which is now triggering:

Building initial headers for future requests. Getting initial CSRF token. Found CSRF token. Logging into Open edX site: https://courses.edx.org/login_ajax Extracting course information from dashboard. Downloading Calculus 1C: Coordinate systems and infinite series [MITx/18.01.3x/1T2016] Downloading 4 section(s) Section 1: Getting started Overview and logistics Tutorial on using the edX platform None Entrance survey Section 2: Unit 1: Coordinate systems Parametric Curves Polar Coordinates Homework 1 Part A Homework 1 Part B Section 3: Unit 2: Infinite Series L'Hospital's Rule Improper integrals Infinite series Taylor series Homework 2 Part A Homework 2 Part B Section 4: Exam Preparation and Survey Final exam preparation Exit Survey loading 0 urls from cache [edx-dl.cache] Extracting all units information in sequentially. Processing 'https://courses.edx.org/courses/MITx/18.01.3x/1T2016/courseware/getstarted/logistics-sequential/' Processing 'https://courses.edx.org/courses/MITx/18.01.3x/1T2016/courseware/getstarted/edxtutorial-sequential/' Processing 'https://courses.edx.org/courses/MITx/18.01.3x/1T2016/courseware/getstarted/diag-sequential/' Processing 'https://courses.edx.org/courses/MITx/18.01.3x/1T2016/courseware/getstarted/survey-sequential/' Processing 'https://courses.edx.org/courses/MITx/18.01.3x/1T2016/courseware/unit9/parametric-sequential/' Processing 'https://courses.edx.org/courses/MITx/18.01.3x/1T2016/courseware/unit9/polar-sequential/' Processing 'https://courses.edx.org/courses/MITx/18.01.3x/1T2016/courseware/unit9/ps9A-sequential/' Processing 'https://courses.edx.org/courses/MITx/18.01.3x/1T2016/courseware/unit9/ps9B-sequential/' Processing 'https://courses.edx.org/courses/MITx/18.01.3x/1T2016/courseware/unit10/lhop-sequential/' Processing 'https://courses.edx.org/courses/MITx/18.01.3x/1T2016/courseware/unit10/improper-sequential/' Processing 'https://courses.edx.org/courses/MITx/18.01.3x/1T2016/courseware/unit10/series-sequential/' Processing 'https://courses.edx.org/courses/MITx/18.01.3x/1T2016/courseware/unit10/taylor-sequential/' Processing 'https://courses.edx.org/courses/MITx/18.01.3x/1T2016/courseware/unit10/ps10A-sequential/' Processing 'https://courses.edx.org/courses/MITx/18.01.3x/1T2016/courseware/unit10/ps10B-sequential/' Processing 'https://courses.edx.org/courses/MITx/18.01.3x/1T2016/courseware/prep_survey/prep-sequential/' Processing 'https://courses.edx.org/courses/MITx/18.01.3x/1T2016/courseware/prep_survey/exit-sequential/' writing 16 urls to cache [edx-dl.cache] Removed 0 duplicated urls from 317 in total Output directory: /home/admin/Documents/CURRENT/edx [download] https://youtube.com/watch?v=OEoXaMPEzfM => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/01-Getting_started/01-%(title)s-%(id)s.%(ext)s Downloading video with URL https://youtube.com/watch?v=OEoXaMPEzfM from YouTube. [youtube] OEoXaMPEzfM: Downloading webpage [youtube] OEoXaMPEzfM: Downloading video info webpage [youtube] OEoXaMPEzfM: Extracting video information [youtube] OEoXaMPEzfM: Downloading DASH manifest WARNING: Unable to download subtitle for "en": HTTP Error 404: Not Found [download] /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/01-Getting_started/01-edX-FA12-cware-1100-OEoXaMPEzfM.mp4 has already been downloaded [download] 100% of 19.59MiB [download] https://courses.edx.org/courses/MITx/18.01.3x/1T2016/xblock/i4x:;;_MITx;_18.01.3x;_video;_edxtutorial-tab2-video1/handler/transcript/translation/en => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/01-Getting_started/01-edX-FA12-cware-1_100-OEoXaMPEzfM.en.srt edX subtitles (error: HTTP Error 404: NOT FOUND) [download] https://youtube.com/watch?v=7m8pab1MfYY => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/01-Getting_started/02-%(title)s-%(id)s.%(ext)s Downloading video with URL https://youtube.com/watch?v=7m8pab1MfYY from YouTube. [youtube] 7m8pab1MfYY: Downloading webpage [youtube] 7m8pab1MfYY: Downloading video info webpage [youtube] 7m8pab1MfYY: Extracting video information [youtube] 7m8pab1MfYY: Downloading DASH manifest WARNING: Unable to download subtitle for "en": HTTP Error 404: Not Found [download] /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/01-Getting_started/02-edX-FA12-cware-2100-7m8pab1MfYY.mp4 has already been downloaded [download] 100% of 12.97MiB [download] https://courses.edx.org/courses/MITx/18.01.3x/1T2016/xblock/i4x:;;_MITx;_18.01.3x;_video;_edxtutorial-tab3-video1/handler/transcript/translation/en => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/01-Getting_started/02-edX-FA12-cware-2_100-7m8pab1MfYY.en.srt edX subtitles (error: HTTP Error 404: NOT FOUND) [download] https://youtube.com/watch?v=pflzzK47wEo => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/01-Getting_started/03-%(title)s-%(id)s.%(ext)s Downloading video with URL https://youtube.com/watch?v=pflzzK47wEo from YouTube. [youtube] pflzzK47wEo: Downloading webpage [youtube] pflzzK47wEo: Downloading video info webpage [youtube] pflzzK47wEo: Extracting video information [youtube] pflzzK47wEo: Downloading DASH manifest WARNING: Unable to download subtitle for "en": HTTP Error 404: Not Found [download] /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/01-Getting_started/03-edX-FA12-cware-3100-pflzzK47wEo.mp4 has already been downloaded [download] 100% of 12.45MiB [download] https://courses.edx.org/courses/MITx/18.01.3x/1T2016/xblock/i4x:;;_MITx;_18.01.3x;_video;_edxtutorial-tab6-video1/handler/transcript/translation/en => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/01-Getting_started/03-edX-FA12-cware-3_100-pflzzK47wEo.en.srt edX subtitles (error: <urlopen error [Errno 110] Connection timed out>) [download] https://youtube.com/watch?v=Q-rY8DIwYgg => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/01-Getting_started/04-%(title)s-%(id)s.%(ext)s Downloading video with URL https://youtube.com/watch?v=Q-rY8DIwYgg from YouTube. [youtube] Q-rY8DIwYgg: Downloading webpage [youtube] Q-rY8DIwYgg: Downloading video info webpage [youtube] Q-rY8DIwYgg: Extracting video information [youtube] Q-rY8DIwYgg: Downloading DASH manifest WARNING: Unable to download subtitle for "en": HTTP Error 404: Not Found [download] /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/01-Getting_started/04-edX-FA12-cware-4100-Q-rY8DIwYgg.mp4 has already been downloaded [download] 100% of 13.29MiB [download] https://courses.edx.org/courses/MITx/18.01.3x/1T2016/xblock/i4x:;;_MITx;_18.01.3x;_video;_edxtutorial-tab7-video1/handler/transcript/translation/en => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/01-Getting_started/04-edX-FA12-cware-4_100-Q-rY8DIwYgg.en.srt edX subtitles (error: HTTP Error 404: NOT FOUND) [download] https://youtube.com/watch?v=RQdyRhHDlRo => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/01-Getting_started/05-%(title)s-%(id)s.%(ext)s Downloading video with URL https://youtube.com/watch?v=RQdyRhHDlRo from YouTube. [youtube] RQdyRhHDlRo: Downloading webpage [youtube] RQdyRhHDlRo: Downloading video info webpage [youtube] RQdyRhHDlRo: Extracting video information [youtube] RQdyRhHDlRo: Downloading DASH manifest WARNING: Unable to download subtitle for "en": HTTP Error 404: Not Found [download] /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/01-Getting_started/05-edX-FA12-cware-6100-RQdyRhHDlRo.mp4 has already been downloaded [download] 100% of 3.53MiB [download] https://courses.edx.org/courses/MITx/18.01.3x/1T2016/xblock/i4x:;;_MITx;_18.01.3x;_video;_edxtutorial-tab8-video1/handler/transcript/translation/en => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/01-Getting_started/05-edX-FA12-cware-6_100-RQdyRhHDlRo.en.srt edX subtitles (error: HTTP Error 404: NOT FOUND) [download] https://youtube.com/watch?v=sdpZBtRZato => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinate_systems/01-%(title)s-%(id)s.%(ext)s Downloading video with URL https://youtube.com/watch?v=sdpZBtRZato from YouTube. [youtube] sdpZBtRZato: Downloading webpage [youtube] sdpZBtRZato: Downloading video info webpage [youtube] sdpZBtRZato: Extracting video information WARNING: video doesn't have subtitles [youtube] sdpZBtRZato: Downloading DASH manifest [download] /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinatesystems/01-MIT1801XT314-V034700-sdpZBtRZato.mp4 has already been downloaded [download] 100% of 18.10MiB [skipping] https://courses.edx.org/courses/MITx/18.01.3x/1T2016/xblock/i4x:;;_MITx;_18.01.3x;_video;_parametric-tab1-video1/handler/transcript/translation/en => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinate_systems/01-MIT1801XT314-V034700-sdpZBtRZato.en.srt [download] https://youtube.com/watch?v=It4OLjzohEE => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinate_systems/02-%(title)s-%(id)s.%(ext)s Downloading video with URL https://youtube.com/watch?v=It4OLjzohEE from YouTube. [youtube] It4OLjzohEE: Downloading webpage [youtube] It4OLjzohEE: Downloading video info webpage [youtube] It4OLjzohEE: Extracting video information WARNING: video doesn't have subtitles [youtube] It4OLjzohEE: Downloading DASH manifest [download] /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinatesystems/02-MIT1801XT314-V035900-It4OLjzohEE.mp4 has already been downloaded [download] 100% of 48.90MiB [skipping] https://courses.edx.org/courses/MITx/18.01.3x/1T2016/xblock/i4x:;;_MITx;_18.01.3x;_video;_parametric-tab3-video1/handler/transcript/translation/en => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinate_systems/02-MIT1801XT314-V035900-It4OLjzohEE.en.srt [download] https://youtube.com/watch?v=ToR6n6pkHfM => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinate_systems/03-%(title)s-%(id)s.%(ext)s Downloading video with URL https://youtube.com/watch?v=ToR6n6pkHfM from YouTube. [youtube] ToR6n6pkHfM: Downloading webpage [youtube] ToR6n6pkHfM: Downloading video info webpage [youtube] ToR6n6pkHfM: Extracting video information WARNING: video doesn't have subtitles [youtube] ToR6n6pkHfM: Downloading DASH manifest [download] /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinatesystems/03-MIT1801XT314-V036600-ToR6n6pkHfM.mp4 has already been downloaded [download] 100% of 12.85MiB [skipping] https://courses.edx.org/courses/MITx/18.01.3x/1T2016/xblock/i4x:;;_MITx;_18.01.3x;_video;_parametric-tab4-video1/handler/transcript/translation/en => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinate_systems/03-MIT1801XT314-V036600-ToR6n6pkHfM.en.srt [download] https://youtube.com/watch?v=hBbgpmQaCA4 => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinate_systems/04-%(title)s-%(id)s.%(ext)s Downloading video with URL https://youtube.com/watch?v=hBbgpmQaCA4 from YouTube. [youtube] hBbgpmQaCA4: Downloading webpage [youtube] hBbgpmQaCA4: Downloading video info webpage [youtube] hBbgpmQaCA4: Extracting video information WARNING: video doesn't have subtitles [youtube] hBbgpmQaCA4: Downloading DASH manifest [download] /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinatesystems/04-MIT1801XT314-V036400-hBbgpmQaCA4.mp4 has already been downloaded [download] 100% of 12.14MiB [skipping] https://courses.edx.org/courses/MITx/18.01.3x/1T2016/xblock/i4x:;;_MITx;_18.01.3x;_video;_parametric-tab5-video1/handler/transcript/translation/en => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinate_systems/04-MIT1801XT314-V036400-hBbgpmQaCA4.en.srt [download] https://youtube.com/watch?v=tQflxAj5wJI => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinate_systems/05-%(title)s-%(id)s.%(ext)s Downloading video with URL https://youtube.com/watch?v=tQflxAj5wJI from YouTube. [youtube] tQflxAj5wJI: Downloading webpage [youtube] tQflxAj5wJI: Downloading video info webpage [youtube] tQflxAj5wJI: Extracting video information WARNING: video doesn't have subtitles [youtube] tQflxAj5wJI: Downloading DASH manifest [download] /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinatesystems/05-MIT1801XT314-V037100-tQflxAj5wJI.mp4 has already been downloaded [download] 100% of 28.92MiB [skipping] https://courses.edx.org/courses/MITx/18.01.3x/1T2016/xblock/i4x:;;_MITx;_18.01.3x;_video;_parametric-tab6-video1/handler/transcript/translation/en => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinate_systems/05-MIT1801XT314-V037100-tQflxAj5wJI.en.srt [download] https://youtube.com/watch?v=d9u4bUlTeD4 => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinate_systems/06-01-%(title)s-%(id)s.%(ext)s Downloading video with URL https://youtube.com/watch?v=d9u4bUlTeD4 from YouTube. [youtube] d9u4bUlTeD4: Downloading webpage [youtube] d9u4bUlTeD4: Downloading video info webpage [youtube] d9u4bUlTeD4: Extracting video information WARNING: video doesn't have subtitles [youtube] d9u4bUlTeD4: Downloading DASH manifest [download] /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinatesystems/06-01-MIT1801XT314-V036100-d9u4bUlTeD4.mp4 has already been downloaded [download] 100% of 110.56MiB [skipping] https://courses.edx.org/courses/MITx/18.01.3x/1T2016/xblock/i4x:;;_MITx;_18.01.3x;_video;_parametric-tab9-video1/handler/transcript/translation/en => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinate_systems/06-01-MIT1801XT314-V036100-d9u4bUlTeD4.en.srt [download] https://youtube.com/watch?v=vXSsc-Rwwzg => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinate_systems/06-02-%(title)s-%(id)s.%(ext)s Downloading video with URL https://youtube.com/watch?v=vXSsc-Rwwzg from YouTube. [youtube] vXSsc-Rwwzg: Downloading webpage [youtube] vXSsc-Rwwzg: Downloading video info webpage [youtube] vXSsc-Rwwzg: Extracting video information WARNING: video doesn't have subtitles [youtube] vXSsc-Rwwzg: Downloading DASH manifest [download] /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinatesystems/06-02-MIT1801XT314-V036300-vXSsc-Rwwzg.mp4 has already been downloaded [download] 100% of 76.80MiB [skipping] https://courses.edx.org/courses/MITx/18.01.3x/1T2016/xblock/i4x:;;_MITx;_18.01.3x;_video;_parametric-tab9-video2/handler/transcript/translation/en => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinate_systems/06-02-MIT1801XT314-V036300-vXSsc-Rwwzg.en.srt [download] https://youtube.com/watch?v=VexIAfcDTLc => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinate_systems/07-%(title)s-%(id)s.%(ext)s Downloading video with URL https://youtube.com/watch?v=VexIAfcDTLc from YouTube. [youtube] VexIAfcDTLc: Downloading webpage [youtube] VexIAfcDTLc: Downloading video info webpage [youtube] VexIAfcDTLc: Extracting video information WARNING: video doesn't have subtitles [youtube] VexIAfcDTLc: Downloading DASH manifest [download] /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinatesystems/07-MIT1801XT314-V036200-VexIAfcDTLc.mp4 has already been downloaded [download] 100% of 62.37MiB [skipping] https://courses.edx.org/courses/MITx/18.01.3x/1T2016/xblock/i4x:;;_MITx;_18.01.3x;_video;_parametric-tab10-video1/handler/transcript/translation/en => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinate_systems/07-MIT1801XT314-V036200-VexIAfcDTLc.en.srt [download] https://youtube.com/watch?v=DM2Lc8GZQIQ => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinate_systems/08-%(title)s-%(id)s.%(ext)s Downloading video with URL https://youtube.com/watch?v=DM2Lc8GZQIQ from YouTube. [youtube] DM2Lc8GZQIQ: Downloading webpage [youtube] DM2Lc8GZQIQ: Downloading video info webpage [youtube] DM2Lc8GZQIQ: Extracting video information WARNING: video doesn't have subtitles [youtube] DM2Lc8GZQIQ: Downloading DASH manifest [download] /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinatesystems/08-MIT1801XT314-V036700-DM2Lc8GZQIQ.mp4 has already been downloaded [download] 100% of 57.12MiB [skipping] https://courses.edx.org/courses/MITx/18.01.3x/1T2016/xblock/i4x:;;_MITx;_18.01.3x;_video;_parametric-tab11-video1/handler/transcript/translation/en => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinate_systems/08-MIT1801XT314-V036700-DM2Lc8GZQIQ.en.srt [download] https://youtube.com/watch?v=WtrYwCYDjlw => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinate_systems/09-%(title)s-%(id)s.%(ext)s Downloading video with URL https://youtube.com/watch?v=WtrYwCYDjlw from YouTube. [youtube] WtrYwCYDjlw: Downloading webpage [youtube] WtrYwCYDjlw: Downloading video info webpage [youtube] WtrYwCYDjlw: Extracting video information WARNING: video doesn't have subtitles [youtube] WtrYwCYDjlw: Downloading DASH manifest [download] /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinatesystems/09-MIT1801XT314-V036500-WtrYwCYDjlw.mp4 has already been downloaded [download] 100% of 20.51MiB [skipping] https://courses.edx.org/courses/MITx/18.01.3x/1T2016/xblock/i4x:;;_MITx;_18.01.3x;_video;_parametric-tab13-video1/handler/transcript/translation/en => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinate_systems/09-MIT1801XT314-V036500-WtrYwCYDjlw.en.srt [download] https://youtube.com/watch?v=m7-rky9W6GU => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinate_systems/10-%(title)s-%(id)s.%(ext)s Downloading video with URL https://youtube.com/watch?v=m7-rky9W6GU from YouTube. [youtube] m7-rky9W6GU: Downloading webpage [youtube] m7-rky9W6GU: Downloading video info webpage [youtube] m7-rky9W6GU: Extracting video information WARNING: video doesn't have subtitles [youtube] m7-rky9W6GU: Downloading DASH manifest [download] /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinatesystems/10-MIT1801XT314-V034600-m7-rky9W6GU.mp4 has already been downloaded [download] 100% of 9.84MiB [skipping] https://courses.edx.org/courses/MITx/18.01.3x/1T2016/xblock/i4x:;;_MITx;_18.01.3x;_video;_polar-tab1-video1/handler/transcript/translation/en => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinate_systems/10-MIT1801XT314-V034600-m7-rky9W6GU.en.srt [download] https://youtube.com/watch?v=5FLz-dZDWiw => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinate_systems/11-%(title)s-%(id)s.%(ext)s Downloading video with URL https://youtube.com/watch?v=5FLz-dZDWiw from YouTube. [youtube] 5FLz-dZDWiw: Downloading webpage [youtube] 5FLz-dZDWiw: Downloading video info webpage [youtube] 5FLz-dZDWiw: Extracting video information WARNING: video doesn't have subtitles [youtube] 5FLz-dZDWiw: Downloading DASH manifest [download] /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinatesystems/11-MIT1801XT314-V035500-5FLz-dZDWiw.mp4 has already been downloaded [download] 100% of 72.93MiB [skipping] https://courses.edx.org/courses/MITx/18.01.3x/1T2016/xblock/i4x:;;_MITx;_18.01.3x;_video;_polar-tab4-video1/handler/transcript/translation/en => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinate_systems/11-MIT1801XT314-V035500-5FLz-dZDWiw.en.srt [download] https://youtube.com/watch?v=wJXek19Q6M4 => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinate_systems/12-%(title)s-%(id)s.%(ext)s Downloading video with URL https://youtube.com/watch?v=wJXek19Q6M4 from YouTube. [youtube] wJXek19Q6M4: Downloading webpage [youtube] wJXek19Q6M4: Downloading video info webpage [youtube] wJXek19Q6M4: Extracting video information WARNING: video doesn't have subtitles [youtube] wJXek19Q6M4: Downloading DASH manifest [download] /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinatesystems/12-MIT1801XT314-V037000-wJXek19Q6M4.mp4 has already been downloaded [download] 100% of 22.14MiB [skipping] https://courses.edx.org/courses/MITx/18.01.3x/1T2016/xblock/i4x:;;_MITx;_18.01.3x;_video;_polar-tab5-video1/handler/transcript/translation/en => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinate_systems/12-MIT1801XT314-V037000-wJXek19Q6M4.en.srt [download] https://youtube.com/watch?v=Tb_p49pWkWA => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinate_systems/13-%(title)s-%(id)s.%(ext)s Downloading video with URL https://youtube.com/watch?v=Tb_p49pWkWA from YouTube. [youtube] Tb_p49pWkWA: Downloading webpage [youtube] Tb_p49pWkWA: Downloading video info webpage [youtube] Tb_p49pWkWA: Extracting video information WARNING: video doesn't have subtitles [youtube] Tb_p49pWkWA: Downloading DASH manifest [download] /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinate_systems/13-MIT1801XT314-V036800-Tbp49pWkWA.mp4 has already been downloaded [download] 100% of 13.24MiB [skipping] https://courses.edx.org/courses/MITx/18.01.3x/1T2016/xblock/i4x:;;_MITx;_18.01.3x;_video;_polar-tab6-video1/handler/transcript/translation/en => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinate_systems/13-MIT1801XT314-V036800-Tb_p49pWkWA.en.srt [download] https://youtube.com/watch?v=XOMKlAI2tbc => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinate_systems/14-%(title)s-%(id)s.%(ext)s Downloading video with URL https://youtube.com/watch?v=XOMKlAI2tbc from YouTube. [youtube] XOMKlAI2tbc: Downloading webpage [youtube] XOMKlAI2tbc: Downloading video info webpage [youtube] XOMKlAI2tbc: Extracting video information WARNING: video doesn't have subtitles [youtube] XOMKlAI2tbc: Downloading DASH manifest [download] /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinatesystems/14-MIT1801XT314-V035700-XOMKlAI2tbc.mp4 has already been downloaded [download] 100% of 70.96MiB [skipping] https://courses.edx.org/courses/MITx/18.01.3x/1T2016/xblock/i4x:;;_MITx;_18.01.3x;_video;_polar-tab7-video1/handler/transcript/translation/en => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinate_systems/14-MIT1801XT314-V035700-XOMKlAI2tbc.en.srt [download] https://youtube.com/watch?v=ibkCiDIDhBs => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinate_systems/15-%(title)s-%(id)s.%(ext)s Downloading video with URL https://youtube.com/watch?v=ibkCiDIDhBs from YouTube. [youtube] ibkCiDIDhBs: Downloading webpage [youtube] ibkCiDIDhBs: Downloading video info webpage [youtube] ibkCiDIDhBs: Extracting video information WARNING: video doesn't have subtitles [youtube] ibkCiDIDhBs: Downloading DASH manifest [download] /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinatesystems/15-MIT1801XT314-V035800-ibkCiDIDhBs.mp4 has already been downloaded [download] 100% of 37.25MiB [skipping] https://courses.edx.org/courses/MITx/18.01.3x/1T2016/xblock/i4x:;;_MITx;_18.01.3x;_video;_polar-tab8-video1/handler/transcript/translation/en => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinate_systems/15-MIT1801XT314-V035800-ibkCiDIDhBs.en.srt [download] https://youtube.com/watch?v=vQiTtAM9e_4 => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinate_systems/16-%(title)s-%(id)s.%(ext)s Downloading video with URL https://youtube.com/watch?v=vQiTtAM9e_4 from YouTube. [youtube] vQiTtAM9e_4: Downloading webpage [youtube] vQiTtAM9e_4: Downloading video info webpage [youtube] vQiTtAM9e_4: Extracting video information WARNING: video doesn't have subtitles [youtube] vQiTtAM9e_4: Downloading DASH manifest [download] /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinate_systems/16-MIT1801XT314-V036000-vQiTtAM9e4.mp4 has already been downloaded [download] 100% of 59.73MiB [skipping] https://courses.edx.org/courses/MITx/18.01.3x/1T2016/xblock/i4x:;;_MITx;_18.01.3x;_video;_polar-tab9-video1/handler/transcript/translation/en => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinate_systems/16-MIT1801XT314-V036000-vQiTtAM9e_4.en.srt [download] https://youtube.com/watch?v=xedxWk-EoNE => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinate_systems/17-%(title)s-%(id)s.%(ext)s Downloading video with URL https://youtube.com/watch?v=xedxWk-EoNE from YouTube. [youtube] xedxWk-EoNE: Downloading webpage [youtube] xedxWk-EoNE: Downloading video info webpage [youtube] xedxWk-EoNE: Extracting video information WARNING: video doesn't have subtitles [youtube] xedxWk-EoNE: Downloading DASH manifest [download] /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinatesystems/17-MIT1801XT314-V036900-xedxWk-EoNE.mp4 has already been downloaded [download] 100% of 16.94MiB [skipping] https://courses.edx.org/courses/MITx/18.01.3x/1T2016/xblock/i4x:;;_MITx;_18.01.3x;_video;_polar-tab10-video1/handler/transcript/translation/en => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinate_systems/17-MIT1801XT314-V036900-xedxWk-EoNE.en.srt [download] https://youtube.com/watch?v=kFt44bQQ-Wg => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinate_systems/18-%(title)s-%(id)s.%(ext)s Downloading video with URL https://youtube.com/watch?v=kFt44bQQ-Wg from YouTube. [youtube] kFt44bQQ-Wg: Downloading webpage [youtube] kFt44bQQ-Wg: Downloading video info webpage [youtube] kFt44bQQ-Wg: Extracting video information WARNING: video doesn't have subtitles [youtube] kFt44bQQ-Wg: Downloading DASH manifest [download] Destination: /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinatesystems/18-MIT1801XT314-V037500-kFt44bQQ-Wg.mp4 [download] 100% of 58.31MiB in 00:57 [skipping] https://courses.edx.org/courses/MITx/18.01.3x/1T2016/xblock/i4x:;;_MITx;_18.01.3x;_video;_polar-tab11-video1/handler/transcript/translation/en => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinate_systems/18-MIT1801XT314-V035100-4nX0F5O-b7g.en.srt [download] https://youtube.com/watch?v=3rda3K7N-sk => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinate_systems/19-%(title)s-%(id)s.%(ext)s Downloading video with URL https://youtube.com/watch?v=3rda3K7N-sk from YouTube. [youtube] 3rda3K7N-sk: Downloading webpage [youtube] 3rda3K7N-sk: Downloading video info webpage [youtube] 3rda3K7N-sk: Extracting video information WARNING: video doesn't have subtitles [youtube] 3rda3K7N-sk: Downloading DASH manifest [download] /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinatesystems/19-MIT1801XT314-V035300-3rda3K7N-sk.mp4 has already been downloaded [download] 100% of 83.44MiB [skipping] https://courses.edx.org/courses/MITx/18.01.3x/1T2016/xblock/i4x:;;_MITx;_18.01.3x;_video;_polar-tab12-video1/handler/transcript/translation/en => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinate_systems/19-MIT1801XT314-V035300-3rda3K7N-sk.en.srt [download] https://youtube.com/watch?v=FUVeK4HyA7A => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinate_systems/20-%(title)s-%(id)s.%(ext)s Downloading video with URL https://youtube.com/watch?v=FUVeK4HyA7A from YouTube. [youtube] FUVeK4HyA7A: Downloading webpage [youtube] FUVeK4HyA7A: Downloading video info webpage [youtube] FUVeK4HyA7A: Extracting video information WARNING: video doesn't have subtitles [youtube] FUVeK4HyA7A: Downloading DASH manifest [download] /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinatesystems/20-MIT1801XT314-V035200-FUVeK4HyA7A.mp4 has already been downloaded [download] 100% of 51.35MiB [skipping] https://courses.edx.org/courses/MITx/18.01.3x/1T2016/xblock/i4x:;;_MITx;_18.01.3x;_video;_polar-tab13-video1/handler/transcript/translation/en => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinate_systems/20-MIT1801XT314-V035200-FUVeK4HyA7A.en.srt [download] https://youtube.com/watch?v=DDOOIqOgysU => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinate_systems/21-%(title)s-%(id)s.%(ext)s Downloading video with URL https://youtube.com/watch?v=DDOOIqOgysU from YouTube. [youtube] DDOOIqOgysU: Downloading webpage [youtube] DDOOIqOgysU: Downloading video info webpage [youtube] DDOOIqOgysU: Extracting video information WARNING: video doesn't have subtitles [youtube] DDOOIqOgysU: Downloading DASH manifest [download] /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinatesystems/21-MIT1801XT314-V035400-DDOOIqOgysU.mp4 has already been downloaded [download] 100% of 40.22MiB [skipping] https://courses.edx.org/courses/MITx/18.01.3x/1T2016/xblock/i4x:;;_MITx;_18.01.3x;_video;_polar-tab14-video1/handler/transcript/translation/en => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinate_systems/21-MIT1801XT314-V035400-DDOOIqOgysU.en.srt [download] https://youtube.com/watch?v=NzklSB-QR3w => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinate_systems/22-%(title)s-%(id)s.%(ext)s Downloading video with URL https://youtube.com/watch?v=NzklSB-QR3w from YouTube. [youtube] NzklSB-QR3w: Downloading webpage [youtube] NzklSB-QR3w: Downloading video info webpage [youtube] NzklSB-QR3w: Extracting video information WARNING: video doesn't have subtitles [youtube] NzklSB-QR3w: Downloading DASH manifest [download] /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinatesystems/22-MIT1801XT314-V035600-NzklSB-QR3w.mp4 has already been downloaded [download] 100% of 173.74MiB [skipping] https://courses.edx.org/courses/MITx/18.01.3x/1T2016/xblock/i4x:;;_MITx;_18.01.3x;_video;_polar-tab16-video1/handler/transcript/translation/en => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinate_systems/22-MIT1801XT314-V035600-NzklSB-QR3w.en.srt [download] https://youtube.com/watch?v=fjBFKeHvHok => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinate_systems/23-01-%(title)s-%(id)s.%(ext)s Downloading video with URL https://youtube.com/watch?v=fjBFKeHvHok from YouTube. [youtube] fjBFKeHvHok: Downloading webpage [youtube] fjBFKeHvHok: Downloading video info webpage [youtube] fjBFKeHvHok: Extracting video information WARNING: video doesn't have subtitles [youtube] fjBFKeHvHok: Downloading DASH manifest [download] /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinatesystems/23-01-MIT1801XT314-V035000-fjBFKeHvHok.mp4 has already been downloaded [download] 100% of 88.73MiB [skipping] https://courses.edx.org/courses/MITx/18.01.3x/1T2016/xblock/i4x:;;_MITx;_18.01.3x;_video;_polar-tab17-video1/handler/transcript/translation/en => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinate_systems/23-01-MIT1801XT314-V035000-fjBFKeHvHok.en.srt [download] https://youtube.com/watch?v=JDF5sdxWO6Q => /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinate_systems/23-02-%(title)s-%(id)s.%(ext)s Downloading video with URL https://youtube.com/watch?v=JDF5sdxWO6Q from YouTube. [youtube] JDF5sdxWO6Q: Downloading webpage [youtube] JDF5sdxWO6Q: Downloading video info webpage [youtube] JDF5sdxWO6Q: Extracting video information WARNING: video doesn't have subtitles [youtube] JDF5sdxWO6Q: Downloading DASH manifest [download] /home/admin/Documents/CURRENT/edx/Calculus_1C-_Coordinate_systems_and_infinite_series/02-Unit_1-_Coordinate_systems/23-02-MIT1801XT314-V034900-JDF5sdxWO6Q.mp4 has already been downloaded [download] 100% of 52.44MiB Traceback (most recent call last): File "/usr/bin/edx-dl", line 9, in load_entry_point('edx-dl==0.0', 'console_scripts', 'edx-dl')() File "build/bdist.linux-x86_64/egg/edx_dl/edx_dl.py", line 1038, in main File "build/bdist.linux-x86_64/egg/edx_dl/edx_dl.py", line 824, in download File "build/bdist.linux-x86_64/egg/edx_dl/edx_dl.py", line 792, in download_unit File "build/bdist.linux-x86_64/egg/edx_dl/edx_dl.py", line 775, in download_video File "build/bdist.linux-x86_64/egg/edx_dl/edx_dl.py", line 647, in _build_subtitles_downloads File "build/bdist.linux-x86_64/egg/edx_dl/edx_dl.py", line 603, in get_subtitles_urls File "build/bdist.linux-x86_64/egg/edx_dl/utils.py", line 72, in get_page_contents_as_json File "build/bdist.linux-x86_64/egg/edx_dl/utils.py", line 58, in get_page_contents File "/usr/lib64/python2.7/urllib2.py", line 127, in urlopen return _opener.open(url, data, timeout) File "/usr/lib64/python2.7/urllib2.py", line 404, in open response = self._open(req, data) File "/usr/lib64/python2.7/urllib2.py", line 422, in _open '_open', req) File "/usr/lib64/python2.7/urllib2.py", line 382, in _call_chain result = func(*args) File "/usr/lib64/python2.7/urllib2.py", line 1224, in https_open return self.do_open(httplib.HTTPSConnection, req) File "/usr/lib64/python2.7/urllib2.py", line 1186, in do_open raise URLError(err) urllib2.URLError: <urlopen error [Errno 110] Connection timed out>

dentarthur commented 8 years ago

The correct pypi package is edx_dl

README.MD misleads with wrong spelling:

pip install --upgrade edx-dl

Also other confusing references that make it look much harder than just running pip.

Better to add link to:

https://pip.pypa.io/en/stable/installing/

iemejia commented 8 years ago

@rbrito sorry to bother, but since you are the one who publishes to pip, do you know if this is still happening ?

iemejia commented 8 years ago

I changed the title, since the reliability issues mentioned should be ok now. However the installation is broken for a problem with setup.py that I just fixed. Now only one part is missing.

@balta2ar can you please register and upload this package to PyPi. You already do this for coursera-dl so I think you should have everything in place to do it for edx-dl. Please tell me once it is done so I can test and close this issue. Thanks in advance. (This is probably what I was talking about in the other issue when you explained me the release process).

Please register with the exact same name if possible 'edx-dl'.

balta2ar commented 8 years ago

@iemejia Done! https://pypi.python.org/pypi/edx-dl

iemejia commented 8 years ago

Wow, that's efficiency ! Awesome. I just tested in a virtualenv and it worked perfectly, cool. I just changed the README to include the pip install method as the default new one, can you please regenerate the setup so it includes the new README. Thanks!

iemejia commented 8 years ago

I am closing this one now, because it is already up.

balta2ar commented 8 years ago

@iemejia Sure! FYI, PyPI does not allow to overwrite the same file version once uploaded, thus I had to increment version number to 0.1.2 (it took me two uploads to make sure the correct README.rst is there. I need to be more careful next time) but I didn't commit it, just fixed locally.

iemejia commented 8 years ago

Nice, probably it is better that you put the new version number into the repo for coherence reasons. Thanks again.

On Sun, Jul 3, 2016 at 10:34 PM, Yuri Bochkarev notifications@github.com wrote:

@iemejia https://github.com/iemejia Sure! FYI, PyPI does not allow to overwrite the same file version once uploaded, thus I had to increment version number to 0.1.2 (it took me two uploads to make sure the correct README.rst is there. I need to be more careful next time) but I didn't commit it, just fixed locally.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/coursera-dl/edx-dl/issues/357#issuecomment-230173821, or mute the thread https://github.com/notifications/unsubscribe/AAE2dIgABAcDj1LuyboVDJaPSknICTTlks5qSBzAgaJpZM4IY4BR .