2013.12.23.4 Redownloads Some Part and Completed Downloads #1584

Closed
opened 2026-02-21 00:00:39 -05:00 by deekerman · 10 comments
Owner

Originally created by @sirinath on GitHub (Dec 25, 2013).

Above version re downloads completed / part downloads from the start.

Originally created by @sirinath on GitHub (Dec 25, 2013). Above version re downloads completed / part downloads from the start.
Author
Owner

@sirinath commented on GitHub (Dec 26, 2013):

-c -w also ignored in some cases.

@sirinath commented on GitHub (Dec 26, 2013): -c -w also ignored in some cases.
Author
Owner

@phihag commented on GitHub (Dec 26, 2013):

Please open new issues for -c and -w - it's far easier to solve one issue at a time than multiple issues at once. I cannot reproduce the problem, it works fine for me:

$ youtube-dl http://www.youtube.com/watch?v=g5Ph4jOTBbo -v
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['http://www.youtube.com/watch?v=g5Ph4jOTBbo', '-v']
[debug] youtube-dl version 2013.12.23.4
[debug] Python version 2.7.5+ - Linux-3.0.93-x86_64-with-debian-jessie-sid
[debug] Proxy map: {}
[youtube] Setting language
[youtube] g5Ph4jOTBbo: Downloading webpage
[youtube] g5Ph4jOTBbo: Downloading video info webpage
[youtube] g5Ph4jOTBbo: Extracting video information
[download] Destination: Yonex-Cup Willich 2013 - Sascha und Philipp - Spiel 3-g5Ph4jOTBbo.mp4
[download]   6.8% of 588.64MiB at  8.76MiB/s ETA 01:02^C
ERROR: Interrupted by user
phihag@r:~/t$ ls -l
total 41004
-rw-r--r-- 1 phihag phihag 41942016 Dec 26 21:30 Yonex-Cup Willich 2013 - Sascha und Philipp - Spiel 3-g5Ph4jOTBbo.mp4.part
phihag@r:~/t$ youtube-dl http://www.youtube.com/watch?v=g5Ph4jOTBbo -v
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['http://www.youtube.com/watch?v=g5Ph4jOTBbo', '-v']
[debug] youtube-dl version 2013.12.23.4
[debug] Python version 2.7.5+ - Linux-3.0.93-x86_64-with-debian-jessie-sid
[debug] Proxy map: {}
[youtube] Setting language
[youtube] g5Ph4jOTBbo: Downloading webpage
[youtube] g5Ph4jOTBbo: Downloading video info webpage
[youtube] g5Ph4jOTBbo: Extracting video information
[download] Resuming download at byte 41942016
[download] Destination: Yonex-Cup Willich 2013 - Sascha und Philipp - Spiel 3-g5Ph4jOTBbo.mp4
[download] 100% of 588.64MiB in 00:33

Can you include a similar reproducing output in this bug report?

@phihag commented on GitHub (Dec 26, 2013): Please open new issues for `-c` and `-w` - it's far easier to solve one issue at a time than multiple issues at once. I cannot reproduce the problem, it works fine for me: ``` $ youtube-dl http://www.youtube.com/watch?v=g5Ph4jOTBbo -v [debug] System config: [] [debug] User config: [] [debug] Command-line args: ['http://www.youtube.com/watch?v=g5Ph4jOTBbo', '-v'] [debug] youtube-dl version 2013.12.23.4 [debug] Python version 2.7.5+ - Linux-3.0.93-x86_64-with-debian-jessie-sid [debug] Proxy map: {} [youtube] Setting language [youtube] g5Ph4jOTBbo: Downloading webpage [youtube] g5Ph4jOTBbo: Downloading video info webpage [youtube] g5Ph4jOTBbo: Extracting video information [download] Destination: Yonex-Cup Willich 2013 - Sascha und Philipp - Spiel 3-g5Ph4jOTBbo.mp4 [download] 6.8% of 588.64MiB at 8.76MiB/s ETA 01:02^C ERROR: Interrupted by user phihag@r:~/t$ ls -l total 41004 -rw-r--r-- 1 phihag phihag 41942016 Dec 26 21:30 Yonex-Cup Willich 2013 - Sascha und Philipp - Spiel 3-g5Ph4jOTBbo.mp4.part phihag@r:~/t$ youtube-dl http://www.youtube.com/watch?v=g5Ph4jOTBbo -v [debug] System config: [] [debug] User config: [] [debug] Command-line args: ['http://www.youtube.com/watch?v=g5Ph4jOTBbo', '-v'] [debug] youtube-dl version 2013.12.23.4 [debug] Python version 2.7.5+ - Linux-3.0.93-x86_64-with-debian-jessie-sid [debug] Proxy map: {} [youtube] Setting language [youtube] g5Ph4jOTBbo: Downloading webpage [youtube] g5Ph4jOTBbo: Downloading video info webpage [youtube] g5Ph4jOTBbo: Extracting video information [download] Resuming download at byte 41942016 [download] Destination: Yonex-Cup Willich 2013 - Sascha und Philipp - Spiel 3-g5Ph4jOTBbo.mp4 [download] 100% of 588.64MiB in 00:33 ``` Can you include a similar reproducing output in this bug report?
Author
Owner

@sirinath commented on GitHub (Dec 26, 2013):

This is the command that caused it:

youtube-dl -i -f mp4 -v -o "%%(uploader)s%%(playlist)s%%(playlist_index)s-%%(title)s-%%(id)s.%%(ext)s" http://www.youtube.com/playlist?list=PL23DE0292227250FA

Later changed it to

youtube-dl -i -w -c -f mp4 -v -o "%%(uploader)s%%(playlist)s%%(playlist_index)s-%%(title)s-%%(id)s.%%(ext)s" http://www.youtube.com/playlist?list=PL23DE0292227250FA

I started the download few weeks back. I wanted to resume it and then it started downloading file already there. I have watched some of the files which got re downloaded. Perhaps can be something to do with last access.

I am on Win 8.1 64

@sirinath commented on GitHub (Dec 26, 2013): This is the command that caused it: youtube-dl -i -f mp4 -v -o "%%(uploader)s\%%(playlist)s\%%(playlist_index)s-%%(title)s-%%(id)s.%%(ext)s" http://www.youtube.com/playlist?list=PL23DE0292227250FA Later changed it to youtube-dl -i -w -c -f mp4 -v -o "%%(uploader)s\%%(playlist)s\%%(playlist_index)s-%%(title)s-%%(id)s.%%(ext)s" http://www.youtube.com/playlist?list=PL23DE0292227250FA I started the download few weeks back. I wanted to resume it and then it started downloading file already there. I have watched some of the files which got re downloaded. Perhaps can be something to do with last access. I am on Win 8.1 64
Author
Owner

@phihag commented on GitHub (Dec 27, 2013):

Sorry, but without at least a hint of the output (not the command-line) of youtube-dl, it will not be possible to reproduce this issue. -w will have little effect, and -c is already default. Feel free to provide the requested output. We will then reopen this issue.

@phihag commented on GitHub (Dec 27, 2013): Sorry, but without at least a hint of the output (not the command-line) of youtube-dl, it will not be possible to reproduce this issue. `-w` will have little effect, and `-c` is already default. Feel free to provide the requested output. We will then reopen this issue.
Author
Owner

@sirinath commented on GitHub (Dec 27, 2013):

C:\Downloads>youtube-dl -U
Updating to version 2013.12.26...

C:\Downloads>echo ERRORLEVEL is 0
ERRORLEVEL is 0

C:\Downloads>if 0 NEQ 0 goto loop0

