1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-11 02:57:20 +08:00

146 Commits

Author SHA1 Message Date
Avichai
2b594af6f0 adding option for views extraction 2020-03-11 18:48:24 +02:00
Avichai
1f52df87c3 adding another option for extracting uploader 2020-03-11 18:46:58 +02:00
Avi Peretz
9549c3a016 fix date 2020-03-11 08:42:31 +02:00
Avi Peretz
7c9a677d98 fix timestamp. 2020-03-11 00:18:08 +02:00
Avi Peretz
5dadd9c357 add page id. 2020-03-10 23:52:01 +02:00
Avi Peretz
75f904e579 . 2020-03-10 17:23:40 +02:00
Avi Peretz
b8c5085878 . 2020-03-10 17:23:21 +02:00
Avi Peretz
68e71dfc24 fix bug. 2020-03-10 15:41:17 +02:00
Avi Peretz
cac71916f7 . 2020-03-01 09:01:39 +02:00
Avi Peretz
9d190365ab remove photos. 2020-03-01 08:55:54 +02:00
Avi Peretz
ccfae40229 extract internal data. 2020-03-01 08:53:01 +02:00
Avi Peretz
c1440b8a1b add other posts views. 2020-01-10 15:33:20 +02:00
Avi Peretz
a056c99272 optimize tahoe data. 2019-12-09 08:40:21 +02:00
Avichai Cohen
0fb420e8b8 adding another situation when login is required: when we see just the title in incognito. Example: https://www.facebook.com/thegrahamnortonshow/videos/1225192167632369 2019-12-08 16:17:58 +02:00
Avi Peretz
d9cb3c379c support comment count for facebook. 2019-11-28 11:58:41 +02:00
Avi Peretz
7ed03ea77e Merge branch 'master' of https://github.com/ytdl-org/youtube-dl
# Conflicts:
#	youtube_dl/extractor/twitter.py
2019-11-14 11:18:15 +02:00
Avi Peretz
6bb25bb1d4 lowercase escape channel name. 2019-11-11 16:34:57 +02:00
Remita Amine
433e071058 [facebook] fix posts video data extraction(closes #22473) 2019-11-10 17:02:47 +01:00
Avi Peretz
638d00d852 add support for facebook watch 2019-11-10 13:42:48 +02:00
Avichai Cohen
3e87c8eec8 Merge branch 'master' of https://github.com/ytdl-org/youtube-dl into ytdl-org-master
# Conflicts:
#	youtube_dl/extractor/facebook.py
2019-10-23 11:06:31 +03:00
Remita Amine
07154c7930 [facebook] extract subtitles(closes #22777) 2019-10-22 17:59:14 +01:00
Avichai Cohen
66634ec66b prioritize tahoe_data.secondary over webpage when extracting timestamp 2019-10-22 12:41:44 +03:00
pull[bot]
f5b3240d00
Merge pull request #125 from ytdl-org/master
[pull] master from ytdl-org:master
2019-10-19 17:45:38 +00:00
Sergey M․
2297c0d7d9
[facebook] Bypass download rate limits (closes #21018) 2019-10-19 23:56:36 +07:00
Avi Peretz
d08fed0d41 Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	youtube_dl/extractor/facebook.py
2019-07-13 22:55:40 +03:00
Remita Amine
82f68e4a01 [facebook] fallback to twitter:image meta for thumbnail extraction(closes #21224) 2019-07-12 22:02:06 +01:00
Avi Peretz
2e58d3ffb8 handle another case. 2019-06-27 10:53:46 +03:00
Avi Peretz
62908e90e6 Merge branch 'fix.25.12.2018' into facebook_live_views 2019-06-25 12:32:50 +03:00
Avi Peretz
8d6cc49ace get facebook live current views. 2019-06-25 12:32:07 +03:00
Avi Peretz
92e5646145 print exception. 2019-06-23 09:57:17 +03:00
Avi Peretz
c8a0a6d791 not fatal for now. 2019-06-22 22:59:11 +03:00
Avi Peretz
3f8ec99719 extrace page likes. 2019-06-22 22:54:09 +03:00
Avi Peretz
a5456c043a . 2019-06-20 13:14:42 +03:00
Avi Peretz
46fc798e15 extract shares and likes. 2019-06-20 13:03:30 +03:00
Avichai Cohen
f6afa73ac4 using the ownerName regex before using _og_search_title to get the uploader name 2019-06-19 13:54:53 +03:00
Avichai Cohen
4a7e1afbf3 using _og_search_title before using the description as a title 2019-06-19 13:54:08 +03:00
Avichai Cohen
d6ad71cb7a removing the comment I used to test pull 2019-06-13 11:43:01 +03:00
Avichai Cohen
e58c09de9b changing the commit 2019-06-11 12:39:38 +03:00
Avichai Cohen
36effdc653 just changing a comment 2019-06-11 12:28:15 +03:00
Avichai Cohen
a875d4d0db just adding a comment to test pull bot 2019-06-11 11:43:46 +03:00
Avichai Cohen
b02e947a14 adding live_status to facebook 2019-05-05 11:44:38 +03:00
Avichai Cohen
13a0c87cfb Merge branch 'mark-facebook-live-videos' into fix.25.12.2018
# Conflicts:
#	youtube_dl/extractor/facebook.py
2019-04-02 17:45:43 +03:00
Avichai Cohen
343c86fa0b Adding is_live to info dictionary of facebook videos 2019-04-02 16:22:54 +03:00
Avi Peretz
d819cc0be8 Merge branch 'master' into fix-facebook-date
# Conflicts:
#	youtube_dl/extractor/facebook.py
2019-03-17 14:36:29 +02:00
Sergey M․
a551768acf
[facebook] Improve uploader extraction (closes #20250) 2019-03-06 01:27:22 +07:00
Avi Peretz
2809c0e622 refactor tahoe data 2019-02-03 12:00:09 +02:00
Avi Peretz
65f64270cd set default value for tahoe secondary data. 2019-01-28 12:28:22 +02:00
Avi Peretz
cd805c064c remove whitespace. 2019-01-20 10:33:40 +02:00
Avi Peretz
32fe6908c9 Do not fail in case secondary data not exists. 2019-01-20 10:33:16 +02:00
Avi Peretz
9062246371 Relax regex. 2019-01-20 10:27:20 +02:00