Commit graph

17818 commits

Author SHA1 Message Date
Dominika a661491bcf removed more SWF references from youtube extractor 2020-11-17 13:56:32 +01:00
Laura c55393ce44 [youtube] fix channel/search on videos with no views 2020-11-16 02:31:20 +01:00
selfisekai 80a5d8d55e [youtube] fix channels with hyphen inside id 2020-11-16 02:31:20 +01:00
Dominika 98e6a95bd5 version 2020.11.16 2020-11-16 01:31:37 +01:00
selfisekai 6f876fba51 [youtube] fixed some download tests 2020-11-15 23:08:28 +01:00
selfisekai 158d4e9088 [youtube] search info extractor 2020-11-15 20:31:40 +01:00
selfisekai ede99f9f13 remove youtube:live, fix tests 2020-11-15 16:41:15 +01:00
selfisekai 92d1bd1b90 [youtube] brand new channel/playlist extractors 2020-11-15 15:44:07 +01:00
Laura Liberda f4131bcac4 Merge branch 'youtube-sig-crypto-proposal' into 'master'
[youtube] dynamic sig crypto fallback

See merge request laudom/haruhi-dl!1
2020-11-13 10:21:21 +00:00
selfisekai 85d8ce7a3d Merge branch 'master' of ssh://git.sakamoto.pl:2137/laudom/haruhi-dl into youtube-sig-crypto-proposal 2020-11-12 11:04:15 +01:00
selfisekai 0259a32b73 [youtube] fix reworked sig decrypting 2020-11-12 11:02:07 +01:00
selfisekai 8c0ff392ea [youtube] dynamic sig improvements 2020-11-12 06:31:11 +01:00
Dominika 8c506dae76 version 2020.11.12 2020-11-12 02:53:28 +01:00
selfisekai e31c0d2576 [youtube] dynamic sig crypto fallback 2020-11-09 16:02:49 +01:00
selfisekai 5562404cc3 no more download tests except cpython 3.9
it hits all the limits for our IP address
2020-11-09 00:53:36 +01:00
selfisekai 2ed40bbe22 [test] don't check for duplicate url matches for GenericIE tests if test forces generic extractor 2020-11-08 23:19:16 +01:00
selfisekai 835917442e [tiktok:user] only match user profiles 2020-11-08 21:52:02 +01:00
selfisekai 0958b54441 [wykop] add new extractor 2020-11-08 21:41:50 +01:00
selfisekai 5c6bcbf172 fixed tiktok video extractor 2020-11-08 05:37:01 +01:00
Dominika 7e9e7a3c91 version 2020.11.08 2020-11-08 00:40:17 +01:00
selfisekai ca3abff9ea aliexpress product video extractor 2020-11-07 04:13:19 +01:00
Dominika 84ea897ae8 version 2020.11.06 2020-11-06 23:30:05 +01:00
selfisekai 7383557d63 Update the license in setup.py 2020-11-06 23:13:31 +01:00
selfisekai 20d6ad3c33 [onnetwork] added extractor 2020-11-04 23:55:41 +01:00
Dominika 60ba8b14d6 I have no idea what I'm doing 2020-11-04 01:18:17 +01:00
selfisekai 073d6468dd jython testing is optional now 2020-11-02 14:36:10 +01:00
selfisekai 1b058893be update .gitignore for jython 2020-11-02 12:26:52 +01:00
selfisekai 18f1134188 jython testing 2020-11-02 11:53:50 +01:00
Dominika 46245ec277 version 2020.11.01.01 2020-11-01 23:23:10 +01:00
selfisekai 6f623e3cd0 [cda] major fixes 2020-11-01 22:52:39 +01:00
selfisekai cffa942bf1 drop python 3.2-3.5 support 2020-11-01 22:51:06 +01:00
selfisekai f0fa837992 update descriptions 2020-11-01 22:44:57 +01:00
Dominika 7fb9bc8b62 removed useless code, fixed URLs, fixed like/dislike count in youtube extractor 2020-11-01 22:24:53 +01:00
Dominika 5be3f4bd7f Merge branch 'master' of ssh://git.sakamoto.pl:2137/laudom/youtube-dl into master 2020-11-01 05:17:30 +01:00
Dominika 1c397d1dd3 version 2020.11.01 2020-11-01 05:17:15 +01:00
selfisekai a741425af8 [tvp] quick fixes 2020-11-01 05:03:15 +01:00
Dominika 389d4402eb disable test_update 2020-11-01 04:55:45 +01:00
Dominika da166266b8 temporary ci fix? 2020-11-01 04:52:43 +01:00
Dominika ba0734b984 test fixes 2020-11-01 04:46:14 +01:00
Dominika eacab4c6a3 bulk project name change, expect bugssssss 2020-11-01 04:39:17 +01:00
Dominika 7488e5a683 Merge branch 'master' of ssh://git.sakamoto.pl:2137/laudom/youtube-dl into master 2020-11-01 03:25:59 +01:00
Dominika 35ddab3baf this codebase stinks 2020-11-01 03:25:01 +01:00
selfisekai 69ff3d887f fix typo (CI) 2020-10-31 23:31:40 +01:00
selfisekai 91cd85e0a1 gitlab ci testing 2020-10-31 21:42:52 +01:00
Sergey M․ 416da574ec
[ytsearch] Fix extraction (closes #26920) 2020-10-23 21:31:37 +07:00
Toan Nguyen 48c5663c5f
[afreecatv] Fix typo (#26970) 2020-10-22 19:15:05 +07:00
Hannu Hartikainen 7d740e7dc7
[23video] Relax _VALID_URL (#26870) 2020-10-20 00:56:23 +07:00
Kevin O'Connor 4eda10499e
[utils] Don't attempt to coerce JS strings to numbers in js_to_json (#26851)
The current logic in `js_to_json` tries to rewrite octal/hex numbers to
decimal. However, when the logic actually happens the `"` or `'` have
already been trimmed off. This causes what were originally strings, that
happen to look like octal/hex numbers, to get rewritten to decimal and
returned as a number rather than a string.

In practive something like:

```js
{
  "0x40": "foo",
  "040": "bar",
}
```

would get rewritten as:

```json
{
  64: "foo",
  32: "bar
}
```

This is problematic since this isn't valid JSON as you cannot have
non-string keys.
2020-10-18 00:10:41 +07:00
Sergio Livi 605535776a
[ustream] Add support for video.ibm.com (#26894) 2020-10-17 23:14:46 +07:00
Felix Yan 1050e0d09f
[iqiyi] Fix typo (#26884) 2020-10-17 23:02:17 +07:00