C:\Downloads>youtube-dl -i -w -c -f mp4 -v -o "%(uploader)s%(playlist)s%(playl
ist_index)s-%(title)s-%(id)s.%(ext)s" http://www.youtube.com/playlist?list=PL23D
E0292227250FA
Waiting for file handle to be closed ...
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-i', '-w', '-c', '-f', 'mp4', '-v', '-o', '%(upload
er)s%(playlist)s%(playlist_index)s-%(title)s-%(id)s.%(ext)s', 'http://www.yo
utube.com/playlist?list=PL23DE0292227250FA']
[debug] youtube-dl version 2013.12.04
[debug] Python version 2.7.5 - Windows-8-6.2.9200
[debug] Proxy map: {}
[youtube:playlist] PL23DE0292227250FA: Downloading page #1
[download] Downloading playlist: A Course in the Majjhima Nikaya with Ven. Bhikk
hu Bodhi
[youtube:playlist] playlist 'A Course in the Majjhima Nikaya with Ven. Bhikkhu B
odhi': Collected 156 video ids (downloading 156 of them)
[download] Downloading video #1 of 156
[youtube] Setting language
[youtube] ACdD43qxMaI: Downloading video webpage
Access is denied.
Updated youtube-dl to version 2013.12.26.
[youtube] ACdD43qxMaI: Downloading video info webpage
[youtube] ACdD43qxMaI: Extracting video information
[download] Downloading video #2 of 156
[youtube] 6y_sRyJBgrE: Downloading video webpage
[youtube] 6y_sRyJBgrE: Downloading video info webpage
[youtube] 6y_sRyJBgrE: Extracting video information
[download] Downloading video #3 of 156
[youtube] w8n3AIWHyyA: Downloading video webpage
[youtube] w8n3AIWHyyA: Downloading video info webpage
[youtube] w8n3AIWHyyA: Extracting video information
[download] Downloading video #4 of 156
[youtube] 51SAwOswSEM: Downloading video webpage
[youtube] 51SAwOswSEM: Downloading video info webpage
[youtube] 51SAwOswSEM: Extracting video information
[download] Downloading video #5 of 156
[youtube] J46ns5JK-54: Downloading video webpage
[youtube] J46ns5JK-54: Downloading video info webpage
[youtube] J46ns5JK-54: Extracting video information
[download] Downloading video #6 of 156
[youtube] 1sr00iw2tvg: Downloading video webpage
[youtube] 1sr00iw2tvg: Downloading video info webpage
[youtube] 1sr00iw2tvg: Extracting video information
[download] Downloading video #7 of 156
[youtube] hroDku0qQAc: Downloading video webpage
[youtube] hroDku0qQAc: Downloading video info webpage
[youtube] hroDku0qQAc: Extracting video information
[download] Downloading video #8 of 156
[youtube] PHZHUTKlR5A: Downloading video webpage
[youtube] PHZHUTKlR5A: Downloading video info webpage
[youtube] PHZHUTKlR5A: Extracting video information
[download] Downloading video #9 of 156
[youtube] AUQ5rZPYqkY: Downloading video webpage
[youtube] AUQ5rZPYqkY: Downloading video info webpage
[youtube] AUQ5rZPYqkY: Extracting video information
[download] Downloading video #10 of 156
[youtube] 1TGOGDCTeo0: Downloading video webpage
[youtube] 1TGOGDCTeo0: Downloading video info webpage
[youtube] 1TGOGDCTeo0: Extracting video information
[download] Downloading video #11 of 156
[youtube] HcXjAVceBYI: Downloading video webpage
[youtube] HcXjAVceBYI: Downloading video info webpage
[youtube] HcXjAVceBYI: Extracting video information
[download] Downloading video #12 of 156
[youtube] KrlIbUMwHKk: Downloading video webpage
[youtube] KrlIbUMwHKk: Downloading video info webpage
[youtube] KrlIbUMwHKk: Extracting video information
[download] Downloading video #13 of 156
[youtube] 4RYCml078X4: Downloading video webpage
[youtube] 4RYCml078X4: Downloading video info webpage
[youtube] 4RYCml078X4: Extracting video information
[download] Downloading video #14 of 156
[youtube] ksrWVfk7X5s: Downloading video webpage
[youtube] ksrWVfk7X5s: Downloading video info webpage
[youtube] ksrWVfk7X5s: Extracting video information
[download] Downloading video #15 of 156
[youtube] _xqMc3mqj7E: Downloading video webpage
[youtube] _xqMc3mqj7E: Downloading video info webpage
[youtube] _xqMc3mqj7E: Extracting video information
[download] Downloading video #16 of 156
[youtube] CouZw1Jo5YE: Downloading video webpage
[youtube] CouZw1Jo5YE: Downloading video info webpage
[youtube] CouZw1Jo5YE: Extracting video information
[download] Downloading video #17 of 156
[youtube] ziNUgMcS5DU: Downloading video webpage
[youtube] ziNUgMcS5DU: Downloading video info webpage
[youtube] ziNUgMcS5DU: Extracting video information
[download] Downloading video #18 of 156
[youtube] iT5Fb9adjcI: Downloading video webpage
[youtube] iT5Fb9adjcI: Downloading video info webpage
[youtube] iT5Fb9adjcI: Extracting video information
[download] Downloading video #19 of 156
[youtube] MmsdRXm2Y10: Downloading video webpage
[youtube] MmsdRXm2Y10: Downloading video info webpage
[youtube] MmsdRXm2Y10: Extracting video information
[download] Downloading video #20 of 156
[youtube] iIgqRQSDEJo: Downloading video webpage
[youtube] iIgqRQSDEJo: Downloading video info webpage
[youtube] iIgqRQSDEJo: Extracting video information
[download] Downloading video #21 of 156
[youtube] cA0KLO9NZeo: Downloading video webpage
[youtube] cA0KLO9NZeo: Downloading video info webpage
[youtube] cA0KLO9NZeo: Extracting video information
[download] Downloading video #22 of 156
[youtube] UwzflUSVVGE: Downloading video webpage
[youtube] UwzflUSVVGE: Downloading video info webpage
[youtube] UwzflUSVVGE: Extracting video information
[download] Downloading video #23 of 156
[youtube] ShXkJOeTZrI: Downloading video webpage
[youtube] ShXkJOeTZrI: Downloading video info webpage
[youtube] ShXkJOeTZrI: Extracting video information
[download] Downloading video #24 of 156
[youtube] 7wbfs7wxgis: Downloading video webpage
[youtube] 7wbfs7wxgis: Downloading video info webpage
[youtube] 7wbfs7wxgis: Extracting video information
[download] Downloading video #25 of 156
[youtube] 9lUqyhgGD8M: Downloading video webpage
[youtube] 9lUqyhgGD8M: Downloading video info webpage
[youtube] 9lUqyhgGD8M: Extracting video information
[download] Downloading video #26 of 156
[youtube] tmaKFSKNkq8: Downloading video webpage
[youtube] tmaKFSKNkq8: Downloading video info webpage
[youtube] tmaKFSKNkq8: Extracting video information
[download] Downloading video #27 of 156
[youtube] DfUa4BjaYxo: Downloading video webpage
[youtube] DfUa4BjaYxo: Downloading video info webpage
[youtube] DfUa4BjaYxo: Extracting video information
[download] Downloading video #28 of 156
[youtube] PJpDonKnut0: Downloading video webpage
[youtube] PJpDonKnut0: Downloading video info webpage
[youtube] PJpDonKnut0: Extracting video information
[download] Downloading video #29 of 156
[youtube] bOPfDjOVyOo: Downloading video webpage
[youtube] bOPfDjOVyOo: Downloading video info webpage
[youtube] bOPfDjOVyOo: Extracting video information
[download] Downloading video #30 of 156
[youtube] pWIyak3Ctc4: Downloading video webpage
[youtube] pWIyak3Ctc4: Downloading video info webpage
[youtube] pWIyak3Ctc4: Extracting video information
[download] Downloading video #31 of 156
[youtube] CCmeb_tAF8s: Downloading video webpage
[youtube] CCmeb_tAF8s: Downloading video info webpage
[youtube] CCmeb_tAF8s: Extracting video information
[download] Downloading video #32 of 156
[youtube] z03DFD4LyE8: Downloading video webpage
[youtube] z03DFD4LyE8: Downloading video info webpage
[youtube] z03DFD4LyE8: Extracting video information
[download] Downloading video #33 of 156
[youtube] mSXjlFzyniM: Downloading video webpage
[youtube] mSXjlFzyniM: Downloading video info webpage
[youtube] mSXjlFzyniM: Extracting video information
[download] Downloading video #34 of 156
[youtube] hEUZGHntUnk: Downloading video webpage
[youtube] hEUZGHntUnk: Downloading video info webpage
[youtube] hEUZGHntUnk: Extracting video information
[download] Downloading video #35 of 156
[youtube] sjtFCSumbhg: Downloading video webpage
[youtube] sjtFCSumbhg: Downloading video info webpage
[youtube] sjtFCSumbhg: Extracting video information
[download] Downloading video #36 of 156
[youtube] rq9Xx7mbTIM: Downloading video webpage
[youtube] rq9Xx7mbTIM: Downloading video info webpage
[youtube] rq9Xx7mbTIM: Extracting video information
[download] Downloading video #37 of 156
[youtube] Aw884vWVEd0: Downloading video webpage
[youtube] Aw884vWVEd0: Downloading video info webpage
[youtube] Aw884vWVEd0: Extracting video information
[download] Downloading video #38 of 156
[youtube] 3gsC4dywnas: Downloading video webpage
[youtube] 3gsC4dywnas: Downloading video info webpage
[youtube] 3gsC4dywnas: Extracting video information
[download] Downloading video #39 of 156
[youtube] oiw8j5lmGhw: Downloading video webpage
[youtube] oiw8j5lmGhw: Downloading video info webpage
[youtube] oiw8j5lmGhw: Extracting video information
[download] Downloading video #40 of 156
[youtube] Pu0oSC706d4: Downloading video webpage
[youtube] Pu0oSC706d4: Downloading video info webpage
[youtube] Pu0oSC706d4: Extracting video information
[download] Downloading video #41 of 156
[youtube] 3V6A__wV5bs: Downloading video webpage
[youtube] 3V6A__wV5bs: Downloading video info webpage
[youtube] 3V6A__wV5bs: Extracting video information
[download] Downloading video #42 of 156
[youtube] 2zMB6cjMBkU: Downloading video webpage
[youtube] 2zMB6cjMBkU: Downloading video info webpage
[youtube] 2zMB6cjMBkU: Extracting video information
[download] Downloading video #43 of 156
[youtube] VPbEnVzRTZQ: Downloading video webpage
[youtube] VPbEnVzRTZQ: Downloading video info webpage
[youtube] VPbEnVzRTZQ: Extracting video information
[download] Downloading video #44 of 156
[youtube] zeOCbl7UJjo: Downloading video webpage
[youtube] zeOCbl7UJjo: Downloading video info webpage
[youtube] zeOCbl7UJjo: Extracting video information
[download] Downloading video #45 of 156
[youtube] 4mm2_N1XCTc: Downloading video webpage
[youtube] 4mm2_N1XCTc: Downloading video info webpage
[youtube] 4mm2_N1XCTc: Extracting video information
[download] Downloading video #46 of 156
[youtube] Y5PiGLQGSp8: Downloading video webpage
[youtube] Y5PiGLQGSp8: Downloading video info webpage
[youtube] Y5PiGLQGSp8: Extracting video information
[download] Downloading video #47 of 156
[youtube] MpDGlmESvEs: Downloading video webpage
[youtube] MpDGlmESvEs: Downloading video info webpage
[youtube] MpDGlmESvEs: Extracting video information
[download] Downloading video #48 of 156
[youtube] UOlKk1T5cMo: Downloading video webpage
[youtube] UOlKk1T5cMo: Downloading video info webpage
[youtube] UOlKk1T5cMo: Extracting video information
[download] Downloading video #49 of 156
[youtube] 1QU7BeuQYeY: Downloading video webpage
[youtube] 1QU7BeuQYeY: Downloading video info webpage
[youtube] 1QU7BeuQYeY: Extracting video information
[download] Downloading video #50 of 156
[youtube] 2zc3Sg58Lgw: Downloading video webpage
[youtube] 2zc3Sg58Lgw: Downloading video info webpage
[youtube] 2zc3Sg58Lgw: Extracting video information
[download] Downloading video #51 of 156
[youtube] X0xlOxVortU: Downloading video webpage
[youtube] X0xlOxVortU: Downloading video info webpage
[youtube] X0xlOxVortU: Extracting video information
[download] Downloading video #52 of 156
[youtube] rdi4MCnOtUk: Downloading video webpage
[youtube] rdi4MCnOtUk: Downloading video info webpage
[youtube] rdi4MCnOtUk: Extracting video information
[download] Downloading video #53 of 156
[youtube] 64klDvVQlVA: Downloading video webpage
[youtube] 64klDvVQlVA: Downloading video info webpage
[youtube] 64klDvVQlVA: Extracting video information
[download] Downloading video #54 of 156
[youtube] M3vSrNfZhFE: Downloading video webpage
[youtube] M3vSrNfZhFE: Downloading video info webpage
[youtube] M3vSrNfZhFE: Extracting video information
[download] Downloading video #55 of 156
[youtube] r54-ta8v9-0: Downloading video webpage
[youtube] r54-ta8v9-0: Downloading video info webpage
[youtube] r54-ta8v9-0: Extracting video information
[download] Downloading video #56 of 156
[youtube] LnI9spejq-I: Downloading video webpage
[youtube] LnI9spejq-I: Downloading video info webpage
[youtube] LnI9spejq-I: Extracting video information
[download] Downloading video #57 of 156
[youtube] TUmWxX-f3K8: Downloading video webpage
[youtube] TUmWxX-f3K8: Downloading video info webpage
[youtube] TUmWxX-f3K8: Extracting video information
[download] Downloading video #58 of 156
[youtube] 1G_iufMfdrw: Downloading video webpage
[youtube] 1G_iufMfdrw: Downloading video info webpage
[youtube] 1G_iufMfdrw: Extracting video information
[download] Downloading video #59 of 156
[youtube] BgLhgc29Mug: Downloading video webpage
[youtube] BgLhgc29Mug: Downloading video info webpage
[youtube] BgLhgc29Mug: Extracting video information
[download] Downloading video #60 of 156
[youtube] zTbMejlWwkA: Downloading video webpage
[youtube] zTbMejlWwkA: Downloading video info webpage
[youtube] zTbMejlWwkA: Extracting video information
[download] Downloading video #61 of 156
[youtube] 6_PRGyMB1Qs: Downloading video webpage
[youtube] 6_PRGyMB1Qs: Downloading video info webpage
[youtube] 6_PRGyMB1Qs: Extracting video information
[download] Downloading video #62 of 156
[youtube] D_gXz6MGE4w: Downloading video webpage
[youtube] D_gXz6MGE4w: Downloading video info webpage
[youtube] D_gXz6MGE4w: Extracting video information
[download] Downloading video #63 of 156
[youtube] mNy8JREpvcM: Downloading video webpage
[youtube] mNy8JREpvcM: Downloading video info webpage
[youtube] mNy8JREpvcM: Extracting video information
[download] Downloading video #64 of 156
[youtube] Wy6wyRjTlxE: Downloading video webpage
[youtube] Wy6wyRjTlxE: Downloading video info webpage
[youtube] Wy6wyRjTlxE: Extracting video information
[download] Downloading video #65 of 156
[youtube] OR0zNlmrUaU: Downloading video webpage
[youtube] OR0zNlmrUaU: Downloading video info webpage
[youtube] OR0zNlmrUaU: Extracting video information
[download] Downloading video #66 of 156
[youtube] -bhDkdrvLGg: Downloading video webpage
[youtube] -bhDkdrvLGg: Downloading video info webpage
[youtube] -bhDkdrvLGg: Extracting video information
[download] Downloading video #67 of 156
[youtube] 9Afo7plpdYA: Downloading video webpage
[youtube] 9Afo7plpdYA: Downloading video info webpage
[youtube] 9Afo7plpdYA: Extracting video information
[download] Downloading video #68 of 156
[youtube] lcfdVEseEd0: Downloading video webpage
[youtube] lcfdVEseEd0: Downloading video info webpage
[youtube] lcfdVEseEd0: Extracting video information
[download] Downloading video #69 of 156
[youtube] a6zZYTGr3ac: Downloading video webpage
[youtube] a6zZYTGr3ac: Downloading video info webpage
[youtube] a6zZYTGr3ac: Extracting video information
[download] Downloading video #70 of 156
[youtube] niTju2YWALs: Downloading video webpage
[youtube] niTju2YWALs: Downloading video info webpage
[youtube] niTju2YWALs: Extracting video information
[download] Downloading video #71 of 156
[youtube] s7TLPbB01Wg: Downloading video webpage
[youtube] s7TLPbB01Wg: Downloading video info webpage
[youtube] s7TLPbB01Wg: Extracting video information
[download] Downloading video #72 of 156
[youtube] ZpUwDIjT2n4: Downloading video webpage
[youtube] ZpUwDIjT2n4: Downloading video info webpage
[youtube] ZpUwDIjT2n4: Extracting video information
[download] Downloading video #73 of 156
[youtube] eJtVe3s_d2s: Downloading video webpage
[youtube] eJtVe3s_d2s: Downloading video info webpage
[youtube] eJtVe3s_d2s: Extracting video information
[download] Downloading video #74 of 156
[youtube] eFl8WkiUEsM: Downloading video webpage
[youtube] eFl8WkiUEsM: Downloading video info webpage
[youtube] eFl8WkiUEsM: Extracting video information
[download] Downloading video #75 of 156
[youtube] UeOtLRgu2Rs: Downloading video webpage
[youtube] UeOtLRgu2Rs: Downloading video info webpage
[youtube] UeOtLRgu2Rs: Extracting video information
[download] Downloading video #76 of 156
[youtube] ONl4jvGuENE: Downloading video webpage
[youtube] ONl4jvGuENE: Downloading video info webpage
[youtube] ONl4jvGuENE: Extracting video information
[download] Downloading video #77 of 156
[youtube] -X5TCs3M13k: Downloading video webpage
[youtube] -X5TCs3M13k: Downloading video info webpage
[youtube] -X5TCs3M13k: Extracting video information
[download] Downloading video #78 of 156
[youtube] _4khOQF-QKQ: Downloading video webpage
[youtube] _4khOQF-QKQ: Downloading video info webpage
[youtube] _4khOQF-QKQ: Extracting video information
[download] Downloading video #79 of 156
[youtube] E0iqP-saCUs: Downloading video webpage
[youtube] E0iqP-saCUs: Downloading video info webpage
[youtube] E0iqP-saCUs: Extracting video information
[download] Downloading video #80 of 156
[youtube] 34ERYXtK_sg: Downloading video webpage
[youtube] 34ERYXtK_sg: Downloading video info webpage
[youtube] 34ERYXtK_sg: Extracting video information
[download] Downloading video #81 of 156
[youtube] g-xyN8VxVEc: Downloading video webpage
[youtube] g-xyN8VxVEc: Downloading video info webpage
[youtube] g-xyN8VxVEc: Extracting video information
[download] Downloading video #82 of 156
[youtube] AknZa15zA7Y: Downloading video webpage
[youtube] AknZa15zA7Y: Downloading video info webpage
[youtube] AknZa15zA7Y: Extracting video information
[download] Downloading video #83 of 156
[youtube] jQlC1ul-srg: Downloading video webpage
[youtube] jQlC1ul-srg: Downloading video info webpage
[youtube] jQlC1ul-srg: Extracting video information
[download] Downloading video #84 of 156
[youtube] 0LAi_nRzA3I: Downloading video webpage
[youtube] 0LAi_nRzA3I: Downloading video info webpage
[youtube] 0LAi_nRzA3I: Extracting video information
[download] Downloading video #85 of 156
[youtube] qJsyJVuaQHE: Downloading video webpage
[youtube] qJsyJVuaQHE: Downloading video info webpage
[youtube] qJsyJVuaQHE: Extracting video information
[download] Downloading video #86 of 156
[youtube] aUhs68EQm4c: Downloading video webpage
[youtube] aUhs68EQm4c: Downloading video info webpage
[youtube] aUhs68EQm4c: Extracting video information
[download] Downloading video #87 of 156
[youtube] K5OEGWXnOe8: Downloading video webpage
[youtube] K5OEGWXnOe8: Downloading video info webpage
[youtube] K5OEGWXnOe8: Extracting video information
[download] Downloading video #88 of 156
[youtube] vEYLSZB2A2I: Downloading video webpage
[youtube] vEYLSZB2A2I: Downloading video info webpage
[youtube] vEYLSZB2A2I: Extracting video information
[download] Downloading video #89 of 156
[youtube] 7fgjR74E7kc: Downloading video webpage
[youtube] 7fgjR74E7kc: Downloading video info webpage
[youtube] 7fgjR74E7kc: Extracting video information
[download] Downloading video #90 of 156
[youtube] pnYn4aQgcb0: Downloading video webpage
[youtube] pnYn4aQgcb0: Downloading video info webpage
[youtube] pnYn4aQgcb0: Extracting video information
[download] Downloading video #91 of 156
[youtube] DMhGgtTarXE: Downloading video webpage
[youtube] DMhGgtTarXE: Downloading video info webpage
[youtube] DMhGgtTarXE: Extracting video information
[download] Downloading video #92 of 156
[youtube] 7MsAVw_66p0: Downloading video webpage
[youtube] 7MsAVw_66p0: Downloading video info webpage
[youtube] 7MsAVw_66p0: Extracting video information
[download] Downloading video #93 of 156
[youtube] WrTLxxttnJc: Downloading video webpage
[youtube] WrTLxxttnJc: Downloading video info webpage
[youtube] WrTLxxttnJc: Extracting video information
[download] Downloading video #94 of 156
[youtube] 9qFtxB75j5Y: Downloading video webpage
[youtube] 9qFtxB75j5Y: Downloading video info webpage
[youtube] 9qFtxB75j5Y: Extracting video information
[download] Downloading video #95 of 156
[youtube] w7GfL2WCYWA: Downloading video webpage
[youtube] w7GfL2WCYWA: Downloading video info webpage
[youtube] w7GfL2WCYWA: Extracting video information
[download] Downloading video #96 of 156
[youtube] SP-R_Civ8DY: Downloading video webpage
[youtube] SP-R_Civ8DY: Downloading video info webpage
[youtube] SP-R_Civ8DY: Extracting video information
[download] Downloading video #97 of 156
[youtube] is9GLQ3QG_c: Downloading video webpage
[youtube] is9GLQ3QG_c: Downloading video info webpage
[youtube] is9GLQ3QG_c: Extracting video information
[download] Downloading video #98 of 156
[youtube] O-18mc5a_r4: Downloading video webpage
[youtube] O-18mc5a_r4: Downloading video info webpage
[youtube] O-18mc5a_r4: Extracting video information
[download] Downloading video #99 of 156
[youtube] GyOZ6VogFkE: Downloading video webpage
[youtube] GyOZ6VogFkE: Downloading video info webpage
[youtube] GyOZ6VogFkE: Extracting video information
[download] Downloading video #100 of 156
[youtube] WUqlCb8bKQM: Downloading video webpage
[youtube] WUqlCb8bKQM: Downloading video info webpage
[youtube] WUqlCb8bKQM: Extracting video information
[download] Downloading video #101 of 156
[youtube] FEjlFtJzGV0: Downloading video webpage
[youtube] FEjlFtJzGV0: Downloading video info webpage
[youtube] FEjlFtJzGV0: Extracting video information
[download] Downloading video #102 of 156
[youtube] 3csupCVBj9M: Downloading video webpage
[youtube] 3csupCVBj9M: Downloading video info webpage
[youtube] 3csupCVBj9M: Extracting video information
[download] Downloading video #103 of 156
[youtube] M0CEqRtWppE: Downloading video webpage
[youtube] M0CEqRtWppE: Downloading video info webpage
[youtube] M0CEqRtWppE: Extracting video information
[download] Downloading video #104 of 156
[youtube] v5gvFE2n2xo: Downloading video webpage
[youtube] v5gvFE2n2xo: Downloading video info webpage
[youtube] v5gvFE2n2xo: Extracting video information
[download] Downloading video #105 of 156
[youtube] RFAu0-E5hvs: Downloading video webpage
[youtube] RFAu0-E5hvs: Downloading video info webpage
[youtube] RFAu0-E5hvs: Extracting video information
[download] Downloading video #106 of 156
[youtube] UKCTaKZ4EC0: Downloading video webpage
[youtube] UKCTaKZ4EC0: Downloading video info webpage
[youtube] UKCTaKZ4EC0: Extracting video information
[download] Downloading video #107 of 156
[youtube] ToKbXBGjhwo: Downloading video webpage
[youtube] ToKbXBGjhwo: Downloading video info webpage
[youtube] ToKbXBGjhwo: Extracting video information
[download] Downloading video #108 of 156
[youtube] 8La1vlvPfy0: Downloading video webpage
[youtube] 8La1vlvPfy0: Downloading video info webpage
[youtube] 8La1vlvPfy0: Extracting video information
[download] Downloading video #109 of 156
[youtube] _GoiWpYnpE4: Downloading video webpage
[youtube] _GoiWpYnpE4: Downloading video info webpage
[youtube] _GoiWpYnpE4: Extracting video information
[download] Downloading video #110 of 156
[youtube] 90YxlYoeMus: Downloading video webpage
[youtube] 90YxlYoeMus: Downloading video info webpage
[youtube] 90YxlYoeMus: Extracting video information
[download] Downloading video #111 of 156
[youtube] NDdgyn7Se2o: Downloading video webpage
[youtube] NDdgyn7Se2o: Downloading video info webpage
[youtube] NDdgyn7Se2o: Extracting video information
[download] Downloading video #112 of 156
[youtube] DQUdiEXdlwM: Downloading video webpage
[youtube] DQUdiEXdlwM: Downloading video info webpage
[youtube] DQUdiEXdlwM: Extracting video information
[download] Downloading video #113 of 156
[youtube] B0gZsVhJ2xM: Downloading video webpage
[youtube] B0gZsVhJ2xM: Downloading video info webpage
[youtube] B0gZsVhJ2xM: Extracting video information
[download] Downloading video #114 of 156
[youtube] tk5M3kEAF-s: Downloading video webpage
[youtube] tk5M3kEAF-s: Downloading video info webpage
[youtube] tk5M3kEAF-s: Extracting video information
[download] Downloading video #115 of 156
[youtube] ZfttjtjuJOY: Downloading video webpage
[youtube] ZfttjtjuJOY: Downloading video info webpage
[youtube] ZfttjtjuJOY: Extracting video information
[download] Downloading video #116 of 156
[youtube] _MD05ylkKUE: Downloading video webpage
[youtube] _MD05ylkKUE: Downloading video info webpage
[youtube] _MD05ylkKUE: Extracting video information
[download] Downloading video #117 of 156
[youtube] WLjetY4MCpg: Downloading video webpage
[youtube] WLjetY4MCpg: Downloading video info webpage
[youtube] WLjetY4MCpg: Extracting video information
[download] Downloading video #118 of 156
[youtube] OhLReUfJIr8: Downloading video webpage
[youtube] OhLReUfJIr8: Downloading video info webpage
[youtube] OhLReUfJIr8: Extracting video information
[download] Downloading video #119 of 156
[youtube] AwaPeg07D9Y: Downloading video webpage
[youtube] AwaPeg07D9Y: Downloading video info webpage
[youtube] AwaPeg07D9Y: Extracting video information
[download] Downloading video #120 of 156
[youtube] GxjGWWRfrK0: Downloading video webpage
[youtube] GxjGWWRfrK0: Downloading video info webpage
[youtube] GxjGWWRfrK0: Extracting video information
[download] Downloading video #121 of 156
[youtube] WoV6xDF0eKU: Downloading video webpage
[youtube] WoV6xDF0eKU: Downloading video info webpage
[youtube] WoV6xDF0eKU: Extracting video information
[download] Downloading video #122 of 156
[youtube] S7wPMKkbauk: Downloading video webpage
[youtube] S7wPMKkbauk: Downloading video info webpage
[youtube] S7wPMKkbauk: Extracting video information
[download] Downloading video #123 of 156
[youtube] 1x0HiHopD-k: Downloading video webpage
[youtube] 1x0HiHopD-k: Downloading video info webpage
[youtube] 1x0HiHopD-k: Extracting video information
[download] Downloading video #124 of 156
[youtube] 2vSlXiSRHh8: Downloading video webpage
[youtube] 2vSlXiSRHh8: Downloading video info webpage
[youtube] 2vSlXiSRHh8: Extracting video information
[download] Downloading video #125 of 156
[youtube] LAv-cAlEJbg: Downloading video webpage
[youtube] LAv-cAlEJbg: Downloading video info webpage
[youtube] LAv-cAlEJbg: Extracting video information
[download] Downloading video #126 of 156
[youtube] s6h3GkjXLu4: Downloading video webpage
[youtube] s6h3GkjXLu4: Downloading video info webpage
[youtube] s6h3GkjXLu4: Extracting video information
[download] Downloading video #127 of 156
[youtube] lm-7G4KstzQ: Downloading video webpage
[youtube] lm-7G4KstzQ: Downloading video info webpage
[youtube] lm-7G4KstzQ: Extracting video information
[download] Downloading video #128 of 156
[youtube] b0UzzL2zTq8: Downloading video webpage
[youtube] b0UzzL2zTq8: Downloading video info webpage
[youtube] b0UzzL2zTq8: Extracting video information
[download] Downloading video #129 of 156
[youtube] Zm4E1Ry8RDs: Downloading video webpage
[youtube] Zm4E1Ry8RDs: Downloading video info webpage
[youtube] Zm4E1Ry8RDs: Extracting video information
[download] Downloading video #130 of 156
[youtube] O1Ps4Q_5naw: Downloading video webpage
[youtube] O1Ps4Q_5naw: Downloading video info webpage
[youtube] O1Ps4Q_5naw: Extracting video information
[download] Downloading video #131 of 156
[youtube] CRoUAlHumeo: Downloading video webpage
[youtube] CRoUAlHumeo: Downloading video info webpage
[youtube] CRoUAlHumeo: Extracting video information
[download] Downloading video #132 of 156
[youtube] EjLozoO8LaU: Downloading video webpage
[youtube] EjLozoO8LaU: Downloading video info webpage
[youtube] EjLozoO8LaU: Extracting video information
[download] Downloading video #133 of 156
[youtube] -D2H57vo00Y: Downloading video webpage
[youtube] -D2H57vo00Y: Downloading video info webpage
[youtube] -D2H57vo00Y: Extracting video information
[download] Downloading video #134 of 156
[youtube] tYZXCofscak: Downloading video webpage
[youtube] tYZXCofscak: Downloading video info webpage
[youtube] tYZXCofscak: Extracting video information
[download] Downloading video #135 of 156
[youtube] Jt2BEOVNkew: Downloading video webpage
[youtube] Jt2BEOVNkew: Downloading video info webpage
[youtube] Jt2BEOVNkew: Extracting video information
[download] Resuming download at byte 148647000
[download] Destination: BAUS Chuang Yen Monastery\A Course in the Majjhima Nikay
a with Ven. Bhikkhu Bodhi\00135-Majjhima Nikaya (MN 87, part 1 - 2012.11.17) Bhi
kkhu Bodhi-Jt2BEOVNkew.mp4
[download] 30.8% of 475.42MiB at 118.99KiB/s ETA 47:0955

