Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[1tv.ru] Missing videos #11335

Open
nmr50 opened this issue Dec 1, 2016 · 4 comments
Open

[1tv.ru] Missing videos #11335

nmr50 opened this issue Dec 1, 2016 · 4 comments
Labels

Comments

@nmr50
Copy link

nmr50 commented Dec 1, 2016

Hello dear coders !
Not a long time ago 1tv.ru has changed its web page video casting method, I'll explain:
Before each video was separated by different .mp4 files thus user has ability to get each .mp4 w/o using Y-DL, on that time, even by standard wget.

Now instead of one mp4 file I see many .ts chunks- as RTR, other video sites has - and Y-DL is downloading just one video (yes, joining .ts chunks into one .mp4), although web page contains more than one video.

Please, take a look at this URL: http://www.1tv.ru/news/issue/2016-12-01/14:00

You can notice a playlist button at up-right corner, yet there are the same videos below main video.

I am asking about making Y-DL compatible with this new java-script method on 1tv.ru site - so user (as me) will be able to choose what video number to get - OR - to get all videos parts (different news that I mean) in one .mp4 file joined after getting whole playlist.
And please, do not miss different quality options on the site, also.

Thanks in advance!
-Viktor

@dstftw dstftw closed this as completed in 9b5288c Dec 4, 2016
@nmr50
Copy link
Author

nmr50 commented Dec 10, 2016

now Y-DL works as I wanted, MANY thanks!:)

@nmr50
Copy link
Author

nmr50 commented Dec 25, 2016

Seems like something's changed since then. Please, take a look at current url:
http://www.1tv.ru/news/issue/2016-12-25/21:00
Y-DL takes only first news plot although there are 21 of them...
The info is:
R:>youtube-dl.exe -v -F http://www.1tv.ru/news/issue/2016-12-25/21:00
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-v', '-F', 'http://www.1tv.ru/news/issue/2016-12-25/21:00']
[debug] Encodings: locale cp1251, fs mbcs, out cp866, pref cp1251
[debug] youtube-dl version 2016.12.22
[debug] Python version 3.4.4 - Windows-7-6.1.7601-SP1
[debug] exe versions: ffmpeg 3.2.2, ffprobe 3.2.2
[debug] Proxy map: {}
[1tv] 21:00: Downloading webpage
[1tv] 21:00: Downloading JSON metadata
[download] Downloading playlist: Выпуск программы "Воскресное время" в 21:00 25 декабря 2016 года. Новости. Первый канал
[1tv] playlist Выпуск программы "Воскресное время" в 21:00 25 декабря 2016 года. Новости. Первый канал: Collected 1 video ids (downloading 1 of them)
[download] Downloading video 1 of 1
[info] Available formats for 399234:
format code extension resolution note
ld mp4 unknown 350k
sd mp4 unknown 950k
hd mp4 unknown 3800k (best)
[download] Finished downloading playlist: Выпуск программы "Воскресное время" в 21:00 25 декабря 2016 года. Новости. Первый канал

@yan12125 yan12125 reopened this Dec 26, 2016
@yan12125 yan12125 changed the title SITE REQUEST: 1tv.ru [1tv.ru] Missing videos Dec 26, 2016
@yan12125 yan12125 added the bug label Dec 26, 2016
@yan12125
Copy link
Collaborator

@nmr50 As you've said, the problem is different. Could you open new issues? This makes tracking different problems easier.

@nmr50
Copy link
Author

nmr50 commented Feb 21, 2017

Hello everyone. Is there any updates about this problem?
I have proposal about how user should get needed stuff (after the problem will be solved), by two ways:

  1. user wants to get whole news block, then "youtube-dl hd http://www.1tv.ru/news/issue/2017-02-21/09:00", and Y-DL is taking ALL news parts into one file
  2. since the 1tv.ru site uses "#" in urls to show separated news blocks', then Y-DL can get only one, specified news block number, for example I want to get news part number 9, then I use this string:
    "youtube-dl hd http://www.1tv.ru/news/issue/2017-02-21/09:00#9"

Thanks in advance!

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

No branches or pull requests

2 participants