28411 Commits

Author SHA1 Message Date
JChris246
e37c58f0b0 [pornhd] requested changes 2019-02-04 12:37:49 -04:00
Alex Vong
790b0ec3b3
[thisav] Fix tests. 2019-02-04 10:05:39 +08:00
Alex Vong
f4bd187845
[thisav] Fix uploader extraction. 2019-02-04 10:04:18 +08:00
Alex Vong
f0b6136f11
[thisav] Fix video extraction. 2019-02-04 10:01:23 +08:00
ealgase
5746784362
[instagram] use video description as title 2019-02-03 20:17:08 -05:00
JChris246
f79a862236 added like count to info dict 2019-02-03 19:31:56 -04:00
jonathanjones6fe
cddea1467a . 2019-02-03 13:42:36 -04:00
jonathanjones6fe
041bad8508 [pornhd] added like count to info dict 2019-02-03 13:39:44 -04:00
Remita Amine
07fbfef1c7 [radiocanada] switch to the new media requests(closes #19115) 2019-02-03 12:10:41 +01:00
Avi Peretz
2809c0e622 refactor tahoe data 2019-02-03 12:00:09 +02:00
Avi Peretz
c5019ac9b2 Merge branch 'master' into fix-facebook-date 2019-02-03 11:22:48 +02:00
Remita Amine
eecf788b90 [teachable] add support for courses.workitdaily.com (closes #18871) 2019-02-03 09:10:35 +01:00
Aditya Nath
c5f8759c68 [facebookExtermnal] Add new extractor 2019-02-02 22:48:39 -05:00
JChris246
4c125b8181
made requested changes
fixed div regex for tags and categories
changed function name
2019-02-02 17:10:39 -04:00
JChris246
ee3a27d036
made requested changes 2019-02-02 16:33:54 -04:00
Pablo Castorino
7cb3e04d89 md5 checksum for all title and description 2019-02-02 17:27:57 -03:00
Pablo Castorino
11bb3caf98 fixed regex id 2019-02-02 17:25:43 -03:00
JChris246
54f503a83d
replaced finditer to findall 2019-02-02 15:58:19 -04:00
JChris246
8089536058
optimised code 2019-02-02 15:39:39 -04:00
JChris246
6102ae5602
Add files via upload 2019-02-02 15:27:16 -04:00
JChris246
32f6c118cb
improved function to grab categories and tags 2019-02-02 15:20:14 -04:00
JChris246
eb6f5ea0b0
Fixed potential break when div not found 2019-02-02 15:14:12 -04:00
JChris246
77020f033b
made requested changes
changed regex for categories
fixed parsing for tags
2019-02-02 14:46:18 -04:00
frkhit
78f2427add Merge branch 'master' of https://github.com/rg3/youtube-dl 2019-02-03 02:04:28 +08:00
JChris246
300fc5a053
fixed category parsing 2019-02-02 13:49:00 -04:00
Sergey M․
0efcb5a2fe
[vporn] Remove extractor (closes #16276)
Handled by generic extractor
2019-02-03 00:33:45 +07:00
JChris246
ba6f201724
fixed tag parsing 2019-02-02 13:33:13 -04:00
JChris246
1306767d36
Delete vporn.py 2019-02-02 13:32:34 -04:00
JChris246
d472ea4192
Fixed extractor 2019-02-02 13:13:48 -04:00
JChris246
dfa1574377
added like count to info dict 2019-02-02 12:56:54 -04:00
JChris246
0ace17d199
Fixed parsing tags #13720 2019-02-02 12:55:07 -04:00
JChris246
e7e90b094a
Fixed extractor #16276
fixed parsing description
fixed parsing uploader
fixed parsing view count
fixed parsing duration,
fixed parsing video_urls
fixed parsing thumbnail
2019-02-02 12:54:22 -04:00
Sergey M․
7c5307f4c4
[soundcloud:pagedplaylist] Improve (closes #19086) 2019-02-02 23:40:30 +07:00
Cory Hall
6cc6e0c34d
[soundcloud:pagedplaylist] Add ie and title to entries (#19022)
rel: https://github.com/rg3/youtube-dl/issues/19022
2019-02-02 23:40:22 +07:00
Sergey M
7c20103c0e
Update soundcloud.py 2019-02-02 23:34:51 +07:00
nekobit1
c754794071 [mp4upload] Add new extractor 2019-02-02 09:27:22 -05:00
Cory Hall
3fa0f5b241 [soundcloud] refactor paged playlist processing 2019-02-01 18:44:20 -05:00
JChris246
b9bc1cff72 [drtuber] Extract duration 2019-02-02 06:04:00 +07:00
JChris246
e87ebd8308
added requested changes
provided duration_format as fallback from duration
changed str_to_int to int_or_none
2019-02-01 19:02:24 -04:00
Cory Hall
b947387844 [soundcloud] inline entry append 2019-02-01 17:49:34 -05:00
Sergey M․
e9fef7ee4e
[YoutubeDL] Fallback to ie_key of matching extractor while making download archive id when no explicit ie_key is provided (#19022) 2019-02-02 05:44:31 +07:00
Cory Hall
852f50387a [soundcloud] inline ie argument 2019-02-01 17:33:21 -05:00
Cory Hall
e907e2f8b4 [soundcloud] Use suitable method to check entry integrity 2019-02-01 17:24:10 -05:00
Cory Hall
3dd3463e2d [soundcloud] Code review fixes 2019-02-01 17:02:28 -05:00
Sergey M․
b6423e6ca2
[soundcloud:user] Update tests 2019-02-02 04:11:32 +07:00
Sergey M․
3ef2da2d21
[soundcloud] Fix paged playlists extraction, add support for albums and update client id 2019-02-02 04:00:29 +07:00
Aditya Nath
9a429793bd Fix for issue #19020 2019-02-01 14:00:04 -05:00
Cory Hall
18f015fdf1 [soundcloud] Fix paged playlist download archival
rel: https://github.com/rg3/youtube-dl/issues/19022
2019-01-31 20:51:37 -05:00
Pablo Castorino
18b5708685 cleanup code, flake8 passed 2019-01-31 19:33:36 -03:00
Václav Navrátil
5f9639c236
ČT currently uses WebVTT subtitles
So the extractor should save the subtitle file with correct extension and omit now unnecessary call of `_fix_subtitles` method.
2019-01-31 23:17:17 +01:00