@sirinath commented on GitHub (Dec 27, 2013): C:\Downloads>youtube-dl -U Updating to version 2013.12.26... C:\Downloads>echo ERRORLEVEL is 0 ERRORLEVEL is 0 C:\Downloads>if 0 NEQ 0 goto loop0 C:\Downloads>youtube-dl -i -w -c -f mp4 -v -o "%(uploader)s\%(playlist)s\%(playl ist_index)s-%(title)s-%(id)s.%(ext)s" http://www.youtube.com/playlist?list=PL23D E0292227250FA Waiting for file handle to be closed ... [debug] System config: [] [debug] User config: [] [debug] Command-line args: ['-i', '-w', '-c', '-f', 'mp4', '-v', '-o', '%(upload er)s\%(playlist)s\%(playlist_index)s-%(title)s-%(id)s.%(ext)s', 'http://www.yo utube.com/playlist?list=PL23DE0292227250FA'] [debug] youtube-dl version 2013.12.04 [debug] Python version 2.7.5 - Windows-8-6.2.9200 [debug] Proxy map: {} [youtube:playlist] PL23DE0292227250FA: Downloading page #1 [download] Downloading playlist: A Course in the Majjhima Nikaya with Ven. Bhikk hu Bodhi [youtube:playlist] playlist 'A Course in the Majjhima Nikaya with Ven. Bhikkhu B odhi': Collected 156 video ids (downloading 156 of them) [download] Downloading video #1 of 156 [youtube] Setting language [youtube] ACdD43qxMaI: Downloading video webpage Access is denied. Updated youtube-dl to version 2013.12.26. [youtube] ACdD43qxMaI: Downloading video info webpage [youtube] ACdD43qxMaI: Extracting video information [download] Downloading video #2 of 156 [youtube] 6y_sRyJBgrE: Downloading video webpage [youtube] 6y_sRyJBgrE: Downloading video info webpage [youtube] 6y_sRyJBgrE: Extracting video information [download] Downloading video #3 of 156 [youtube] w8n3AIWHyyA: Downloading video webpage [youtube] w8n3AIWHyyA: Downloading video info webpage [youtube] w8n3AIWHyyA: Extracting video information [download] Downloading video #4 of 156 [youtube] 51SAwOswSEM: Downloading video webpage [youtube] 51SAwOswSEM: Downloading video info webpage [youtube] 51SAwOswSEM: Extracting video information [download] Downloading video #5 of 156 [youtube] J46ns5JK-54: Downloading video webpage [youtube] J46ns5JK-54: Downloading video info webpage [youtube] J46ns5JK-54: Extracting video information [download] Downloading video #6 of 156 [youtube] 1sr00iw2tvg: Downloading video webpage [youtube] 1sr00iw2tvg: Downloading video info webpage [youtube] 1sr00iw2tvg: Extracting video information [download] Downloading video #7 of 156 [youtube] hroDku0qQAc: Downloading video webpage [youtube] hroDku0qQAc: Downloading video info webpage [youtube] hroDku0qQAc: Extracting video information [download] Downloading video #8 of 156 [youtube] PHZHUTKlR5A: Downloading video webpage [youtube] PHZHUTKlR5A: Downloading video info webpage [youtube] PHZHUTKlR5A: Extracting video information [download] Downloading video #9 of 156 [youtube] AUQ5rZPYqkY: Downloading video webpage [youtube] AUQ5rZPYqkY: Downloading video info webpage [youtube] AUQ5rZPYqkY: Extracting video information [download] Downloading video #10 of 156 [youtube] 1TGOGDCTeo0: Downloading video webpage [youtube] 1TGOGDCTeo0: Downloading video info webpage [youtube] 1TGOGDCTeo0: Extracting video information [download] Downloading video #11 of 156 [youtube] HcXjAVceBYI: Downloading video webpage [youtube] HcXjAVceBYI: Downloading video info webpage [youtube] HcXjAVceBYI: Extracting video information [download] Downloading video #12 of 156 [youtube] KrlIbUMwHKk: Downloading video webpage [youtube] KrlIbUMwHKk: Downloading video info webpage [youtube] KrlIbUMwHKk: Extracting video information [download] Downloading video #13 of 156 [youtube] 4RYCml078X4: Downloading video webpage [youtube] 4RYCml078X4: Downloading video info webpage [youtube] 4RYCml078X4: Extracting video information [download] Downloading video #14 of 156 [youtube] ksrWVfk7X5s: Downloading video webpage [youtube] ksrWVfk7X5s: Downloading video info webpage [youtube] ksrWVfk7X5s: Extracting video information [download] Downloading video #15 of 156 [youtube] _xqMc3mqj7E: Downloading video webpage [youtube] _xqMc3mqj7E: Downloading video info webpage [youtube] _xqMc3mqj7E: Extracting video information [download] Downloading video #16 of 156 [youtube] CouZw1Jo5YE: Downloading video webpage [youtube] CouZw1Jo5YE: Downloading video info webpage [youtube] CouZw1Jo5YE: Extracting video information [download] Downloading video #17 of 156 [youtube] ziNUgMcS5DU: Downloading video webpage [youtube] ziNUgMcS5DU: Downloading video info webpage [youtube] ziNUgMcS5DU: Extracting video information [download] Downloading video #18 of 156 [youtube] iT5Fb9adjcI: Downloading video webpage [youtube] iT5Fb9adjcI: Downloading video info webpage [youtube] iT5Fb9adjcI: Extracting video information [download] Downloading video #19 of 156 [youtube] MmsdRXm2Y10: Downloading video webpage [youtube] MmsdRXm2Y10: Downloading video info webpage [youtube] MmsdRXm2Y10: Extracting video information [download] Downloading video #20 of 156 [youtube] iIgqRQSDEJo: Downloading video webpage [youtube] iIgqRQSDEJo: Downloading video info webpage [youtube] iIgqRQSDEJo: Extracting video information [download] Downloading video #21 of 156 [youtube] cA0KLO9NZeo: Downloading video webpage [youtube] cA0KLO9NZeo: Downloading video info webpage [youtube] cA0KLO9NZeo: Extracting video information [download] Downloading video #22 of 156 [youtube] UwzflUSVVGE: Downloading video webpage [youtube] UwzflUSVVGE: Downloading video info webpage [youtube] UwzflUSVVGE: Extracting video information [download] Downloading video #23 of 156 [youtube] ShXkJOeTZrI: Downloading video webpage [youtube] ShXkJOeTZrI: Downloading video info webpage [youtube] ShXkJOeTZrI: Extracting video information [download] Downloading video #24 of 156 [youtube] 7wbfs7wxgis: Downloading video webpage [youtube] 7wbfs7wxgis: Downloading video info webpage [youtube] 7wbfs7wxgis: Extracting video information [download] Downloading video #25 of 156 [youtube] 9lUqyhgGD8M: Downloading video webpage [youtube] 9lUqyhgGD8M: Downloading video info webpage [youtube] 9lUqyhgGD8M: Extracting video information [download] Downloading video #26 of 156 [youtube] tmaKFSKNkq8: Downloading video webpage [youtube] tmaKFSKNkq8: Downloading video info webpage [youtube] tmaKFSKNkq8: Extracting video information [download] Downloading video #27 of 156 [youtube] DfUa4BjaYxo: Downloading video webpage [youtube] DfUa4BjaYxo: Downloading video info webpage [youtube] DfUa4BjaYxo: Extracting video information [download] Downloading video #28 of 156 [youtube] PJpDonKnut0: Downloading video webpage [youtube] PJpDonKnut0: Downloading video info webpage [youtube] PJpDonKnut0: Extracting video information [download] Downloading video #29 of 156 [youtube] bOPfDjOVyOo: Downloading video webpage [youtube] bOPfDjOVyOo: Downloading video info webpage [youtube] bOPfDjOVyOo: Extracting video information [download] Downloading video #30 of 156 [youtube] pWIyak3Ctc4: Downloading video webpage [youtube] pWIyak3Ctc4: Downloading video info webpage [youtube] pWIyak3Ctc4: Extracting video information [download] Downloading video #31 of 156 [youtube] CCmeb_tAF8s: Downloading video webpage [youtube] CCmeb_tAF8s: Downloading video info webpage [youtube] CCmeb_tAF8s: Extracting video information [download] Downloading video #32 of 156 [youtube] z03DFD4LyE8: Downloading video webpage [youtube] z03DFD4LyE8: Downloading video info webpage [youtube] z03DFD4LyE8: Extracting video information [download] Downloading video #33 of 156 [youtube] mSXjlFzyniM: Downloading video webpage [youtube] mSXjlFzyniM: Downloading video info webpage [youtube] mSXjlFzyniM: Extracting video information [download] Downloading video #34 of 156 [youtube] hEUZGHntUnk: Downloading video webpage [youtube] hEUZGHntUnk: Downloading video info webpage [youtube] hEUZGHntUnk: Extracting video information [download] Downloading video #35 of 156 [youtube] sjtFCSumbhg: Downloading video webpage [youtube] sjtFCSumbhg: Downloading video info webpage [youtube] sjtFCSumbhg: Extracting video information [download] Downloading video #36 of 156 [youtube] rq9Xx7mbTIM: Downloading video webpage [youtube] rq9Xx7mbTIM: Downloading video info webpage [youtube] rq9Xx7mbTIM: Extracting video information [download] Downloading video #37 of 156 [youtube] Aw884vWVEd0: Downloading video webpage [youtube] Aw884vWVEd0: Downloading video info webpage [youtube] Aw884vWVEd0: Extracting video information [download] Downloading video #38 of 156 [youtube] 3gsC4dywnas: Downloading video webpage [youtube] 3gsC4dywnas: Downloading video info webpage [youtube] 3gsC4dywnas: Extracting video information [download] Downloading video #39 of 156 [youtube] oiw8j5lmGhw: Downloading video webpage [youtube] oiw8j5lmGhw: Downloading video info webpage [youtube] oiw8j5lmGhw: Extracting video information [download] Downloading video #40 of 156 [youtube] Pu0oSC706d4: Downloading video webpage [youtube] Pu0oSC706d4: Downloading video info webpage [youtube] Pu0oSC706d4: Extracting video information [download] Downloading video #41 of 156 [youtube] 3V6A__wV5bs: Downloading video webpage [youtube] 3V6A__wV5bs: Downloading video info webpage [youtube] 3V6A__wV5bs: Extracting video information [download] Downloading video #42 of 156 [youtube] 2zMB6cjMBkU: Downloading video webpage [youtube] 2zMB6cjMBkU: Downloading video info webpage [youtube] 2zMB6cjMBkU: Extracting video information [download] Downloading video #43 of 156 [youtube] VPbEnVzRTZQ: Downloading video webpage [youtube] VPbEnVzRTZQ: Downloading video info webpage [youtube] VPbEnVzRTZQ: Extracting video information [download] Downloading video #44 of 156 [youtube] zeOCbl7UJjo: Downloading video webpage [youtube] zeOCbl7UJjo: Downloading video info webpage [youtube] zeOCbl7UJjo: Extracting video information [download] Downloading video #45 of 156 [youtube] 4mm2_N1XCTc: Downloading video webpage [youtube] 4mm2_N1XCTc: Downloading video info webpage [youtube] 4mm2_N1XCTc: Extracting video information [download] Downloading video #46 of 156 [youtube] Y5PiGLQGSp8: Downloading video webpage [youtube] Y5PiGLQGSp8: Downloading video info webpage [youtube] Y5PiGLQGSp8: Extracting video information [download] Downloading video #47 of 156 [youtube] MpDGlmESvEs: Downloading video webpage [youtube] MpDGlmESvEs: Downloading video info webpage [youtube] MpDGlmESvEs: Extracting video information [download] Downloading video #48 of 156 [youtube] UOlKk1T5cMo: Downloading video webpage [youtube] UOlKk1T5cMo: Downloading video info webpage [youtube] UOlKk1T5cMo: Extracting video information [download] Downloading video #49 of 156 [youtube] 1QU7BeuQYeY: Downloading video webpage [youtube] 1QU7BeuQYeY: Downloading video info webpage [youtube] 1QU7BeuQYeY: Extracting video information [download] Downloading video #50 of 156 [youtube] 2zc3Sg58Lgw: Downloading video webpage [youtube] 2zc3Sg58Lgw: Downloading video info webpage [youtube] 2zc3Sg58Lgw: Extracting video information [download] Downloading video #51 of 156 [youtube] X0xlOxVortU: Downloading video webpage [youtube] X0xlOxVortU: Downloading video info webpage [youtube] X0xlOxVortU: Extracting video information [download] Downloading video #52 of 156 [youtube] rdi4MCnOtUk: Downloading video webpage [youtube] rdi4MCnOtUk: Downloading video info webpage [youtube] rdi4MCnOtUk: Extracting video information [download] Downloading video #53 of 156 [youtube] 64klDvVQlVA: Downloading video webpage [youtube] 64klDvVQlVA: Downloading video info webpage [youtube] 64klDvVQlVA: Extracting video information [download] Downloading video #54 of 156 [youtube] M3vSrNfZhFE: Downloading video webpage [youtube] M3vSrNfZhFE: Downloading video info webpage [youtube] M3vSrNfZhFE: Extracting video information [download] Downloading video #55 of 156 [youtube] r54-ta8v9-0: Downloading video webpage [youtube] r54-ta8v9-0: Downloading video info webpage [youtube] r54-ta8v9-0: Extracting video information [download] Downloading video #56 of 156 [youtube] LnI9spejq-I: Downloading video webpage [youtube] LnI9spejq-I: Downloading video info webpage [youtube] LnI9spejq-I: Extracting video information [download] Downloading video #57 of 156 [youtube] TUmWxX-f3K8: Downloading video webpage [youtube] TUmWxX-f3K8: Downloading video info webpage [youtube] TUmWxX-f3K8: Extracting video information [download] Downloading video #58 of 156 [youtube] 1G_iufMfdrw: Downloading video webpage [youtube] 1G_iufMfdrw: Downloading video info webpage [youtube] 1G_iufMfdrw: Extracting video information [download] Downloading video #59 of 156 [youtube] BgLhgc29Mug: Downloading video webpage [youtube] BgLhgc29Mug: Downloading video info webpage [youtube] BgLhgc29Mug: Extracting video information [download] Downloading video #60 of 156 [youtube] zTbMejlWwkA: Downloading video webpage [youtube] zTbMejlWwkA: Downloading video info webpage [youtube] zTbMejlWwkA: Extracting video information [download] Downloading video #61 of 156 [youtube] 6_PRGyMB1Qs: Downloading video webpage [youtube] 6_PRGyMB1Qs: Downloading video info webpage [youtube] 6_PRGyMB1Qs: Extracting video information [download] Downloading video #62 of 156 [youtube] D_gXz6MGE4w: Downloading video webpage [youtube] D_gXz6MGE4w: Downloading video info webpage [youtube] D_gXz6MGE4w: Extracting video information [download] Downloading video #63 of 156 [youtube] mNy8JREpvcM: Downloading video webpage [youtube] mNy8JREpvcM: Downloading video info webpage [youtube] mNy8JREpvcM: Extracting video information [download] Downloading video #64 of 156 [youtube] Wy6wyRjTlxE: Downloading video webpage [youtube] Wy6wyRjTlxE: Downloading video info webpage [youtube] Wy6wyRjTlxE: Extracting video information [download] Downloading video #65 of 156 [youtube] OR0zNlmrUaU: Downloading video webpage [youtube] OR0zNlmrUaU: Downloading video info webpage [youtube] OR0zNlmrUaU: Extracting video information [download] Downloading video #66 of 156 [youtube] -bhDkdrvLGg: Downloading video webpage [youtube] -bhDkdrvLGg: Downloading video info webpage [youtube] -bhDkdrvLGg: Extracting video information [download] Downloading video #67 of 156 [youtube] 9Afo7plpdYA: Downloading video webpage [youtube] 9Afo7plpdYA: Downloading video info webpage [youtube] 9Afo7plpdYA: Extracting video information [download] Downloading video #68 of 156 [youtube] lcfdVEseEd0: Downloading video webpage [youtube] lcfdVEseEd0: Downloading video info webpage [youtube] lcfdVEseEd0: Extracting video information [download] Downloading video #69 of 156 [youtube] a6zZYTGr3ac: Downloading video webpage [youtube] a6zZYTGr3ac: Downloading video info webpage [youtube] a6zZYTGr3ac: Extracting video information [download] Downloading video #70 of 156 [youtube] niTju2YWALs: Downloading video webpage [youtube] niTju2YWALs: Downloading video info webpage [youtube] niTju2YWALs: Extracting video information [download] Downloading video #71 of 156 [youtube] s7TLPbB01Wg: Downloading video webpage [youtube] s7TLPbB01Wg: Downloading video info webpage [youtube] s7TLPbB01Wg: Extracting video information [download] Downloading video #72 of 156 [youtube] ZpUwDIjT2n4: Downloading video webpage [youtube] ZpUwDIjT2n4: Downloading video info webpage [youtube] ZpUwDIjT2n4: Extracting video information [download] Downloading video #73 of 156 [youtube] eJtVe3s_d2s: Downloading video webpage [youtube] eJtVe3s_d2s: Downloading video info webpage [youtube] eJtVe3s_d2s: Extracting video information [download] Downloading video #74 of 156 [youtube] eFl8WkiUEsM: Downloading video webpage [youtube] eFl8WkiUEsM: Downloading video info webpage [youtube] eFl8WkiUEsM: Extracting video information [download] Downloading video #75 of 156 [youtube] UeOtLRgu2Rs: Downloading video webpage [youtube] UeOtLRgu2Rs: Downloading video info webpage [youtube] UeOtLRgu2Rs: Extracting video information [download] Downloading video #76 of 156 [youtube] ONl4jvGuENE: Downloading video webpage [youtube] ONl4jvGuENE: Downloading video info webpage [youtube] ONl4jvGuENE: Extracting video information [download] Downloading video #77 of 156 [youtube] -X5TCs3M13k: Downloading video webpage [youtube] -X5TCs3M13k: Downloading video info webpage [youtube] -X5TCs3M13k: Extracting video information [download] Downloading video #78 of 156 [youtube] _4khOQF-QKQ: Downloading video webpage [youtube] _4khOQF-QKQ: Downloading video info webpage [youtube] _4khOQF-QKQ: Extracting video information [download] Downloading video #79 of 156 [youtube] E0iqP-saCUs: Downloading video webpage [youtube] E0iqP-saCUs: Downloading video info webpage [youtube] E0iqP-saCUs: Extracting video information [download] Downloading video #80 of 156 [youtube] 34ERYXtK_sg: Downloading video webpage [youtube] 34ERYXtK_sg: Downloading video info webpage [youtube] 34ERYXtK_sg: Extracting video information [download] Downloading video #81 of 156 [youtube] g-xyN8VxVEc: Downloading video webpage [youtube] g-xyN8VxVEc: Downloading video info webpage [youtube] g-xyN8VxVEc: Extracting video information [download] Downloading video #82 of 156 [youtube] AknZa15zA7Y: Downloading video webpage [youtube] AknZa15zA7Y: Downloading video info webpage [youtube] AknZa15zA7Y: Extracting video information [download] Downloading video #83 of 156 [youtube] jQlC1ul-srg: Downloading video webpage [youtube] jQlC1ul-srg: Downloading video info webpage [youtube] jQlC1ul-srg: Extracting video information [download] Downloading video #84 of 156 [youtube] 0LAi_nRzA3I: Downloading video webpage [youtube] 0LAi_nRzA3I: Downloading video info webpage [youtube] 0LAi_nRzA3I: Extracting video information [download] Downloading video #85 of 156 [youtube] qJsyJVuaQHE: Downloading video webpage [youtube] qJsyJVuaQHE: Downloading video info webpage [youtube] qJsyJVuaQHE: Extracting video information [download] Downloading video #86 of 156 [youtube] aUhs68EQm4c: Downloading video webpage [youtube] aUhs68EQm4c: Downloading video info webpage [youtube] aUhs68EQm4c: Extracting video information [download] Downloading video #87 of 156 [youtube] K5OEGWXnOe8: Downloading video webpage [youtube] K5OEGWXnOe8: Downloading video info webpage [youtube] K5OEGWXnOe8: Extracting video information [download] Downloading video #88 of 156 [youtube] vEYLSZB2A2I: Downloading video webpage [youtube] vEYLSZB2A2I: Downloading video info webpage [youtube] vEYLSZB2A2I: Extracting video information [download] Downloading video #89 of 156 [youtube] 7fgjR74E7kc: Downloading video webpage [youtube] 7fgjR74E7kc: Downloading video info webpage [youtube] 7fgjR74E7kc: Extracting video information [download] Downloading video #90 of 156 [youtube] pnYn4aQgcb0: Downloading video webpage [youtube] pnYn4aQgcb0: Downloading video info webpage [youtube] pnYn4aQgcb0: Extracting video information [download] Downloading video #91 of 156 [youtube] DMhGgtTarXE: Downloading video webpage [youtube] DMhGgtTarXE: Downloading video info webpage [youtube] DMhGgtTarXE: Extracting video information [download] Downloading video #92 of 156 [youtube] 7MsAVw_66p0: Downloading video webpage [youtube] 7MsAVw_66p0: Downloading video info webpage [youtube] 7MsAVw_66p0: Extracting video information [download] Downloading video #93 of 156 [youtube] WrTLxxttnJc: Downloading video webpage [youtube] WrTLxxttnJc: Downloading video info webpage [youtube] WrTLxxttnJc: Extracting video information [download] Downloading video #94 of 156 [youtube] 9qFtxB75j5Y: Downloading video webpage [youtube] 9qFtxB75j5Y: Downloading video info webpage [youtube] 9qFtxB75j5Y: Extracting video information [download] Downloading video #95 of 156 [youtube] w7GfL2WCYWA: Downloading video webpage [youtube] w7GfL2WCYWA: Downloading video info webpage [youtube] w7GfL2WCYWA: Extracting video information [download] Downloading video #96 of 156 [youtube] SP-R_Civ8DY: Downloading video webpage [youtube] SP-R_Civ8DY: Downloading video info webpage [youtube] SP-R_Civ8DY: Extracting video information [download] Downloading video #97 of 156 [youtube] is9GLQ3QG_c: Downloading video webpage [youtube] is9GLQ3QG_c: Downloading video info webpage [youtube] is9GLQ3QG_c: Extracting video information [download] Downloading video #98 of 156 [youtube] O-18mc5a_r4: Downloading video webpage [youtube] O-18mc5a_r4: Downloading video info webpage [youtube] O-18mc5a_r4: Extracting video information [download] Downloading video #99 of 156 [youtube] GyOZ6VogFkE: Downloading video webpage [youtube] GyOZ6VogFkE: Downloading video info webpage [youtube] GyOZ6VogFkE: Extracting video information [download] Downloading video #100 of 156 [youtube] WUqlCb8bKQM: Downloading video webpage [youtube] WUqlCb8bKQM: Downloading video info webpage [youtube] WUqlCb8bKQM: Extracting video information [download] Downloading video #101 of 156 [youtube] FEjlFtJzGV0: Downloading video webpage [youtube] FEjlFtJzGV0: Downloading video info webpage [youtube] FEjlFtJzGV0: Extracting video information [download] Downloading video #102 of 156 [youtube] 3csupCVBj9M: Downloading video webpage [youtube] 3csupCVBj9M: Downloading video info webpage [youtube] 3csupCVBj9M: Extracting video information [download] Downloading video #103 of 156 [youtube] M0CEqRtWppE: Downloading video webpage [youtube] M0CEqRtWppE: Downloading video info webpage [youtube] M0CEqRtWppE: Extracting video information [download] Downloading video #104 of 156 [youtube] v5gvFE2n2xo: Downloading video webpage [youtube] v5gvFE2n2xo: Downloading video info webpage [youtube] v5gvFE2n2xo: Extracting video information [download] Downloading video #105 of 156 [youtube] RFAu0-E5hvs: Downloading video webpage [youtube] RFAu0-E5hvs: Downloading video info webpage [youtube] RFAu0-E5hvs: Extracting video information [download] Downloading video #106 of 156 [youtube] UKCTaKZ4EC0: Downloading video webpage [youtube] UKCTaKZ4EC0: Downloading video info webpage [youtube] UKCTaKZ4EC0: Extracting video information [download] Downloading video #107 of 156 [youtube] ToKbXBGjhwo: Downloading video webpage [youtube] ToKbXBGjhwo: Downloading video info webpage [youtube] ToKbXBGjhwo: Extracting video information [download] Downloading video #108 of 156 [youtube] 8La1vlvPfy0: Downloading video webpage [youtube] 8La1vlvPfy0: Downloading video info webpage [youtube] 8La1vlvPfy0: Extracting video information [download] Downloading video #109 of 156 [youtube] _GoiWpYnpE4: Downloading video webpage [youtube] _GoiWpYnpE4: Downloading video info webpage [youtube] _GoiWpYnpE4: Extracting video information [download] Downloading video #110 of 156 [youtube] 90YxlYoeMus: Downloading video webpage [youtube] 90YxlYoeMus: Downloading video info webpage [youtube] 90YxlYoeMus: Extracting video information [download] Downloading video #111 of 156 [youtube] NDdgyn7Se2o: Downloading video webpage [youtube] NDdgyn7Se2o: Downloading video info webpage [youtube] NDdgyn7Se2o: Extracting video information [download] Downloading video #112 of 156 [youtube] DQUdiEXdlwM: Downloading video webpage [youtube] DQUdiEXdlwM: Downloading video info webpage [youtube] DQUdiEXdlwM: Extracting video information [download] Downloading video #113 of 156 [youtube] B0gZsVhJ2xM: Downloading video webpage [youtube] B0gZsVhJ2xM: Downloading video info webpage [youtube] B0gZsVhJ2xM: Extracting video information [download] Downloading video #114 of 156 [youtube] tk5M3kEAF-s: Downloading video webpage [youtube] tk5M3kEAF-s: Downloading video info webpage [youtube] tk5M3kEAF-s: Extracting video information [download] Downloading video #115 of 156 [youtube] ZfttjtjuJOY: Downloading video webpage [youtube] ZfttjtjuJOY: Downloading video info webpage [youtube] ZfttjtjuJOY: Extracting video information [download] Downloading video #116 of 156 [youtube] _MD05ylkKUE: Downloading video webpage [youtube] _MD05ylkKUE: Downloading video info webpage [youtube] _MD05ylkKUE: Extracting video information [download] Downloading video #117 of 156 [youtube] WLjetY4MCpg: Downloading video webpage [youtube] WLjetY4MCpg: Downloading video info webpage [youtube] WLjetY4MCpg: Extracting video information [download] Downloading video #118 of 156 [youtube] OhLReUfJIr8: Downloading video webpage [youtube] OhLReUfJIr8: Downloading video info webpage [youtube] OhLReUfJIr8: Extracting video information [download] Downloading video #119 of 156 [youtube] AwaPeg07D9Y: Downloading video webpage [youtube] AwaPeg07D9Y: Downloading video info webpage [youtube] AwaPeg07D9Y: Extracting video information [download] Downloading video #120 of 156 [youtube] GxjGWWRfrK0: Downloading video webpage [youtube] GxjGWWRfrK0: Downloading video info webpage [youtube] GxjGWWRfrK0: Extracting video information [download] Downloading video #121 of 156 [youtube] WoV6xDF0eKU: Downloading video webpage [youtube] WoV6xDF0eKU: Downloading video info webpage [youtube] WoV6xDF0eKU: Extracting video information [download] Downloading video #122 of 156 [youtube] S7wPMKkbauk: Downloading video webpage [youtube] S7wPMKkbauk: Downloading video info webpage [youtube] S7wPMKkbauk: Extracting video information [download] Downloading video #123 of 156 [youtube] 1x0HiHopD-k: Downloading video webpage [youtube] 1x0HiHopD-k: Downloading video info webpage [youtube] 1x0HiHopD-k: Extracting video information [download] Downloading video #124 of 156 [youtube] 2vSlXiSRHh8: Downloading video webpage [youtube] 2vSlXiSRHh8: Downloading video info webpage [youtube] 2vSlXiSRHh8: Extracting video information [download] Downloading video #125 of 156 [youtube] LAv-cAlEJbg: Downloading video webpage [youtube] LAv-cAlEJbg: Downloading video info webpage [youtube] LAv-cAlEJbg: Extracting video information [download] Downloading video #126 of 156 [youtube] s6h3GkjXLu4: Downloading video webpage [youtube] s6h3GkjXLu4: Downloading video info webpage [youtube] s6h3GkjXLu4: Extracting video information [download] Downloading video #127 of 156 [youtube] lm-7G4KstzQ: Downloading video webpage [youtube] lm-7G4KstzQ: Downloading video info webpage [youtube] lm-7G4KstzQ: Extracting video information [download] Downloading video #128 of 156 [youtube] b0UzzL2zTq8: Downloading video webpage [youtube] b0UzzL2zTq8: Downloading video info webpage [youtube] b0UzzL2zTq8: Extracting video information [download] Downloading video #129 of 156 [youtube] Zm4E1Ry8RDs: Downloading video webpage [youtube] Zm4E1Ry8RDs: Downloading video info webpage [youtube] Zm4E1Ry8RDs: Extracting video information [download] Downloading video #130 of 156 [youtube] O1Ps4Q_5naw: Downloading video webpage [youtube] O1Ps4Q_5naw: Downloading video info webpage [youtube] O1Ps4Q_5naw: Extracting video information [download] Downloading video #131 of 156 [youtube] CRoUAlHumeo: Downloading video webpage [youtube] CRoUAlHumeo: Downloading video info webpage [youtube] CRoUAlHumeo: Extracting video information [download] Downloading video #132 of 156 [youtube] EjLozoO8LaU: Downloading video webpage [youtube] EjLozoO8LaU: Downloading video info webpage [youtube] EjLozoO8LaU: Extracting video information [download] Downloading video #133 of 156 [youtube] -D2H57vo00Y: Downloading video webpage [youtube] -D2H57vo00Y: Downloading video info webpage [youtube] -D2H57vo00Y: Extracting video information [download] Downloading video #134 of 156 [youtube] tYZXCofscak: Downloading video webpage [youtube] tYZXCofscak: Downloading video info webpage [youtube] tYZXCofscak: Extracting video information [download] Downloading video #135 of 156 [youtube] Jt2BEOVNkew: Downloading video webpage [youtube] Jt2BEOVNkew: Downloading video info webpage [youtube] Jt2BEOVNkew: Extracting video information [download] Resuming download at byte 148647000 [download] Destination: BAUS Chuang Yen Monastery\A Course in the Majjhima Nikay a with Ven. Bhikkhu Bodhi\00135-Majjhima Nikaya (MN 87, part 1 - 2012.11.17) Bhi kkhu Bodhi-Jt2BEOVNkew.mp4 [download] 30.8% of 475.42MiB at 118.99KiB/s ETA 47:0955
Author
Owner

@sirinath commented on GitHub (Dec 27, 2013):

Above instance it did not happen. But there is a Access is denied message. See these are errors which do not happen often. There is another error. When I run this again it will be something else.

@sirinath commented on GitHub (Dec 27, 2013): Above instance it did not happen. But there is a Access is denied message. See these are errors which do not happen often. There is another error. When I run this again it will be something else.
Author
Owner

@phihag commented on GitHub (Dec 27, 2013):

The Access Denied message is a result of youtube-dl -U running in the background and is harmless.

The log ends with

[youtube] Jt2BEOVNkew: Extracting video information
[download] Resuming download at byte 148647000
[download] Destination: BAUS Chuang Yen Monastery\A Course in the Majjhima Nikay
a with Ven. Bhikkhu Bodhi\00135-Majjhima Nikaya (MN 87, part 1 - 2012.11.17) Bhi
kkhu Bodhi-Jt2BEOVNkew.mp4
[download]  30.8% of 475.42MiB at 118.99KiB/s ETA 47:0955

Notice the second line which indicates that the file hadn't been fully downloaded before, and now is being downloaded. Therefore, everything is working as intended - the download is being resumed. What makes you think otherwise?

Interestingly, the ETA seems messed up. If the malformed ETA is not an artifact of the output copying, please file an issue on that.

@phihag commented on GitHub (Dec 27, 2013): The `Access Denied` message is a result of `youtube-dl -U` running in the background and is harmless. The log ends with ``` [youtube] Jt2BEOVNkew: Extracting video information [download] Resuming download at byte 148647000 [download] Destination: BAUS Chuang Yen Monastery\A Course in the Majjhima Nikay a with Ven. Bhikkhu Bodhi\00135-Majjhima Nikaya (MN 87, part 1 - 2012.11.17) Bhi kkhu Bodhi-Jt2BEOVNkew.mp4 [download] 30.8% of 475.42MiB at 118.99KiB/s ETA 47:0955 ``` Notice the second line which indicates that the file hadn't been fully downloaded before, and now is being downloaded. Therefore, everything is working as intended - the download is being resumed. What makes you think otherwise? Interestingly, the ETA seems messed up. If the malformed ETA is not an artifact of the output copying, please file an issue on that.
Author
Owner

@sirinath commented on GitHub (Dec 27, 2013):

Last time I ran it downloaded the 1st few files again which I had already watched. It did not happen this time

@sirinath commented on GitHub (Dec 27, 2013): Last time I ran it downloaded the 1st few files again which I had already watched. It did not happen this time
Author
Owner

@sirinath commented on GitHub (Dec 27, 2013):

Not every error you encounter happens every time you run the program. This does not mean that there is something not going wrong.

@sirinath commented on GitHub (Dec 27, 2013): Not every error you encounter happens every time you run the program. This does not mean that there is something not going wrong.
Author
Owner

@sirinath commented on GitHub (Dec 27, 2013):

I think things are back to normal. I ran it again but it does not seam to re download all from the beginning. I opened the downloaded files and then reran also. Original console output I do not have as when the terminate the batch you loose the console output if you run it by clicking on the batchfile. Any way by Python and Windows version are the same from previous. Only YTDL got updated as I used the -U switch.

@sirinath commented on GitHub (Dec 27, 2013): I think things are back to normal. I ran it again but it does not seam to re download all from the beginning. I opened the downloaded files and then reran also. Original console output I do not have as when the terminate the batch you loose the console output if you run it by clicking on the batchfile. Any way by Python and Windows version are the same from previous. Only YTDL got updated as I used the -U switch.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/youtube-dl-ytdl-org#1584
No description provided.